PUT POS/Sales/Invoices/{invoiceId} Try Now
Update Invoice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceId |
The invoice identifier.
|
string |
Required
|
Body Parameters
The invoice request.
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipToContactId | string |
None.
|
|
| BillToContactId | string |
None.
|
|
| ShippingCost | decimal number |
Optional
|
|
| Items | Collection of InvoiceItemRequest |
Optional
|
|
| ShippingType | ShippingType |
Optional
|
|
| ExternalOrderNumber | string |
None.
|
|
| PublicNote | string |
None.
|
Request Formats
application/json, text/json
Sample:
{
"ExternalOrderNumber": "",
"PublicNote": "",
"ShipToContactId": "",
"BillToContactId": "",
"ShippingCost": 1.0,
"Items": [
{
"ItemNote": "",
"InvoiceItemId": "",
"UnitPrice": 1.0,
"Overs": 1.0,
"Tax": 1.0,
"AdditionalTax": 1.0,
"Discount": 1.0,
"Commission": 1.0
}
],
"ShippingType": "None"
}
Response Information
Resource Description
None.