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": "15720600-6006-4b43-8917-025daa9f9896",
"Integrated": true,
"ReferringDoctorId": "715228d4-dad7-4676-8b35-3b3683c777d6",
"ReferredDoctorId": "de43d66e-fe4a-4ee6-963c-dd76ab1eb25a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"15720600-6006-4b43-8917-025daa9f9896","Integrated":true,"ReferringDoctorId":"715228d4-dad7-4676-8b35-3b3683c777d6","ReferredDoctorId":"de43d66e-fe4a-4ee6-963c-dd76ab1eb25a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>15720600-6006-4b43-8917-025daa9f9896</Id> <Integrated>true</Integrated> <ReferringDoctorId>715228d4-dad7-4676-8b35-3b3683c777d6</ReferringDoctorId> <ReferredDoctorId>de43d66e-fe4a-4ee6-963c-dd76ab1eb25a</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. |