POST api/VechicleCamp
Request Information
URI Parameters
None.
Body Parameters
ADDVCAM| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | string |
None. |
|
| NAME | string |
None. |
|
| ROUTE | string |
None. |
|
| CAMP_START_DATE | string |
None. |
|
| CAMP_END_DATE | string |
None. |
|
| EXPENSES | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": "sample string 1",
"NAME": "sample string 2",
"ROUTE": "sample string 3",
"CAMP_START_DATE": "sample string 4",
"CAMP_END_DATE": "sample string 5",
"EXPENSES": "sample string 6"
}
application/xml, text/xml
Sample:
<ADDVCAM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSwaroopAgromart.Controllers.Team"> <CAMP_END_DATE>sample string 5</CAMP_END_DATE> <CAMP_START_DATE>sample string 4</CAMP_START_DATE> <EMP_ID>sample string 1</EMP_ID> <EXPENSES>sample string 6</EXPENSES> <NAME>sample string 2</NAME> <ROUTE>sample string 3</ROUTE> </ADDVCAM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |