POST api/Manifest/AddSakhanForManifest
Request Information
URI Parameters
None.
Body Parameters
AddSakhanForManifestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| LicencePermitType | string |
None. |
|
| LicenceNo | string |
None. |
|
| Sakhan | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"LicencePermitType": "sample string 2",
"LicenceNo": "sample string 3",
"Sakhan": "sample string 4"
}
application/xml, text/xml
Sample:
<AddSakhanForManifestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models.DTO"> <Id>sample string 1</Id> <LicenceNo>sample string 3</LicenceNo> <LicencePermitType>sample string 2</LicencePermitType> <Sakhan>sample string 4</Sakhan> </AddSakhanForManifestDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.