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": "be7a04c1-3efa-4937-9da7-af81f9cf3475",
"Integrated": true,
"ReferringDoctorId": "2b6e9a9f-c6be-4153-9a9c-8e66c9f12a6c",
"ReferredDoctorId": "fbed6028-16f0-4065-a6f8-e5e512f87399",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"be7a04c1-3efa-4937-9da7-af81f9cf3475","Integrated":true,"ReferringDoctorId":"2b6e9a9f-c6be-4153-9a9c-8e66c9f12a6c","ReferredDoctorId":"fbed6028-16f0-4065-a6f8-e5e512f87399","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>be7a04c1-3efa-4937-9da7-af81f9cf3475</Id> <Integrated>true</Integrated> <ReferringDoctorId>2b6e9a9f-c6be-4153-9a9c-8e66c9f12a6c</ReferringDoctorId> <ReferredDoctorId>fbed6028-16f0-4065-a6f8-e5e512f87399</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. |