Invoice JSON
Invoice
Invoice JSON
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"content": {
"products": [
{
"name": "First product",
"quantity": 30
},
{
"name": "Second product",
"quantity": 20
}
]
}
}{
"error": "Invalid API key"
}{
"error": "No API key present"
}{
"error": "Failed to get JSON formatted answer, try again!"
}Last updated
Was this helpful?