GET Collect/Get/{ID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfCollectModelName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | CollectModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": { "ID": "effbe86f-e1e4-4db3-b815-75e574a07c53", "TransactionDate": "sample string 2", "MemberID": 3, "CampaignID": 1, "ActionID": 1, "ReceiptID": "b1493402-1d28-47d6-97ee-46e4b1082dad", "RedeemID": "4ef486fb-1465-4ae8-9de8-8be561cf3368", "AdjustmentReferenceID": "7c840731-7b37-4267-9409-63896a951d8a", "ExpiryDate": "sample string 4", "PoolID": 5, "Quantity": 6, "QuantityApproved": 7, "Points": 8, "TotalPoints": 9, "Remarks": "sample string 10", "IsApproved": true, "ParentID": "95c51f45-c0a1-4ccf-8722-abded1437ec8", "IsActive": true, "IsUsed": true, "CreatedBy": "sample string 14", "CreatedDate": "sample string 15", "ConvertID": "6f0d2183-c958-46f3-aefe-aceeeb1c7300" } }