POST API/MONSEAL/CheckSealTrx?Custody1={Custody1}&Custody2={Custody2}&ClientCode={ClientCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Custody1

string

Required

Custody2

string

Required

ClientCode

string

Required

Body Parameters

Collection of Seal
NameDescriptionTypeAdditional information
SealCode

string

None.

TripCode

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "SealCode": "sample string 1",
    "TripCode": "sample string 2"
  },
  {
    "SealCode": "sample string 1",
    "TripCode": "sample string 2"
  }
]

text/xml

Sample:
<ArrayOfSeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <Seal>
    <SealCode>sample string 1</SealCode>
    <TripCode>sample string 2</TripCode>
  </Seal>
  <Seal>
    <SealCode>sample string 1</SealCode>
    <TripCode>sample string 2</TripCode>
  </Seal>
</ArrayOfSeal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.