POST api/BillDetail/Add

Request Information

URI Parameters

None.

Body Parameters

BillDetailAPI
NameDescriptionTypeAdditional information
BillDetailId

integer

None.

BillId

integer

None.

ConstructionId

integer

None.

GroupId

integer

None.

OrderId

integer

None.

ExcludeTaxAmount

decimal number

None.

TaxAmount

decimal number

None.

IncludeTaxAmount

decimal number

None.

BuilderId

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

CreatedById

integer

None.

ModifiedById

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BillDetailId": 1,
  "BillId": 1,
  "ConstructionId": 1,
  "GroupId": 1,
  "OrderId": 1,
  "ExcludeTaxAmount": 1.0,
  "TaxAmount": 1.0,
  "IncludeTaxAmount": 1.0,
  "BuilderId": 1,
  "CreatedDate": "2025-12-10T05:48:03.7183425+00:00",
  "ModifiedDate": "2025-12-10T05:48:03.7183425+00:00",
  "CreatedById": 4,
  "ModifiedById": 5
}

application/xml, text/xml

Sample:
<BillDetailAPI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data">
  <BuilderId>1</BuilderId>
  <CreatedById>4</CreatedById>
  <CreatedDate>2025-12-10T05:48:03.7183425+00:00</CreatedDate>
  <ModifiedById>5</ModifiedById>
  <ModifiedDate>2025-12-10T05:48:03.7183425+00:00</ModifiedDate>
  <BillDetailId>1</BillDetailId>
  <BillId>1</BillId>
  <ConstructionId>1</ConstructionId>
  <ExcludeTaxAmount>1</ExcludeTaxAmount>
  <GroupId>1</GroupId>
  <IncludeTaxAmount>1</IncludeTaxAmount>
  <OrderId>1</OrderId>
  <TaxAmount>1</TaxAmount>
</BillDetailAPI>

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.