DotsDocs
Accounts payable

Upload file to the payable

Upload a file to be attached to the payable

POST
/v2/accounts-payable/payables/{payable_id}/file

Upload a file to be attached to the payable

AuthorizationBasic <token>

In: header

Path Parameters

payable_id*string

The ID of the Payable

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v2/accounts-payable/payables/string/file" \  -H "Content-Type: application/json" \  -d '{    "file": "string"  }'
{  "id": "string",  "updated": true,  "object": "string"}