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": "af34b07b-64bf-4c57-a5e5-e680a275ea93",
"Integrated": true,
"ReferringDoctorId": "95982126-4de6-424d-b06b-8dbbecefe484",
"ReferredDoctorId": "0bead89b-ebb2-4eb4-a882-3ac8b2b96998",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"af34b07b-64bf-4c57-a5e5-e680a275ea93","Integrated":true,"ReferringDoctorId":"95982126-4de6-424d-b06b-8dbbecefe484","ReferredDoctorId":"0bead89b-ebb2-4eb4-a882-3ac8b2b96998","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>af34b07b-64bf-4c57-a5e5-e680a275ea93</Id> <Integrated>true</Integrated> <ReferringDoctorId>95982126-4de6-424d-b06b-8dbbecefe484</ReferringDoctorId> <ReferredDoctorId>0bead89b-ebb2-4eb4-a882-3ac8b2b96998</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. |