PUT Invoices/Output/{invoiceOutputID}?validateOnly={validateOnly}
Update invoiceBatch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceOutputID |
InvoiceOutputID of InvoiceOutput to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
InvoiceOutput data
InvoiceOutputDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceOutputID | integer |
None. |
|
InvoiceID | integer |
None. |
|
Type | InvoiceOutputType |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.