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": "98a952ed-7b99-4c13-88c5-528a3ffa3168",
"Integrated": true,
"ReferringDoctorId": "6d98949e-f099-4602-8249-729da219cff3",
"ReferredDoctorId": "d9901cb4-6c4e-4bbd-bfd1-0adc23da3498",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"98a952ed-7b99-4c13-88c5-528a3ffa3168","Integrated":true,"ReferringDoctorId":"6d98949e-f099-4602-8249-729da219cff3","ReferredDoctorId":"d9901cb4-6c4e-4bbd-bfd1-0adc23da3498","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>98a952ed-7b99-4c13-88c5-528a3ffa3168</Id> <Integrated>true</Integrated> <ReferringDoctorId>6d98949e-f099-4602-8249-729da219cff3</ReferringDoctorId> <ReferredDoctorId>d9901cb4-6c4e-4bbd-bfd1-0adc23da3498</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. |