Create External Invoice
Create External Invoice
Query Parameters
is_validating boolean
Query parameter to create or validate external invoice
application/json
Request Body required
request body whenever is_validating is true
- Array [
- ]
delivery_orders object[] required
Possible values: >= 1
id string required
Possible values: non-empty
Responses
- 200
- 400
- 401
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object
id string
errors object
type
other_errors object
property name* string[]
string
status
{
"data": {
"id": "string"
},
"errors": {},
"other_errors": {},
"status": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Unauthorized
Loading...