POST api/v1/Customers/{MemberNumber}/History

Request Information

URI Parameters

NameDescriptionTypeAdditional information
MemberNumber

string

Required

Body Parameters

PointTransactionRequestMessage
NameDescriptionTypeAdditional information
type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pageIndex": 1,
  "pageSize": 2,
  "type": "sample string 3"
}

application/xml, text/xml

Sample:
<PointTransactionRequestMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Type>sample string 3</Type>
  <PageIndex>1</PageIndex>
  <PageSize>2</PageSize>
</PointTransactionRequestMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnPointTransactionResponseMessage
NameDescriptionTypeAdditional information
data

ReturnPointTransactionMessage

None.

pageIndex

integer

None.

totalItems

integer

None.

totalPages

integer

None.

pageSize

integer

None.

CustomValues

Dictionary of string [key] and string [value]

None.

Errors

Collection of IPartnerResponseMessageError

None.