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": "86213576-9a4e-4e75-a7a2-34c08eea676b",
"Integrated": true,
"ReferringDoctorId": "2011621a-167e-4775-9522-8d7bc0c50356",
"ReferredDoctorId": "8ab25708-3665-4801-9894-54e1f8cc4641",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"86213576-9a4e-4e75-a7a2-34c08eea676b","Integrated":true,"ReferringDoctorId":"2011621a-167e-4775-9522-8d7bc0c50356","ReferredDoctorId":"8ab25708-3665-4801-9894-54e1f8cc4641","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>86213576-9a4e-4e75-a7a2-34c08eea676b</Id> <Integrated>true</Integrated> <ReferringDoctorId>2011621a-167e-4775-9522-8d7bc0c50356</ReferringDoctorId> <ReferredDoctorId>8ab25708-3665-4801-9894-54e1f8cc4641</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. |