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": "64fc1916-16b4-4a2c-9efb-ad75b7825f05",
"Integrated": true,
"ReferringDoctorId": "39735a1b-1a7a-41c2-bfc5-0fdc81343dd6",
"ReferredDoctorId": "bae5e75a-20b4-4e84-9281-aaa7cf189ea5",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"64fc1916-16b4-4a2c-9efb-ad75b7825f05","Integrated":true,"ReferringDoctorId":"39735a1b-1a7a-41c2-bfc5-0fdc81343dd6","ReferredDoctorId":"bae5e75a-20b4-4e84-9281-aaa7cf189ea5","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>64fc1916-16b4-4a2c-9efb-ad75b7825f05</Id> <Integrated>true</Integrated> <ReferringDoctorId>39735a1b-1a7a-41c2-bfc5-0fdc81343dd6</ReferringDoctorId> <ReferredDoctorId>bae5e75a-20b4-4e84-9281-aaa7cf189ea5</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. |