POST api/qczp-mini/punch/items
Request Information
URI Parameters
None.
Body Parameters
QczpMiniPunchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
None. |
|
| pType | string |
None. |
|
| punchType | string |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| speed | decimal number |
None. |
|
| accuracy | decimal number |
None. |
|
| mediaid | string |
None. |
|
| mediaId | string |
None. |
|
| address | string |
None. |
|
| clientTime | string |
None. |
|
| captureSource | string |
None. |
|
| photoPath | string |
None. |
|
| clientRequestId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"orderId": 1,
"pType": "sample string 2",
"punchType": "sample string 3",
"latitude": 4.0,
"longitude": 5.0,
"speed": 6.0,
"accuracy": 7.0,
"mediaid": "sample string 8",
"mediaId": "sample string 9",
"address": "sample string 10",
"clientTime": "sample string 11",
"captureSource": "sample string 12",
"photoPath": "sample string 13",
"clientRequestId": "sample string 14"
}
application/xml, text/xml
Sample:
<QczpMiniPunchRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QingCaoInterface.Models"> <accuracy>7</accuracy> <address>sample string 10</address> <captureSource>sample string 12</captureSource> <clientRequestId>sample string 14</clientRequestId> <clientTime>sample string 11</clientTime> <latitude>4</latitude> <longitude>5</longitude> <mediaId>sample string 9</mediaId> <mediaid>sample string 8</mediaid> <orderId>1</orderId> <pType>sample string 2</pType> <photoPath>sample string 13</photoPath> <punchType>sample string 3</punchType> <speed>6</speed> </QczpMiniPunchRequest>
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.