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": "a844c749-13ee-4bd2-b87b-8b9c8ace680d",
"Integrated": true,
"ReferringDoctorId": "979bb146-4647-4f28-90b0-78da93c42871",
"ReferredDoctorId": "f6c6ad5c-a316-4159-b663-5364ca3b2e6b",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"a844c749-13ee-4bd2-b87b-8b9c8ace680d","Integrated":true,"ReferringDoctorId":"979bb146-4647-4f28-90b0-78da93c42871","ReferredDoctorId":"f6c6ad5c-a316-4159-b663-5364ca3b2e6b","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>a844c749-13ee-4bd2-b87b-8b9c8ace680d</Id> <Integrated>true</Integrated> <ReferringDoctorId>979bb146-4647-4f28-90b0-78da93c42871</ReferringDoctorId> <ReferredDoctorId>f6c6ad5c-a316-4159-b663-5364ca3b2e6b</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. |