PUT POS/Sales/Invoices Try Now
Update Invoices
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
The request.
Collection of BulkUpdateInvoiceRequest
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceId |
Invoice Identifier
|
string |
Required
|
| InvoiceDetails | UpdateInvoiceRequest |
None.
|
Request Formats
application/json, text/json
Sample:
[
{
"InvoiceId": "",
"InvoiceDetails": {
"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.