POST api/customer/purchases
Request Information
URI Parameters
None.
Body Parameters
GetPurchasesInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "cb45947e-5ab0-4e19-b8b5-5032770e5d27",
"StartDate": "2026-03-23T14:54:00.8788738-07:00",
"EndDate": "2026-03-23T14:54:00.8788738-07: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>cb45947e-5ab0-4e19-b8b5-5032770e5d27</CustomerId> <EndDate>2026-03-23T14:54:00.8788738-07:00</EndDate> <StartDate>2026-03-23T14:54:00.8788738-07:00</StartDate> </GetPurchasesInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfObject| Name | 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.