POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "b2463676-3d11-41b5-9764-0cc877b05309",
"Integrated": true,
"ReferringDoctorId": "eaf23088-7cea-48ab-8a0f-e15517eb5165",
"ReferredDoctorId": "e60a027e-db32-4692-917c-855c5a648a1a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b2463676-3d11-41b5-9764-0cc877b05309","Integrated":true,"ReferringDoctorId":"eaf23088-7cea-48ab-8a0f-e15517eb5165","ReferredDoctorId":"e60a027e-db32-4692-917c-855c5a648a1a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b2463676-3d11-41b5-9764-0cc877b05309</Id> <Integrated>true</Integrated> <ReferringDoctorId>eaf23088-7cea-48ab-8a0f-e15517eb5165</ReferringDoctorId> <ReferredDoctorId>e60a027e-db32-4692-917c-855c5a648a1a</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
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. |