CreateBatchDto
items object[]
Array [
workerIdstringrequired
workerNamestringrequired
netPayableAmountnumberrequired
paymentDestinationstringrequired
currencystring
]
sourceBatchIdstring
paymentMethodstring
Possible values: [MOBILE_MONEY, BANK_TRANSFER, CASH, THIRD_PARTY_PAYROLL]
currencystring
CreateBatchDto
{
"items": [
{
"workerId": "string",
"workerName": "string",
"netPayableAmount": 0,
"paymentDestination": "string",
"currency": "string"
}
],
"sourceBatchId": "string",
"paymentMethod": "MOBILE_MONEY",
"currency": "string"
}