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