POST API/Problem/SealCheck?Ticket={Ticket}&UserID={UserID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
|
UserID | string |
Required |
Body Parameters
Collection of ProblemSealName | Description | Type | Additional information |
---|---|---|---|
CatridgeType | string |
None. |
|
Amount | integer |
None. |
|
SealStatus | byte |
None. |
|
SealType | string |
None. |
|
SealCode | string |
None. |
|
SealTypeNew | string |
None. |
|
SealCodeNew | string |
None. |
|
SealPhoto | Photo |
None. |
|
BillCount | integer |
None. |
|
Remarks | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "CatridgeType": "sample string 1", "Amount": 2, "SealStatus": 64, "SealType": "sample string 4", "SealCode": "sample string 5", "SealTypeNew": "sample string 6", "SealCodeNew": "sample string 7", "SealPhoto": { "FileName": "sample string 1", "Base64": "sample string 2", "Description": "sample string 3", "Longitude": 1.1, "Latitude": 1.1 }, "BillCount": 1, "Remarks": "sample string 8" }, { "CatridgeType": "sample string 1", "Amount": 2, "SealStatus": 64, "SealType": "sample string 4", "SealCode": "sample string 5", "SealTypeNew": "sample string 6", "SealCodeNew": "sample string 7", "SealPhoto": { "FileName": "sample string 1", "Base64": "sample string 2", "Description": "sample string 3", "Longitude": 1.1, "Latitude": 1.1 }, "BillCount": 1, "Remarks": "sample string 8" } ]
text/xml
Sample:
<ArrayOfProblemSeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <ProblemSeal> <Amount>2</Amount> <BillCount>1</BillCount> <CatridgeType>sample string 1</CatridgeType> <Remarks>sample string 8</Remarks> <SealCode>sample string 5</SealCode> <SealCodeNew>sample string 7</SealCodeNew> <SealPhoto> <Base64>sample string 2</Base64> <Description>sample string 3</Description> <FileName>sample string 1</FileName> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </SealPhoto> <SealStatus>64</SealStatus> <SealType>sample string 4</SealType> <SealTypeNew>sample string 6</SealTypeNew> </ProblemSeal> <ProblemSeal> <Amount>2</Amount> <BillCount>1</BillCount> <CatridgeType>sample string 1</CatridgeType> <Remarks>sample string 8</Remarks> <SealCode>sample string 5</SealCode> <SealCodeNew>sample string 7</SealCodeNew> <SealPhoto> <Base64>sample string 2</Base64> <Description>sample string 3</Description> <FileName>sample string 1</FileName> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> </SealPhoto> <SealStatus>64</SealStatus> <SealType>sample string 4</SealType> <SealTypeNew>sample string 6</SealTypeNew> </ProblemSeal> </ArrayOfProblemSeal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.