PUT api/passes/getuserpasspurchaseinfo
Request Information
URI Parameters
None.
Body Parameters
PassAPIRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| UniqueId | globally unique identifier |
None. |
|
| ContactId | integer |
None. |
|
| LanguageId | integer |
None. |
|
| SearchText | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| SortBy | string |
None. |
|
| SortDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"UniqueId": "f7bdcff8-8d3d-4a71-994c-be997cf4dea8",
"ContactId": 3,
"LanguageId": 4,
"SearchText": "sample string 5",
"PageNumber": 6,
"PageSize": 7,
"SortBy": "sample string 8",
"SortDir": "sample string 9"
}
application/xml, text/xml
Sample:
<PassAPIRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model"> <ContactId>3</ContactId> <CustomerId>1</CustomerId> <LanguageId>4</LanguageId> <PageNumber>6</PageNumber> <PageSize>7</PageSize> <SearchText>sample string 5</SearchText> <SortBy>sample string 8</SortBy> <SortDir>sample string 9</SortDir> <UniqueId>f7bdcff8-8d3d-4a71-994c-be997cf4dea8</UniqueId> </PassAPIRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APICommonWrapperOfPassTransactionsListAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | HttpStatusCode |
None. |
|
| Message | string |
None. |
|
| Data | PassTransactionsListAPIResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 100,
"Message": "sample string 1",
"Data": {
"PassTransactions": [
{
"TransactionId": 1,
"PaymentCheckOutMappingId": 2,
"CouponProgramId": 3,
"PurchasedDate": "2026-01-14T10:36:08.4552722+00:00",
"ContactId": 4,
"PassTitle": "sample string 5",
"PassDescription": "sample string 6",
"PassRules": "sample string 7",
"PassStartDate": "2026-01-14T10:36:08.4552722+00:00",
"PassEndDate": "2026-01-14T10:36:08.4552722+00:00",
"CompletedDate": "2026-01-14T10:36:08.4552722+00:00",
"PassImage": "sample string 8",
"PassTypeId": 9,
"PassType": "sample string 10",
"PassStatusId": 1,
"PassStatus": "sample string 11",
"PassExpiration": "sample string 12",
"ExpirationTime": "2026-01-14T10:36:08.4552722+00:00",
"TimeLimitToUsePass": "sample string 13",
"UseByDate": "sample string 14"
},
{
"TransactionId": 1,
"PaymentCheckOutMappingId": 2,
"CouponProgramId": 3,
"PurchasedDate": "2026-01-14T10:36:08.4552722+00:00",
"ContactId": 4,
"PassTitle": "sample string 5",
"PassDescription": "sample string 6",
"PassRules": "sample string 7",
"PassStartDate": "2026-01-14T10:36:08.4552722+00:00",
"PassEndDate": "2026-01-14T10:36:08.4552722+00:00",
"CompletedDate": "2026-01-14T10:36:08.4552722+00:00",
"PassImage": "sample string 8",
"PassTypeId": 9,
"PassType": "sample string 10",
"PassStatusId": 1,
"PassStatus": "sample string 11",
"PassExpiration": "sample string 12",
"ExpirationTime": "2026-01-14T10:36:08.4552722+00:00",
"TimeLimitToUsePass": "sample string 13",
"UseByDate": "sample string 14"
}
],
"TotalRecords": 1
}
}
application/xml, text/xml
Sample:
<APICommonWrapperOfPassTransactionsListAPIResponseZdSfSp5S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tsunami.Model">
<Data>
<PassTransactions>
<PassTransactions>
<CompletedDate>2026-01-14T10:36:08.4552722+00:00</CompletedDate>
<ContactId>4</ContactId>
<CouponProgramId>3</CouponProgramId>
<ExpirationTime>2026-01-14T10:36:08.4552722+00:00</ExpirationTime>
<PassDescription>sample string 6</PassDescription>
<PassEndDate>2026-01-14T10:36:08.4552722+00:00</PassEndDate>
<PassExpiration>sample string 12</PassExpiration>
<PassImage>sample string 8</PassImage>
<PassRules>sample string 7</PassRules>
<PassStartDate>2026-01-14T10:36:08.4552722+00:00</PassStartDate>
<PassStatus>sample string 11</PassStatus>
<PassStatusId>1</PassStatusId>
<PassTitle>sample string 5</PassTitle>
<PassType>sample string 10</PassType>
<PassTypeId>9</PassTypeId>
<PaymentCheckOutMappingId>2</PaymentCheckOutMappingId>
<PurchasedDate>2026-01-14T10:36:08.4552722+00:00</PurchasedDate>
<TimeLimitToUsePass>sample string 13</TimeLimitToUsePass>
<TransactionId>1</TransactionId>
<UseByDate>sample string 14</UseByDate>
</PassTransactions>
<PassTransactions>
<CompletedDate>2026-01-14T10:36:08.4552722+00:00</CompletedDate>
<ContactId>4</ContactId>
<CouponProgramId>3</CouponProgramId>
<ExpirationTime>2026-01-14T10:36:08.4552722+00:00</ExpirationTime>
<PassDescription>sample string 6</PassDescription>
<PassEndDate>2026-01-14T10:36:08.4552722+00:00</PassEndDate>
<PassExpiration>sample string 12</PassExpiration>
<PassImage>sample string 8</PassImage>
<PassRules>sample string 7</PassRules>
<PassStartDate>2026-01-14T10:36:08.4552722+00:00</PassStartDate>
<PassStatus>sample string 11</PassStatus>
<PassStatusId>1</PassStatusId>
<PassTitle>sample string 5</PassTitle>
<PassType>sample string 10</PassType>
<PassTypeId>9</PassTypeId>
<PaymentCheckOutMappingId>2</PaymentCheckOutMappingId>
<PurchasedDate>2026-01-14T10:36:08.4552722+00:00</PurchasedDate>
<TimeLimitToUsePass>sample string 13</TimeLimitToUsePass>
<TransactionId>1</TransactionId>
<UseByDate>sample string 14</UseByDate>
</PassTransactions>
</PassTransactions>
<TotalRecords>1</TotalRecords>
</Data>
<Message>sample string 1</Message>
<Status>Continue</Status>
</APICommonWrapperOfPassTransactionsListAPIResponseZdSfSp5S>