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": "9063f38a-0cad-4b83-b252-85beacc882f0",
"Integrated": true,
"ReferringDoctorId": "6a3098fa-b284-43eb-9b55-af5364d7441a",
"ReferredDoctorId": "1127eb6e-8ec2-4d58-a66e-c657691164aa",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"9063f38a-0cad-4b83-b252-85beacc882f0","Integrated":true,"ReferringDoctorId":"6a3098fa-b284-43eb-9b55-af5364d7441a","ReferredDoctorId":"1127eb6e-8ec2-4d58-a66e-c657691164aa","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>9063f38a-0cad-4b83-b252-85beacc882f0</Id> <Integrated>true</Integrated> <ReferringDoctorId>6a3098fa-b284-43eb-9b55-af5364d7441a</ReferringDoctorId> <ReferredDoctorId>1127eb6e-8ec2-4d58-a66e-c657691164aa</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. |