GET Collect/PublicGetAllCollectByReceiptId?receiptId={receiptId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
receiptId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfObjectName | Description | Type | Additional information |
---|---|---|---|
StatusCode | string |
None. |
|
StatusMessage | string |
None. |
|
Value | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "StatusCode": "sample string 1", "StatusMessage": "sample string 2", "Value": [ {}, {} ] }