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": "858b70b8-59c3-4422-957d-433f0085ff19",
  "StartDate": "2025-11-02T03:18:11.8640121-08:00",
  "EndDate": "2025-11-02T03:18:11.8640121-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>858b70b8-59c3-4422-957d-433f0085ff19</CustomerId>
  <EndDate>2025-11-02T03:18:11.8640121-08:00</EndDate>
  <StartDate>2025-11-02T03:18:11.8640121-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.