A valid request URL is required to generate request examples{
"id": 123,
"project_id": 123,
"status": "draft",
"invoice_date": "<string>",
"note": "<string>",
"payment_terms": [
{
"id": "<string>",
"amount": "<string>",
"due_date": "<string>",
"payment_terms": "<string>"
}
],
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"tax_amount": 123,
"taxable_amount": 123,
"amount": 123,
"amount_with_tax": 123,
"balance": 123,
"retainer_amount": 123,
"products_amount": 123,
"services_amount": 123,
"balance_transactions_amount": 123,
"client": {
"id": 123,
"name": "<string>",
"data": {},
"addresses": [
{
"id": 123,
"name": "<string>",
"phone": "<string>",
"post_code": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
],
"people": [
{
"id": 123,
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"position": "<string>",
"note": "<string>"
}
],
"category": {
"id": 123,
"type": "client"
}
},
"items": [
{
"id": 123,
"name": "<string>",
"description": "<string>",
"unit_type": "<string>",
"quantity": 123,
"price": 123,
"taxable": true,
"second_taxable": true,
"project_item_id": 123
}
],
"client_proposal_id": 123,
"purchase_order_ids": [
123
]
}A valid request URL is required to generate request examples{
"id": 123,
"project_id": 123,
"status": "draft",
"invoice_date": "<string>",
"note": "<string>",
"payment_terms": [
{
"id": "<string>",
"amount": "<string>",
"due_date": "<string>",
"payment_terms": "<string>"
}
],
"label": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"tax_amount": 123,
"taxable_amount": 123,
"amount": 123,
"amount_with_tax": 123,
"balance": 123,
"retainer_amount": 123,
"products_amount": 123,
"services_amount": 123,
"balance_transactions_amount": 123,
"client": {
"id": 123,
"name": "<string>",
"data": {},
"addresses": [
{
"id": 123,
"name": "<string>",
"phone": "<string>",
"post_code": "<string>",
"address_line_1": "<string>",
"address_line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>"
}
],
"people": [
{
"id": 123,
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"position": "<string>",
"note": "<string>"
}
],
"category": {
"id": 123,
"type": "client"
}
},
"items": [
{
"id": 123,
"name": "<string>",
"description": "<string>",
"unit_type": "<string>",
"quantity": 123,
"price": 123,
"taxable": true,
"second_taxable": true,
"project_item_id": 123
}
],
"client_proposal_id": 123,
"purchase_order_ids": [
123
]
}OK
draft, sent, paid, overdue, deposited, void, paid_partially, revised Show child attributes
The details of the contact encoded in JSON format.
Show child attributes