PUT api/accounting/exports/batch/{id}/toggleprocess

Record the processed status of a batch payment

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.Accounts.Exports.Command.ProcessBatchPaymentDataContract
NameDescriptionTypeAdditional 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-04-23T10:42:35.1160392Z",
  "Amount": 1.0
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.