Client Purchases
Get the details of the purchases.
Query Parameters
Name
Type
Description
{
"transactionDetails": [
{
"promotional": false,
"_id": "643e49dc2309ab30bc00ccf2",
"userAccount": {
"phoneNumber": "8712334265",
"email": "[email protected]"
},
"clientId": {
"name": "Demo Client"
},
"contentId": {
"title": "Client-Story Id 1",
"url": "https://csc-mock.netlify.app/5f92a62013332e0f667794dc/Client-Story-Id-1"
},
"buyingPrice": 319.21,
"price": 399,
"type": "PASS",
"createdAt": "2023-04-18T07:42:20.749Z"
}
],
"pagination": {
"pageNumber": 1,
"pageSize": 10,
"totalRecords": 1,
"totalPages": 1
}
}Last updated