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": "1e5cd060-250f-4afe-adf1-e541c8e0aee3",
  "StartDate": "2025-12-19T19:41:50.9569692-08:00",
  "EndDate": "2025-12-19T19:41:50.9569692-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>1e5cd060-250f-4afe-adf1-e541c8e0aee3</CustomerId>
  <EndDate>2025-12-19T19:41:50.9569692-08:00</EndDate>
  <StartDate>2025-12-19T19:41:50.9569692-08: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.