GET v1/Shops/{shopId}/Invoices/{invoiceCode}/InvoiceId
Get the ShopCtrl Invoice id based on the invoiceCode.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId |
The id of the shop. |
integer |
Required. |
| invoiceCode |
The unique ShopCtrl Invoice code. |
string |
Required. |
Body Parameters
None.
Response Information
Resource Description
The <see cref="T:ShopCtrl.API.Models.Invoice" /> object.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int>1</int>