POST api/PdaCharge/ParkingOrders
停车订单
Request Information
URI Parameters
None.
Body Parameters
OrderQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | globally unique identifier |
None. |
|
| TogetherArtificialGeomagnetic | boolean |
None. |
|
| ParkId | globally unique identifier |
None. |
|
| ParkName | string |
None. |
|
| ChargeAdmin | string |
None. |
|
| Code | string |
None. |
|
| Car | string |
None. |
|
| EmployeeName | string |
None. |
|
| CarCode | string |
None. |
|
| CarPointId | globally unique identifier |
None. |
|
| PriceFilter | boolean |
None. |
|
| HasTicket | boolean |
None. |
|
| CarImage | string |
None. |
|
| IsInvoice | OrderInvoiceState |
None. |
|
| IsSettlement | SettlementState |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| AreaId | globally unique identifier |
None. |
|
| EmployeeId | globally unique identifier |
None. |
|
| BeginStartTime | date |
None. |
|
| QueryDateType | QueryDateType |
None. |
|
| EndStartTime | date |
None. |
|
| BeginEndTime | date |
None. |
|
| EndEndTime | date |
None. |
|
| BeginPayTime | date |
None. |
|
| EndPayTime | date |
None. |
|
| GoodsTotalPrice | decimal number |
None. |
|
| State | OrderState |
None. |
|
| Type | OrderType |
None. |
|
| IsAll | boolean |
None. |
|
| DiscountPrice | decimal number |
None. |
|
| OrderPrice | decimal number |
None. |
|
| BeginPaymentTime | date |
None. |
|
| EndPaymentTime | date |
None. |
|
| BeginCreationTime | date |
None. |
|
| EndCreationTime | date |
None. |
|
| CreatorId | globally unique identifier |
None. |
|
| BeginLastModificationTime | date |
None. |
|
| EndLastModificationTime | date |
None. |
|
| LastModifierId | globally unique identifier |
None. |
|
| Keyword | string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalCount | integer |
None. |
|
| Order | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "15160508-e341-4b63-9e48-40e6ed201912",
"TogetherArtificialGeomagnetic": true,
"ParkId": "7c6c591f-e44d-4101-8424-edcf4467f198",
"ParkName": "sample string 2",
"ChargeAdmin": "sample string 3",
"Code": "sample string 4",
"Car": "sample string 5",
"EmployeeName": "sample string 6",
"CarCode": "sample string 7",
"CarPointId": "53f7efd9-8ce0-48a0-8376-6cda94d34386",
"PriceFilter": true,
"HasTicket": true,
"CarImage": "sample string 8",
"IsInvoice": 0,
"IsSettlement": 0,
"CustomerId": "42fe2900-649e-4074-9699-f6775217fc49",
"AreaId": "407c81aa-c793-4668-910e-f5ba1e3986b4",
"EmployeeId": "8fc4d35e-dcdc-49c6-8052-b5feaa850395",
"BeginStartTime": "2026-01-29 16:43:53",
"QueryDateType": 0,
"EndStartTime": "2026-01-29 16:43:53",
"BeginEndTime": "2026-01-29 16:43:53",
"EndEndTime": "2026-01-29 16:43:53",
"BeginPayTime": "2026-01-29 16:43:53",
"EndPayTime": "2026-01-29 16:43:53",
"GoodsTotalPrice": 1.0,
"State": 1,
"Type": 0,
"IsAll": true,
"DiscountPrice": 1.0,
"OrderPrice": 1.0,
"BeginPaymentTime": "2026-01-29 16:43:53",
"EndPaymentTime": "2026-01-29 16:43:53",
"BeginCreationTime": "2026-01-29 16:43:53",
"EndCreationTime": "2026-01-29 16:43:53",
"CreatorId": "fa4e27e2-3cf1-4cf5-8b17-2be283ac3ac0",
"BeginLastModificationTime": "2026-01-29 16:43:53",
"EndLastModificationTime": "2026-01-29 16:43:53",
"LastModifierId": "2dee2395-e883-4bf7-a168-d63ac0b9ebed",
"Keyword": "sample string 10",
"Page": 11,
"PageSize": 12,
"TotalCount": 13,
"Order": "sample string 14"
}
application/xml, text/xml
Sample:
<OrderQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Applications.Domains.Parks.Queries"> <Order xmlns="http://schemas.datacontract.org/2004/07/Util.Domains.Repositories">sample string 14</Order> <Page xmlns="http://schemas.datacontract.org/2004/07/Util.Domains.Repositories">11</Page> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Util.Domains.Repositories">12</PageSize> <TotalCount xmlns="http://schemas.datacontract.org/2004/07/Util.Domains.Repositories">13</TotalCount> <Keyword xmlns="http://schemas.datacontract.org/2004/07/Util.Domains.Repositories">sample string 10</Keyword> <AreaId>407c81aa-c793-4668-910e-f5ba1e3986b4</AreaId> <BeginCreationTime>2026-01-29T16:43:53.8613351+08:00</BeginCreationTime> <BeginEndTime>2026-01-29T16:43:53.8613351+08:00</BeginEndTime> <BeginLastModificationTime>2026-01-29T16:43:53.8613351+08:00</BeginLastModificationTime> <BeginPayTime>2026-01-29T16:43:53.8613351+08:00</BeginPayTime> <BeginPaymentTime>2026-01-29T16:43:53.8613351+08:00</BeginPaymentTime> <BeginStartTime>2026-01-29T16:43:53.8613351+08:00</BeginStartTime> <Car>sample string 5</Car> <CarCode>sample string 7</CarCode> <CarImage>sample string 8</CarImage> <CarPointId>53f7efd9-8ce0-48a0-8376-6cda94d34386</CarPointId> <ChargeAdmin>sample string 3</ChargeAdmin> <Code>sample string 4</Code> <CreatorId>fa4e27e2-3cf1-4cf5-8b17-2be283ac3ac0</CreatorId> <CustomerId>42fe2900-649e-4074-9699-f6775217fc49</CustomerId> <DiscountPrice>1</DiscountPrice> <EmployeeId>8fc4d35e-dcdc-49c6-8052-b5feaa850395</EmployeeId> <EmployeeName>sample string 6</EmployeeName> <EndCreationTime>2026-01-29T16:43:53.8613351+08:00</EndCreationTime> <EndEndTime>2026-01-29T16:43:53.8613351+08:00</EndEndTime> <EndLastModificationTime>2026-01-29T16:43:53.8613351+08:00</EndLastModificationTime> <EndPayTime>2026-01-29T16:43:53.8613351+08:00</EndPayTime> <EndPaymentTime>2026-01-29T16:43:53.8613351+08:00</EndPaymentTime> <EndStartTime>2026-01-29T16:43:53.8613351+08:00</EndStartTime> <GoodsTotalPrice>1</GoodsTotalPrice> <HasTicket>true</HasTicket> <IsAll>true</IsAll> <IsInvoice>Noting</IsInvoice> <IsSettlement>NoSettlement</IsSettlement> <LastModifierId>2dee2395-e883-4bf7-a168-d63ac0b9ebed</LastModifierId> <OrderId>15160508-e341-4b63-9e48-40e6ed201912</OrderId> <OrderPrice>1</OrderPrice> <ParkId>7c6c591f-e44d-4101-8424-edcf4467f198</ParkId> <ParkName>sample string 2</ParkName> <PriceFilter>true</PriceFilter> <QueryDateType>Today</QueryDateType> <State>FeeIng</State> <TogetherArtificialGeomagnetic>true</TogetherArtificialGeomagnetic> <Type>Intelligence</Type> </OrderQuery>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| status |
操作结果状态 |
MStatusCode |
None. |
| message |
操作结果消息 |
string |
None. |
| errors |
请求对象未通过验证的错误消息列表 |
Collection of ValidErrors |
None. |
| url |
操作成功后的跳转页面 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 0,
"message": "sample string 1",
"errors": [
{
"field": "sample string 1",
"errorMessages": [
"sample string 1",
"sample string 2"
]
},
{
"field": "sample string 1",
"errorMessages": [
"sample string 1",
"sample string 2"
]
}
],
"url": "sample string 2"
}
application/xml, text/xml
Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Applications.WebApi.Common">
<Status>Fail</Status>
<Message>sample string 1</Message>
<Url>sample string 2</Url>
<Errors>
<ValidErrors>
<_x003C_ErrorMessages_x003E_k__BackingField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</_x003C_ErrorMessages_x003E_k__BackingField>
<_x003C_Field_x003E_k__BackingField>sample string 1</_x003C_Field_x003E_k__BackingField>
</ValidErrors>
<ValidErrors>
<_x003C_ErrorMessages_x003E_k__BackingField xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>sample string 1</d4p1:string>
<d4p1:string>sample string 2</d4p1:string>
</_x003C_ErrorMessages_x003E_k__BackingField>
<_x003C_Field_x003E_k__BackingField>sample string 1</_x003C_Field_x003E_k__BackingField>
</ValidErrors>
</Errors>
</Result>