Chilkat Online Tools

Delphi (DLL) / Coupa Postman Collection - OAuth - Master / Retrieve Invoices Image Scan

Back to Collection Items

var

begin
CkHttp_putAuthToken(http,'<access_token>');success := CkHttp_QuickGetSb(http,'https://domain.com/invoices/:id/retrieve_image_scan',sbResponseBody);


Curl Command

curl -X GET
	-H "Authorization: Bearer <access_token>"
https://domain.com/invoices/:id/retrieve_image_scan

Postman Collection Item JSON

{
  "name": "Retrieve Invoices Image Scan",
  "protocolProfileBehavior": {
    "disabledSystemHeaders": {}
  },
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{URL}}/invoices/:id/retrieve_image_scan",
      "host": [
        "{{URL}}"
      ],
      "path": [
        "invoices",
        ":id",
        "retrieve_image_scan"
      ],
      "variable": [
        {
          "key": "id",
          "value": "146"
        }
      ]
    }
  },
  "response": [
  ]
}