POST api/depotmasterinsert
Request Information
URI Parameters
None.
Body Parameters
DepotMasterInsertDto| Name | Description | Type | Additional information |
|---|---|---|---|
| DepotName | string |
None. |
|
| DepotAddress | string |
None. |
|
| ContactPerson | string |
None. |
|
| ContactNo | integer |
None. |
|
| City | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepotName": "sample string 1",
"DepotAddress": "sample string 2",
"ContactPerson": "sample string 3",
"ContactNo": 4,
"City": 5
}
application/xml, text/xml
Sample:
<DepotManagementController.DepotMasterInsertDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DepotManagement.Controllers"> <City>5</City> <ContactNo>4</ContactNo> <ContactPerson>sample string 3</ContactPerson> <DepotAddress>sample string 2</DepotAddress> <DepotName>sample string 1</DepotName> </DepotManagementController.DepotMasterInsertDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.