POST api/UnifyDataSync/InvoiceStatusQuery
Request Information
URI Parameters
None.
Body Parameters
InvoiceStatusQueryRequet| Name | Description | Type | Additional information |
|---|---|---|---|
| QueryType | integer |
None. |
|
| Id | Collection of globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"QueryType": 1,
"Id": [
"73fcd89d-4da0-403e-896c-aadf63f84eb6",
"2ecc1c5c-6eb8-4067-9807-44203173a6a8"
],
"StartDate": "2026-05-31T23:19:56.9968713+08:00",
"EndDate": "2026-05-31T23:19:56.9968713+08:00"
}
application/xml, text/xml
Sample:
<InvoiceStatusQueryRequet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<EndDate>2026-05-31T23:19:56.9968713+08:00</EndDate>
<Id xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>73fcd89d-4da0-403e-896c-aadf63f84eb6</d2p1:guid>
<d2p1:guid>2ecc1c5c-6eb8-4067-9807-44203173a6a8</d2p1:guid>
</Id>
<QueryType>1</QueryType>
<StartDate>2026-05-31T23:19:56.9968713+08:00</StartDate>
</InvoiceStatusQueryRequet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfInvoiceStatusQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | InvoiceStatusQueryResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.