POST api/Get_Team_Data
Request Information
URI Parameters
None.
Body Parameters
TEAMDATA| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | string |
None. |
|
| FV_ID | string |
None. |
|
| QUESTION_ID | string |
None. |
|
| TYPE | string |
None. |
|
| EXTRA1 | string |
None. |
|
| EXTRA2 | string |
None. |
|
| EXTRA3 | string |
None. |
|
| GET_DATA | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": "sample string 1",
"FV_ID": "sample string 2",
"QUESTION_ID": "sample string 3",
"TYPE": "sample string 4",
"EXTRA1": "sample string 5",
"EXTRA2": "sample string 6",
"EXTRA3": "sample string 7",
"GET_DATA": "sample string 8"
}
application/xml, text/xml
Sample:
<TEAMDATA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiSwaroopAgromart.Controllers.Team"> <EMP_ID>sample string 1</EMP_ID> <EXTRA1>sample string 5</EXTRA1> <EXTRA2>sample string 6</EXTRA2> <EXTRA3>sample string 7</EXTRA3> <FV_ID>sample string 2</FV_ID> <QUESTION_ID>sample string 3</QUESTION_ID> <TYPE>sample string 4</TYPE> </TEAMDATA>
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. |