Skip to content

PostAsync

Performs the request asynchronously using the POST method.

myRestRequest.PostAsync():Promise<RestResponse> (RestResponse)

Returns

A Promise that resolves to a RestResponse instance containing the server's response.

Remarks

This method expects the response status code to be OK (200), Accepted (202), or No Content (204).

See Also