Initialize API request and set the batch code, that will be used during the operation call for working with Batch Entries.
Enum "Operation ID RWU"
- Specifies the enum ID of an operation. Batch code will be generated from the enum value.Code[40]
- Specifies the batch code, that will be used during API operation call.Code[40]
Batch code set for the API operation.
//Generate batch code based on operation ID
APIScriptRWU.INIT(OperationID::TestProvider_GetAllCustomers);
//Set the batch code manually
APIScriptRWU.INIT('TEST_PROVIDER_GET_ALL_CUSTOMERS');