POST api/liquidaciones/{id}/lotes-pago/{loteId}/cerrar

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

loteId

integer

Required

Body Parameters

date

Request Formats

application/json, text/json

Sample:
"2026-08-08T02:52:47.4769936-03:00"

application/xml, text/xml

Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2026-08-08T02:52:47.4769936-03:00</dateTime>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.