PUT Invoices/Invoice/{invoiceID}?validateOnly={validateOnly}
Update invoiceBatch
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
invoiceID |
InvoiceID of Invoice to be updated |
integer |
Required |
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
Invoice data
InvoiceDTOName | Description | Type | Additional information |
---|---|---|---|
InvoiceID | integer |
None. |
|
InvoiceBatchID | integer |
None. |
|
InvoiceBatchType | InvoiceBatchType |
None. |
|
InvoiceBatchStatus | InvoiceBatchStatus |
None. |
|
RootInvoiceBatchID | integer |
None. |
|
BUID | integer |
None. |
|
BusinessUnitName | string |
None. |
|
EntityID | integer |
None. |
|
EntityName | NameDTO |
None. |
|
FunderID | integer |
None. |
|
FunderName | string |
None. |
|
ClientOrderID | integer |
None. |
|
ClientOrderBillingRateID | integer |
None. |
|
ClientOrderDescription | string |
None. |
|
GroupID | integer |
None. |
|
GroupName | string |
None. |
|
InvoiceNumber | string |
None. |
|
InvoiceDate | date |
None. |
|
DueDate | date |
None. |
|
InvoiceStatus | InvoiceStatus |
None. |
|
TotalAmount | decimal number |
None. |
|
ExpectedAmount | decimal number |
None. |
|
OutstandingAmount | decimal number |
None. |
|
InvoiceStartDate | date |
None. |
|
InvoiceStopDate | date |
None. |
|
AuthorizationNumber | string |
None. |
|
InvoiceHash | string |
None. |
|
Items | Collection of InvoiceItemDTO |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
CalculationResult | BillingEngineCalculationResultDTO |
None. |
|
ClientOrderCalculationStatusIDs | Collection of integer |
None. |
|
HasInAdvancedResidentFrequency | boolean |
None. |
|
SettleAmount | decimal number |
None. |
|
JournalNumber | integer |
None. |
|
FinalizedPostingDate | date |
None. |
|
ResidentNumber | string |
None. |
|
IsFinalized | boolean |
None. |
|
InvoiceCreationType | InvoiceCreationType |
None. |
Response Information
Resource Description
Success or not
IHttpActionResultNone.