{ "opencollection": "1.0.0", "info": { "name": "Autonomous AP APIs Chart of Accounts Payment Terms API", "version": "2.0.3" }, "items": [ { "info": { "name": "Payment Terms", "type": "folder" }, "items": [ { "info": { "name": "Creates/updates a payment term", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/payment-term" }, "docs": "Creates a new payment term in AppZen. Returns a uuid for this payment term. When there already exists a payment term (with the same payment_term_id), then the operation is an update (in this case, the `status` in the response will be `UPDATED`)." }, { "info": { "name": "Returns payment-term details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/payment-term/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Globally unique identifier for an uploaded document" } ] }, "docs": "Returns the details of a payment-term by uuid" }, { "info": { "name": "Returns payment-term details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/payment-term/payment-term-id/:payment-term-id", "params": [ { "name": "payment-term-id", "value": "", "type": "path", "description": "external payment term identifier" } ] }, "docs": "Returns the details of a payment-term with specific payment-term-id" }, { "info": { "name": "Returns all Payment Terms uuid that match the search criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/payment-term/search" }, "docs": "Returns a list of the Payment Terms uuids that match from-date and end-date" } ] } ], "bundled": true }