POST api/lockbox/reconciliation

Request Information

URI Parameters

None.

Body Parameters

LockboxReconciliationDateRangeViewModel
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2024-10-14T08:20:50.1515408-04:00",
  "toDate": "2024-10-14T08:20:50.1515408-04:00"
}

application/xml, text/xml

Sample:
<LockboxReconciliationDateRangeViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels.Lockbox">
  <FromDate>2024-10-14T08:20:50.1515408-04:00</FromDate>
  <ToDate>2024-10-14T08:20:50.1515408-04:00</ToDate>
</LockboxReconciliationDateRangeViewModel>

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 'LockboxReconciliationDateRangeViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.