Skip to content

PostAsync

Performs request with POST method as asynchronously.

1
myRestRequest.PostAsync():Promise<RestResponse>

Remarks

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

See Also