Employee Repayment Detail

GET {{base_url}}/DataEntry/erDetail/:Batch

NOTES:

  • This applies if you have the Use Files to Group Transactions option set to Yes in Settings » Accounting » Transactions.
  • This supports filterHash query string parameters. For information about filterHash query string parameters, see Pagination.

Use this endpoint to retrieve detail information for each employee repayment in a batch.

Detail information comes from the Project Information section on the Employee Repayment detail screen for each employee repayment in the batch.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

The type of content supported by the API endpoint. | | Authorization | string | | Required.

The type of authorization supported by the API endpoint. |

RESPONSES

status: OK

[{"Batch":"ERBatch00001","RefNo":"00REFFEFERR","PKey":"PKEY000ABC1","Seq":1,"Description":"","Employee":"0AAAPPRVD","EmplName":"Approved1 Employee1","BankCode":"ASF Env.","Amount":500},{"Batch":"ERBatch00001","RefNo":"00REFFEFERR","PKey":"PKEY000ABC2","Seq":2,"Description":"","Employee":"0AAAPPRVD","EmplName":"Approved1 Employee1","BankCode":"ASF Env.","Amount":120}]