POST api/Vibhag
Request Information
URI Parameters
None.
Body Parameters
Vibhag| Name | Description | Type | Additional information |
|---|---|---|---|
| V_id | integer |
None. |
|
| P_id | integer |
None. |
|
| vibhag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"V_id": 1,
"P_id": 2,
"vibhag": "sample string 3"
}
application/xml, text/xml
Sample:
<Vibhag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Task_API.Models"> <P_id>2</P_id> <V_id>1</V_id> <vibhag>sample string 3</vibhag> </Vibhag>
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. |