Set the provider and operation for API operation call.
Enum "Provider ID RWU"
- Specifies the enum ID of RESTwithUS provider.Enum "Operation ID RWU"
- Specifies the enum ID of RESTwithUS operation.Text
- Specifies the description of RESTwithUS API provider.Text
- Specifies the description of RESTwithUS operation.Integer
Id of RESTwithUS API operation.
//Set the operation by enum IDs
APIScriptRWU.ENDPOINT(ProviderID::TestProvider,OperationID::TestProvider_GetAllCustomers);
//Set the operation by provider/operation description
APIScriptRWU.ENDPOINT('Test Provider','Get All Customers');