POST api/customer/purchases
Request Information
URI Parameters
None.
Body Parameters
GetPurchasesInfoName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "b229b3a6-f36a-4129-b43c-5f46b3776475", "StartDate": "2025-01-21T22:47:05.3026848-08:00", "EndDate": "2025-01-21T22:47:05.3026848-08:00" }
application/xml, text/xml
Sample:
<GetPurchasesInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCMSAPI.Models"> <CustomerId>b229b3a6-f36a-4129-b43c-5f46b3776475</CustomerId> <EndDate>2025-01-21T22:47:05.3026848-08:00</EndDate> <StartDate>2025-01-21T22:47:05.3026848-08:00</StartDate> </GetPurchasesInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObjectName | Description | Type | Additional information |
---|---|---|---|
Content | Object |
None. |
|
SerializerSettings | JsonSerializerSettings |
None. |
|
Encoding | Encoding |
None. |
|
Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.