GET api/purchase/info/{invoiceID}?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
|
invoiceID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IResultViewModelOldOfPurchaseModelName | Description | Type | Additional information |
---|---|---|---|
retval | integer |
None. |
|
retdesc | string |
None. |
|
errors | Collection of ErrorModel |
None. |
|
content | PurchaseModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.