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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProcessBatchPaymentDataContract'.

application/json, text/json

Sample:
{
  "Processed": true,
  "ProcessedDate": "2024-05-09T17:33:51.6827963Z",
  "Amount": 1.0
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.