POST api/refreshIncident
Request Information
URI Parameters
None.
Body Parameters
DropdownRespo| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
None. |
|
| display | string |
None. |
|
| extraValue | string |
None. |
|
| results | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"value": "sample string 1",
"display": "sample string 2",
"extraValue": "sample string 3",
"results": "sample string 4"
}
application/xml, text/xml
Sample:
<DropdownRespo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISolution.Models.EmployeeMaster"> <display>sample string 2</display> <extraValue>sample string 3</extraValue> <results>sample string 4</results> <value>sample string 1</value> </DropdownRespo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />