POST api/Manifest/CheckLicenceNo
Request Information
URI Parameters
None.
Body Parameters
ManifestLicenceRequestDTO| Name | Description | Type | Additional 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:
Response Information
Resource Description
Collection of ManifestLicenceRequestDTO| Name | Description | Type | Additional 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>