GET api/DFCPayments/CheckRecordInArrivals

Request Information

URI Parameters

None.

Body Parameters

Collection of AuthorityLetters
NameDescriptionTypeAdditional information
LetterID

integer

None.

PermitNo

string

None.

PermitDate

date

None.

PaymentId

integer

None.

PRCenterId

integer

None.

NoOfBags

integer

None.

BagWeight

decimal number

None.

TotalWeight

decimal number

None.

IsWithBags

boolean

None.

CenterName

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "LetterID": 1,
    "PermitNo": "sample string 2",
    "PermitDate": "2026-06-24T04:24:54.0155517-07:00",
    "PaymentId": 4,
    "PRCenterId": 5,
    "NoOfBags": 6,
    "BagWeight": 7.0,
    "TotalWeight": 8.0,
    "IsWithBags": true,
    "CenterName": "sample string 10"
  },
  {
    "LetterID": 1,
    "PermitNo": "sample string 2",
    "PermitDate": "2026-06-24T04:24:54.0155517-07:00",
    "PaymentId": 4,
    "PRCenterId": 5,
    "NoOfBags": 6,
    "BagWeight": 7.0,
    "TotalWeight": 8.0,
    "IsWithBags": true,
    "CenterName": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAuthorityLetters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Objects">
  <AuthorityLetters>
    <BagWeight>7</BagWeight>
    <CenterName>sample string 10</CenterName>
    <IsWithBags>true</IsWithBags>
    <LetterID>1</LetterID>
    <NoOfBags>6</NoOfBags>
    <PRCenterId>5</PRCenterId>
    <PaymentId>4</PaymentId>
    <PermitDate>2026-06-24T04:24:54.0155517-07:00</PermitDate>
    <PermitNo>sample string 2</PermitNo>
    <TotalWeight>8</TotalWeight>
  </AuthorityLetters>
  <AuthorityLetters>
    <BagWeight>7</BagWeight>
    <CenterName>sample string 10</CenterName>
    <IsWithBags>true</IsWithBags>
    <LetterID>1</LetterID>
    <NoOfBags>6</NoOfBags>
    <PRCenterId>5</PRCenterId>
    <PaymentId>4</PaymentId>
    <PermitDate>2026-06-24T04:24:54.0155517-07:00</PermitDate>
    <PermitNo>sample string 2</PermitNo>
    <TotalWeight>8</TotalWeight>
  </AuthorityLetters>
</ArrayOfAuthorityLetters>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.