Apis for invoice resources
Apis for invoice resources
No request payload
null
The update definition (json patch)
[ { "value": {}, "path": "string", "op": "string", "from": "string" } ]
No request payload
[
{
"id": 1,
"name": "Jeff",
"addressLine1": "123 Sesame Street",
"addressLine2": "Narnia",
"addressLine3": "Antarctica",
"taxType": "GST",
"taxNumber": "4",
"contactName": "Bill",
"contactPhone": "17",
"contactEmail": "emailaddress@gmail.com"
},
{
"id": 2,
"name": "Steve",
"addressLine1": "124 Sesame Street",
"addressLine2": "South Narnia",
"addressLine3": "Antarctica",
"taxType": "TAX",
"taxNumber": "40",
"contactName": "Stan",
"contactPhone": "71",
"contactEmail": "anotheremailaddress@gmail.com"
}
]