POST API/ATM/AlamSutera/CheckSeal?PlanNo={PlanNo}&ATMCode={ATMCode}&User={User}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanNo | string |
Required |
|
ATMCode | string |
Required |
|
User | string |
Required |
Body Parameters
Collection of CheckSealName | Description | Type | Additional information |
---|---|---|---|
SeqNo | integer |
None. |
|
CheckCatridgeStatus | integer |
None. |
|
CheckSealStatus | integer |
None. |
|
CheckSealRemarks | string |
None. |
|
CheckCatridgeRemarks | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "SeqNo": 1, "CheckCatridgeStatus": 2, "CheckSealStatus": 3, "CheckSealRemarks": "sample string 4", "CheckCatridgeRemarks": "sample string 5" }, { "SeqNo": 1, "CheckCatridgeStatus": 2, "CheckSealStatus": 3, "CheckSealRemarks": "sample string 4", "CheckCatridgeRemarks": "sample string 5" } ]
text/xml
Sample:
<ArrayOfCheckSeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models"> <CheckSeal> <CheckCatridgeRemarks>sample string 5</CheckCatridgeRemarks> <CheckCatridgeStatus>2</CheckCatridgeStatus> <CheckSealRemarks>sample string 4</CheckSealRemarks> <CheckSealStatus>3</CheckSealStatus> <SeqNo>1</SeqNo> </CheckSeal> <CheckSeal> <CheckCatridgeRemarks>sample string 5</CheckCatridgeRemarks> <CheckCatridgeStatus>2</CheckCatridgeStatus> <CheckSealRemarks>sample string 4</CheckSealRemarks> <CheckSealStatus>3</CheckSealStatus> <SeqNo>1</SeqNo> </CheckSeal> </ArrayOfCheckSeal>
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.