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": "e9162eaa-bf19-44e6-b07d-2cabba40e14d",
"Integrated": true,
"ReferringDoctorId": "8b6bd5a3-46c3-445e-8778-c3cc657d6f3c",
"ReferredDoctorId": "ab83eeb7-0869-43ff-b79d-1aec3ba05906",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"e9162eaa-bf19-44e6-b07d-2cabba40e14d","Integrated":true,"ReferringDoctorId":"8b6bd5a3-46c3-445e-8778-c3cc657d6f3c","ReferredDoctorId":"ab83eeb7-0869-43ff-b79d-1aec3ba05906","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>e9162eaa-bf19-44e6-b07d-2cabba40e14d</Id> <Integrated>true</Integrated> <ReferringDoctorId>8b6bd5a3-46c3-445e-8778-c3cc657d6f3c</ReferringDoctorId> <ReferredDoctorId>ab83eeb7-0869-43ff-b79d-1aec3ba05906</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. |