POST api2/OutbreakGranger/InsertOutbreakAction
Request Information
URI Parameters
None.
Body Parameters
OutbreakActionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| actionId | integer |
None. |
|
| actionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"actionId": 1,
"actionName": "sample string 2"
}
application/xml, text/xml
Sample:
<OutbreakActionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.DCCMG.Models"> <actionId>1</actionId> <actionName>sample string 2</actionName> </OutbreakActionModel>
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. |