Overview
Performs request with POST method as asynchronously.Promise<RestResponse> myRestRequest.PostAsync()
Remarks
This method expects the response status code as OK (200), Accepted (202) or No Content (204)
Promise<RestResponse> myRestRequest.PostAsync()
This method expects the response status code as OK (200), Accepted (202) or No Content (204)