POST api/customer/purchases

Request Information

URI Parameters

None.

Body Parameters

GetPurchasesInfo
NameDescriptionTypeAdditional information
CustomerId

globally unique identifier

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CustomerId": "71acce67-14ae-4d94-b3df-1a9e964f2ff8",
  "StartDate": "2025-09-14T14:18:17.657229-07:00",
  "EndDate": "2025-09-14T14:18:17.657229-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>71acce67-14ae-4d94-b3df-1a9e964f2ff8</CustomerId>
  <EndDate>2025-09-14T14:18:17.657229-07:00</EndDate>
  <StartDate>2025-09-14T14:18:17.657229-07:00</StartDate>
</GetPurchasesInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfObject
NameDescriptionTypeAdditional information
Content

Object

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.