POST api/Manifest/CheckLicenceNo

Request Information

URI Parameters

None.

Body Parameters

ManifestLicenceRequestDTO
NameDescriptionTypeAdditional information
LicenceNo

string

None.

EIRRegNo

string

None.

Sakhan

string

None.

ImportExport

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LicenceNo": "sample string 1",
  "EIRRegNo": "sample string 2",
  "Sakhan": "sample string 3",
  "ImportExport": "sample string 4"
}

application/xml, text/xml

Sample:
<ManifestLicenceRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <EIRRegNo>sample string 2</EIRRegNo>
  <ImportExport>sample string 4</ImportExport>
  <LicenceNo>sample string 1</LicenceNo>
  <Sakhan>sample string 3</Sakhan>
</ManifestLicenceRequestDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ManifestLicenceRequestDTO'.

Response Information

Resource Description

Collection of ManifestLicenceRequestDTO
NameDescriptionTypeAdditional information
LicenceNo

string

None.

EIRRegNo

string

None.

Sakhan

string

None.

ImportExport

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "LicenceNo": "sample string 1",
    "EIRRegNo": "sample string 2",
    "Sakhan": "sample string 3",
    "ImportExport": "sample string 4"
  },
  {
    "LicenceNo": "sample string 1",
    "EIRRegNo": "sample string 2",
    "Sakhan": "sample string 3",
    "ImportExport": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfManifestLicenceRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO">
  <ManifestLicenceRequestDTO>
    <EIRRegNo>sample string 2</EIRRegNo>
    <ImportExport>sample string 4</ImportExport>
    <LicenceNo>sample string 1</LicenceNo>
    <Sakhan>sample string 3</Sakhan>
  </ManifestLicenceRequestDTO>
  <ManifestLicenceRequestDTO>
    <EIRRegNo>sample string 2</EIRRegNo>
    <ImportExport>sample string 4</ImportExport>
    <LicenceNo>sample string 1</LicenceNo>
    <Sakhan>sample string 3</Sakhan>
  </ManifestLicenceRequestDTO>
</ArrayOfManifestLicenceRequestDTO>