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
Dezrez.Core.DataContracts.Accounts.Exports.Command.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": "2024-11-21T09:42:27.7868509Z", "Amount": 1.0 }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.