{
"invoiceId": "string",
"recipient": {
"name": "string",
"email": "string"
},
"items": [
"string"
],
"allowedPaymentMethods": [
"string"
],
"cardPaymentOptions": {},
"taxRate": 0,
"taxAmount": 0,
"status": "string"
}
curl --location --request POST 'https://api-sandbox.synswi.com/v1/ivoices/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"invoiceId": "string",
"recipient": {
"name": "string",
"email": "string"
},
"items": [
"string"
],
"allowedPaymentMethods": [
"string"
],
"cardPaymentOptions": {},
"taxRate": 0,
"taxAmount": 0,
"status": "string"
}'
{}