POST Api/AftermarketOrders/GetList
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": "2bfd0651-ef60-43d5-a818-016a0a40d084",
"CreateTime": "2026-03-02T19:57:31.9493725+08:00",
"ProjectName": "sample string 2",
"ContactTel": "sample string 3",
"ModuleTypeId": "f6b0d60a-a508-4b6b-b566-a3142caf5e86",
"ModuleTypeName": "sample string 4",
"Describe": "sample string 5",
"UserId": "7e744193-362c-41dc-bb9a-1534d747dab1",
"UserName": "sample string 6",
"Openid": "sample string 7",
"HandleStatus": 1,
"HandleTime": "2026-03-02T19:57:31.9493725+08:00",
"Solution": "sample string 8",
"IsDeleted": true,
"CreateTimeToString": "2026-03-02 19:57:31",
"HandleTimeToString": "2026-03-02 19:57:31",
"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:31.9493725+08:00</CreateTime> <Describe>sample string 5</Describe> <HandleStatus>1</HandleStatus> <HandleTime>2026-03-02T19:57:31.9493725+08:00</HandleTime> <Id>2bfd0651-ef60-43d5-a818-016a0a40d084</Id> <IsDeleted>true</IsDeleted> <ModuleTypeId>f6b0d60a-a508-4b6b-b566-a3142caf5e86</ModuleTypeId> <ModuleTypeName>sample string 4</ModuleTypeName> <Openid>sample string 7</Openid> <ProjectName>sample string 2</ProjectName> <Solution>sample string 8</Solution> <UserId>7e744193-362c-41dc-bb9a-1534d747dab1</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.