Chilkat Online Tools

Delphi (ActiveX) / WAC API / Get Details For a Sub-Invoice - Maybe Broken

Back to Collection Items

var

begin
success := http.QuickGetSb('https://domain.com/v1/accounts/:AcctNum/invoices/:SubInvoiceId',sbResponseBody.ControlInterface);

Curl Command

curl -X GET
	-H "Authorization: {{WACApiKey}}"
https://domain.com/v1/accounts/:AcctNum/invoices/:SubInvoiceId

Postman Collection Item JSON

{
  "name": "Get Details For a Sub-Invoice - Maybe Broken",
  "request": {
    "auth": {
      "type": "noauth"
    },
    "method": "GET",
    "header": [
      {
        "key": "Authorization",
        "value": "{{WACApiKey}}",
        "type": "text"
      }
    ],
    "url": {
      "raw": "{{baseURL}}/v1/accounts/:AcctNum/invoices/:SubInvoiceId",
      "host": [
        "{{baseURL}}"
      ],
      "path": [
        "v1",
        "accounts",
        ":AcctNum",
        "invoices",
        ":SubInvoiceId"
      ],
      "variable": [
        {
          "key": "AcctNum",
          "value": ""
        },
        {
          "key": "SubInvoiceId",
          "value": ""
        }
      ]
    }
  },
  "response": [
  ]
}