PUT Invoices/BatchResult/{invoiceBatchResultID}?validateOnly={validateOnly}
Update invoiceBatch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceBatchResultID |
InvoiceBatchResultID of InvoiceBatchResult to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
InvoiceBatchResult data
InvoiceBatchResultDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceBatchResultID | integer |
None. |
|
InvoiceBatchID | integer |
None. |
|
BUID | integer |
None. |
|
BusinessUnitName | string |
None. |
|
Type | InvoiceBatchResultType |
None. |
|
TypeKey | integer |
None. |
|
TypeHash | string |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.