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": "b755a9a0-1e82-476d-bd18-9f6c546cd2c3",
"Integrated": true,
"ReferringDoctorId": "77458178-7ca5-4ee2-a6b4-6ef0cb30a275",
"ReferredDoctorId": "1a1fec63-a92e-41ac-90c0-5528bc5363cb",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"b755a9a0-1e82-476d-bd18-9f6c546cd2c3","Integrated":true,"ReferringDoctorId":"77458178-7ca5-4ee2-a6b4-6ef0cb30a275","ReferredDoctorId":"1a1fec63-a92e-41ac-90c0-5528bc5363cb","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>b755a9a0-1e82-476d-bd18-9f6c546cd2c3</Id> <Integrated>true</Integrated> <ReferringDoctorId>77458178-7ca5-4ee2-a6b4-6ef0cb30a275</ReferringDoctorId> <ReferredDoctorId>1a1fec63-a92e-41ac-90c0-5528bc5363cb</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. |