POST api/PullOrdersWithDateRange
Request Information
URI Parameters
None.
Body Parameters
PullOrdersWithDateRangeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Guid_UniqueID | string |
None. |
|
| Token | string |
None. |
|
| Data | string |
None. |
|
| MarketplaceInstanceID | string |
None. |
|
| IntegrationServerKey | string |
None. |
|
| IntegrationName | string |
None. |
|
| IntegrationNickName | string |
None. |
|
| ClientId | string |
None. |
|
| RequestId | globally unique identifier |
None. |
|
| MarketPlaceClientContractId | string |
None. |
|
| IsRetry | boolean |
None. |
|
| OrderNumber | string |
None. |
|
| OrderRefNumber | string |
None. |
|
| StartUTCDate | date |
None. |
|
| EndUTCDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Guid_UniqueID": "sample string 1",
"Token": "sample string 2",
"Data": "sample string 3",
"MarketplaceInstanceID": "sample string 4",
"IntegrationServerKey": "sample string 5",
"IntegrationName": "sample string 6",
"IntegrationNickName": "sample string 7",
"ClientId": "sample string 8",
"RequestId": "a54a0a78-8f29-4f47-bcee-47a20fe5bb1b",
"MarketPlaceClientContractId": "sample string 9",
"IsRetry": true,
"OrderNumber": "sample string 11",
"OrderRefNumber": "sample string 12",
"StartUTCDate": "2026-01-13T10:48:57.3999143+00:00",
"EndUTCDate": "2026-01-13T10:48:57.3999143+00:00"
}
application/xml, text/xml
Sample:
<PullOrdersWithDateRangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MarketplaceDataContracts.Request"> <ClientId>sample string 8</ClientId> <Data>sample string 3</Data> <EndUTCDate>2026-01-13T10:48:57.3999143+00:00</EndUTCDate> <Guid_UniqueID>sample string 1</Guid_UniqueID> <IntegrationName>sample string 6</IntegrationName> <IntegrationNickName>sample string 7</IntegrationNickName> <IntegrationServerKey>sample string 5</IntegrationServerKey> <IsRetry>true</IsRetry> <MarketPlaceClientContractId>sample string 9</MarketPlaceClientContractId> <MarketplaceInstanceID>sample string 4</MarketplaceInstanceID> <OrderNumber>sample string 11</OrderNumber> <OrderRefNumber>sample string 12</OrderRefNumber> <RequestId>a54a0a78-8f29-4f47-bcee-47a20fe5bb1b</RequestId> <StartUTCDate>2026-01-13T10:48:57.3999143+00:00</StartUTCDate> <Token>sample string 2</Token> </PullOrdersWithDateRangeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"485f3112-d51f-4397-a976-574364b8c67a"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">485f3112-d51f-4397-a976-574364b8c67a</guid>