POST api/Unit/GetDetilUnitDataExternal

Request Information

URI Parameters

None.

Body Parameters

Collection of date

Request Formats

application/json, text/json

Sample:
[
  "2026-09-17T14:40:53.4120085+00:00",
  "2026-09-17T14:40:53.4120085+00:00"
]

text/html

Sample:
["2026-09-17T14:40:53.4120085+00:00","2026-09-17T14:40:53.4120085+00:00"]

application/xml, text/xml

Sample:
<ArrayOfNullableOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <dateTime>2026-09-17T14:40:53.4120085+00:00</dateTime>
  <dateTime>2026-09-17T14:40:53.4120085+00:00</dateTime>
</ArrayOfNullableOfdateTime>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.