POST api/Invoice/Update

Request Information

URI Parameters

None.

Body Parameters

InvoiceAPI
NameDescriptionTypeAdditional information
ConstructionId

integer

None.

GroupId

integer

None.

OrderId

integer

None.

CostDetailsId

integer

None.

BillDate

date

None.

BillExcludeTaxAmount

decimal number

None.

BillIncludeTaxAmount

decimal number

None.

BillTaxAmount

decimal number

None.

AdjustReasonId

integer

None.

BillProcessingId

integer

None.

ProcessingDate

date

None.

ConfirmationDate

date

None.

EmployeeCode

string

None.

ResponsibleCode

string

None.

TaxRateId

integer

None.

TaxRateValue

decimal number

None.

Remarks

string

None.

CostConfirmCheck

integer

None.

ConfirmationCheck

integer

None.

AdjustContent

string

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ConstructionId": 1,
  "GroupId": 2,
  "OrderId": 3,
  "CostDetailsId": 4,
  "BillDate": "2025-12-10T05:47:08.6746162+00:00",
  "BillExcludeTaxAmount": 1.0,
  "BillIncludeTaxAmount": 2.0,
  "BillTaxAmount": 1.0,
  "AdjustReasonId": 1,
  "BillProcessingId": 6,
  "ProcessingDate": "2025-12-10T05:47:08.6746162+00:00",
  "ConfirmationDate": "2025-12-10T05:47:08.6746162+00:00",
  "EmployeeCode": "sample string 7",
  "ResponsibleCode": "sample string 8",
  "TaxRateId": 9,
  "TaxRateValue": 10.0,
  "Remarks": "sample string 11",
  "CostConfirmCheck": 1,
  "ConfirmationCheck": 1,
  "AdjustContent": "sample string 12sample string 13",
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:47:08.6746162+00:00",
  "ModifiedDate": "2025-12-10T05:47:08.6746162+00:00",
  "CreatedById": 16,
  "ModifiedById": 17
}

application/xml, text/xml

Sample:
<InvoiceAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>16</CreatedById>
  <CreatedDate>2025-12-10T05:47:08.6746162+00:00</CreatedDate>
  <ModifiedById>17</ModifiedById>
  <ModifiedDate>2025-12-10T05:47:08.6746162+00:00</ModifiedDate>
  <AdjustContent1>sample string 12</AdjustContent1>
  <AdjustContent2>sample string 13</AdjustContent2>
  <AdjustReasonId>1</AdjustReasonId>
  <BillDate>2025-12-10T05:47:08.6746162+00:00</BillDate>
  <BillExcludeTaxAmount>1</BillExcludeTaxAmount>
  <BillProcessingId>6</BillProcessingId>
  <BillTaxAmount>1</BillTaxAmount>
  <ConfirmationCheck>1</ConfirmationCheck>
  <ConfirmationDate>2025-12-10T05:47:08.6746162+00:00</ConfirmationDate>
  <ConstructionId>1</ConstructionId>
  <CostConfirmCheck>1</CostConfirmCheck>
  <CostDetailsId>4</CostDetailsId>
  <EmployeeCode>sample string 7</EmployeeCode>
  <GroupId>2</GroupId>
  <OrderId>3</OrderId>
  <ProcessingDate>2025-12-10T05:47:08.6746162+00:00</ProcessingDate>
  <Remarks>sample string 11</Remarks>
  <ResponsibleCode>sample string 8</ResponsibleCode>
  <TaxRateId>9</TaxRateId>
  <TaxRateValue>10</TaxRateValue>
</InvoiceAPI>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.