POST api2/DiseaseOutbreakLogs/InsertDiseaseOutbreakLog
Request Information
URI Parameters
None.
Body Parameters
DiseaseOutbreakModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OutbrTrackNbr | integer |
None. |
|
| ClustOutbrNbr | string |
None. |
|
| InvestigationId | integer |
None. |
|
| CmplntOutbrType | integer |
None. |
|
| FacilityId | integer |
None. |
|
| FacilityIdSource | string |
None. |
|
| FirstNotifyJCDH | date |
None. |
|
| FirstNotifyADPH | date |
None. |
|
| DueDate | date |
None. |
|
| DateClosed | date |
None. |
|
| DateTurnedIn | date |
None. |
|
| ExitInterviewDate | date |
None. |
|
| FinalReportGiven | date |
None. |
|
| ActionType | integer |
None. |
|
| AssignedTo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OutbrTrackNbr": 1,
"ClustOutbrNbr": "sample string 2",
"InvestigationId": 1,
"CmplntOutbrType": 3,
"FacilityId": 1,
"FacilityIdSource": "sample string 4",
"FirstNotifyJCDH": "2026-03-13T19:38:02.1377858-05:00",
"FirstNotifyADPH": "2026-03-13T19:38:02.1377858-05:00",
"DueDate": "2026-03-13T19:38:02.1377858-05:00",
"DateClosed": "2026-03-13T19:38:02.1377858-05:00",
"DateTurnedIn": "2026-03-13T19:38:02.1377858-05:00",
"ExitInterviewDate": "2026-03-13T19:38:02.1377858-05:00",
"FinalReportGiven": "2026-03-13T19:38:02.1377858-05:00",
"ActionType": 1,
"AssignedTo": 5
}
application/xml, text/xml
Sample:
<DiseaseOutbreakModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JCDHAPI.Controllers.DiseaseOutbreak.Models"> <ActionType>1</ActionType> <AssignedTo>5</AssignedTo> <ClustOutbrNbr>sample string 2</ClustOutbrNbr> <CmplntOutbrType>3</CmplntOutbrType> <DateClosed>2026-03-13T19:38:02.1377858-05:00</DateClosed> <DateTurnedIn>2026-03-13T19:38:02.1377858-05:00</DateTurnedIn> <DueDate>2026-03-13T19:38:02.1377858-05:00</DueDate> <ExitInterviewDate>2026-03-13T19:38:02.1377858-05:00</ExitInterviewDate> <FacilityId>1</FacilityId> <FacilityIdSource>sample string 4</FacilityIdSource> <FinalReportGiven>2026-03-13T19:38:02.1377858-05:00</FinalReportGiven> <FirstNotifyADPH>2026-03-13T19:38:02.1377858-05:00</FirstNotifyADPH> <FirstNotifyJCDH>2026-03-13T19:38:02.1377858-05:00</FirstNotifyJCDH> <InvestigationId>1</InvestigationId> <OutbrTrackNbr>1</OutbrTrackNbr> </DiseaseOutbreakModel>
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. |