POST api/Order/Add
Request Information
URI Parameters
None.
Body Parameters
OrderAPIAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| ConstructionId | integer |
None. |
|
| GroupId | integer |
None. |
|
| Title | string |
None. |
|
| TaxRateId | integer |
None. |
|
| OrderStatusId | integer |
None. |
|
| OrderContent | string |
None. |
|
| Remarks | string |
None. |
|
| MailSend | integer |
None. |
|
| EmployeeId | 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": 1,
"Title": "sample string 1",
"TaxRateId": 1,
"OrderStatusId": 1,
"OrderContent": "sample string 2",
"Remarks": "sample string 3",
"MailSend": 1,
"EmployeeId": "sample string 4",
"BuilderId": 1,
"CreatedDate": "2025-12-10T05:47:11.7647868+00:00",
"ModifiedDate": "2025-12-10T05:47:11.7647868+00:00",
"CreatedById": 7,
"ModifiedById": 8
}
application/xml, text/xml
Sample:
<OrderAPIAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uchinet.General.API.Data"> <BuilderId>1</BuilderId> <CreatedById>7</CreatedById> <CreatedDate>2025-12-10T05:47:11.7647868+00:00</CreatedDate> <ModifiedById>8</ModifiedById> <ModifiedDate>2025-12-10T05:47:11.7647868+00:00</ModifiedDate> <ConstructionId>1</ConstructionId> <EmployeeId>sample string 4</EmployeeId> <GroupId>1</GroupId> <MailSend>1</MailSend> <OrderContent>sample string 2</OrderContent> <OrderStatusId>1</OrderStatusId> <Remarks>sample string 3</Remarks> <TaxRateId>1</TaxRateId> <Title>sample string 1</Title> </OrderAPIAdd>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |