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": "abfaab28-87a3-4390-ae3a-65baee4b45ec",
"Integrated": true,
"ReferringDoctorId": "2c43cefe-5ad9-40b7-8e0c-dedbdf193404",
"ReferredDoctorId": "7b2c7342-972f-4303-857d-90394c68e337",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"abfaab28-87a3-4390-ae3a-65baee4b45ec","Integrated":true,"ReferringDoctorId":"2c43cefe-5ad9-40b7-8e0c-dedbdf193404","ReferredDoctorId":"7b2c7342-972f-4303-857d-90394c68e337","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>abfaab28-87a3-4390-ae3a-65baee4b45ec</Id> <Integrated>true</Integrated> <ReferringDoctorId>2c43cefe-5ad9-40b7-8e0c-dedbdf193404</ReferringDoctorId> <ReferredDoctorId>7b2c7342-972f-4303-857d-90394c68e337</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. |