POST api/AppMPOrder/GetToken1
Request Information
URI Parameters
None.
Body Parameters
OrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| md5Str | string |
None. |
|
| SetMeal | integer |
None. |
|
| KeyString | string |
None. |
|
| DeviceNumber | string |
None. |
|
| TotalCount | integer |
None. |
|
| Remark | string |
None. |
|
| State | integer |
None. |
|
| Id | integer |
None. |
|
| ProductId | integer |
None. |
|
| TotalPrice | decimal number |
None. |
|
| Code | string |
None. |
|
| PhoneCode | string |
None. |
|
| Name | string |
None. |
|
| Phone | string |
None. |
|
| UserId | integer |
None. |
|
| ProvinceId | integer |
None. |
|
| ProvinceText | string |
None. |
|
| CityId | integer |
None. |
|
| CityText | string |
None. |
|
| RegionId | integer |
None. |
|
| RegionText | string |
None. |
|
| Address | string |
None. |
|
| Size | string |
None. |
|
| Company | string |
None. |
|
| Number | string |
None. |
|
| Paging | PaginRequest |
None. |
|
| OrderBys | string |
None. |
|
| QueryValue | string |
None. |
|
| OrderNum | string |
None. |
|
| FieldName | string |
None. |
|
| Column | Collection of Object |
None. |
|
| WarehouseId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"md5Str": "sample string 1",
"SetMeal": 1,
"KeyString": "sample string 2",
"DeviceNumber": "sample string 3",
"TotalCount": 1,
"Remark": "sample string 4",
"State": 1,
"Id": 1,
"ProductId": 1,
"TotalPrice": 1.0,
"Code": "sample string 5",
"PhoneCode": "sample string 6",
"Name": "sample string 7",
"Phone": "sample string 8",
"UserId": 1,
"ProvinceId": 9,
"ProvinceText": "sample string 10",
"CityId": 11,
"CityText": "sample string 12",
"RegionId": 13,
"RegionText": "sample string 14",
"Address": "sample string 15",
"Size": "sample string 16",
"Company": "sample string 17",
"Number": "sample string 18",
"Paging": {
"PageIndex": 1,
"PageSize": 1
},
"OrderBys": "sample string 19",
"QueryValue": "sample string 20",
"OrderNum": "sample string 21",
"FieldName": "sample string 22",
"Column": [
{},
{}
],
"WarehouseId": 1
}
application/xml, text/xml
Sample:
<OrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Read.Model.Request">
<Column xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
</Column>
<FieldName>sample string 22</FieldName>
<OrderBys>sample string 19</OrderBys>
<OrderNum>sample string 21</OrderNum>
<Paging>
<PageIndex>1</PageIndex>
<PageSize>1</PageSize>
</Paging>
<QueryValue>sample string 20</QueryValue>
<WarehouseId>1</WarehouseId>
<Address>sample string 15</Address>
<CityId>11</CityId>
<CityText>sample string 12</CityText>
<Code>sample string 5</Code>
<Company>sample string 17</Company>
<DeviceNumber>sample string 3</DeviceNumber>
<Id>1</Id>
<KeyString>sample string 2</KeyString>
<Name>sample string 7</Name>
<Number>sample string 18</Number>
<Phone>sample string 8</Phone>
<PhoneCode>sample string 6</PhoneCode>
<ProductId>1</ProductId>
<ProvinceId>9</ProvinceId>
<ProvinceText>sample string 10</ProvinceText>
<RegionId>13</RegionId>
<RegionText>sample string 14</RegionText>
<Remark>sample string 4</Remark>
<SetMeal>1</SetMeal>
<Size>sample string 16</Size>
<State>1</State>
<TotalCount>1</TotalCount>
<TotalPrice>1</TotalPrice>
<UserId>1</UserId>
<md5Str>sample string 1</md5Str>
</OrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />