POST API/ATM/PostReturnCDCCPFCheckSeal

Request Information

URI Parameters

None.

Body Parameters

CPFCheckSealReturn
NameDescriptionTypeAdditional information
TripCode

string

None.

RowNumber

integer

None.

User

string

None.

SealCode

string

None.

Type

string

None.

Base64

string

None.

FileName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TripCode": "sample string 1",
  "RowNumber": 2,
  "User": "sample string 3",
  "SealCode": "sample string 4",
  "Type": "sample string 5",
  "Base64": "sample string 6",
  "FileName": "sample string 7"
}

text/xml

Sample:
<CPFCheckSealReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSerivce.Models">
  <Base64>sample string 6</Base64>
  <FileName>sample string 7</FileName>
  <RowNumber>2</RowNumber>
  <SealCode>sample string 4</SealCode>
  <TripCode>sample string 1</TripCode>
  <Type>sample string 5</Type>
  <User>sample string 3</User>
</CPFCheckSealReturn>

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.