POST api/manifest/GetExcel
Request Information
URI Parameters
None.
Body Parameters
DateRangeRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "2026-02-03T07:34:14.4313682-08:00",
"ToDate": "2026-02-03T07:34:14.4313682-08:00"
}
application/xml, text/xml
Sample:
<DateRangeRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MayaserSolutions.Domain"> <FromDate>2026-02-03T07:34:14.4313682-08:00</FromDate> <ToDate>2026-02-03T07:34:14.4313682-08:00</ToDate> </DateRangeRequestDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ListResultDtoOfManifestToExcelDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of ManifestToExcelDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.