Skip to content

RestRequest.PostAsync

Overview

Promise<RestResponse> RestRequest.PostAsync ( )
Performs request with POST method.

Remarks

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

Examples

See Also