PUT api/accounting/exports/batch/{id}/toggleprocess
Record the processed status of a batch payment
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
ProcessBatchPaymentDataContractName | Description | Type | Additional information |
---|---|---|---|
Processed | boolean |
None. |
|
ProcessedDate | date |
None. |
|
Amount | decimal number |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "Processed": true, "ProcessedDate": "2025-06-14T20:00:07.8322269Z", "Amount": 1.0 }
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.