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": "f94f93f4-1a0a-43e8-a71b-d0a5df3a7e09",
"Integrated": true,
"ReferringDoctorId": "ac94e6c6-361a-4812-84a9-1b312da96786",
"ReferredDoctorId": "833326a2-3474-439d-94c7-b8ff9e657ebe",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"f94f93f4-1a0a-43e8-a71b-d0a5df3a7e09","Integrated":true,"ReferringDoctorId":"ac94e6c6-361a-4812-84a9-1b312da96786","ReferredDoctorId":"833326a2-3474-439d-94c7-b8ff9e657ebe","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>f94f93f4-1a0a-43e8-a71b-d0a5df3a7e09</Id> <Integrated>true</Integrated> <ReferringDoctorId>ac94e6c6-361a-4812-84a9-1b312da96786</ReferringDoctorId> <ReferredDoctorId>833326a2-3474-439d-94c7-b8ff9e657ebe</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. |