Find order by institution invoice id
Implementation is OPTIONAL
Reversed direction - Send to Smarts
resource: https://gateway.smarts.ee/v1/pickup/external/institution/${YOUR_INSTITUTION_ID}/order
query parameters:
Parameter | Value |
field | institutionInvoiceId |
value | ${YOUR_INSTITUTION_INVOICE_ID} |
method: GET
headers:
Header | Value |
accessToken | ${YOUR_INSTITUTION_ACCESS_TOKEN} |
Content-Type | application/json;charset=UTF-8 |
Request body : void
Response: Order
Last updated