POST Api/AftermarketOrders/Add
Request Information
URI Parameters
None.
Body Parameters
AftermarketOrderDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreateTime | date |
None. |
|
| ProjectName | string |
None. |
|
| ContactTel | string |
None. |
|
| ModuleTypeId | globally unique identifier |
None. |
|
| ModuleTypeName | string |
None. |
|
| Describe | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| Openid | string |
None. |
|
| HandleStatus | integer |
None. |
|
| HandleTime | date |
None. |
|
| Solution | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreateTimeToString | string |
None. |
|
| HandleTimeToString | string |
None. |
|
| HandleStatusName | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "3530048d-6e11-47e5-bf21-41134093e6f2",
"CreateTime": "2026-03-02T19:57:33.455966+08:00",
"ProjectName": "sample string 2",
"ContactTel": "sample string 3",
"ModuleTypeId": "df24bb37-13d3-45d4-acab-87d9eb918910",
"ModuleTypeName": "sample string 4",
"Describe": "sample string 5",
"UserId": "2412b3c9-e4d5-4522-9b74-2ce53a89a6b5",
"UserName": "sample string 6",
"Openid": "sample string 7",
"HandleStatus": 1,
"HandleTime": "2026-03-02T19:57:33.455966+08:00",
"Solution": "sample string 8",
"IsDeleted": true,
"CreateTimeToString": "2026-03-02 19:57:33",
"HandleTimeToString": "2026-03-02 19:57:33",
"HandleStatusName": "待处理",
"PageIndex": 9,
"PageSize": 10,
"Total": 11
}
application/xml, text/xml
Sample:
<AftermarketOrderDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>9</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>10</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>11</_x003C_Total_x003E_k__BackingField> <ContactTel>sample string 3</ContactTel> <CreateTime>2026-03-02T19:57:33.455966+08:00</CreateTime> <Describe>sample string 5</Describe> <HandleStatus>1</HandleStatus> <HandleTime>2026-03-02T19:57:33.455966+08:00</HandleTime> <Id>3530048d-6e11-47e5-bf21-41134093e6f2</Id> <IsDeleted>true</IsDeleted> <ModuleTypeId>df24bb37-13d3-45d4-acab-87d9eb918910</ModuleTypeId> <ModuleTypeName>sample string 4</ModuleTypeName> <Openid>sample string 7</Openid> <ProjectName>sample string 2</ProjectName> <Solution>sample string 8</Solution> <UserId>2412b3c9-e4d5-4522-9b74-2ce53a89a6b5</UserId> <UserName>sample string 6</UserName> </AftermarketOrderDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.