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": "41b968fe-4b1b-458c-b50d-14b93013eadb",
"Integrated": true,
"ReferringDoctorId": "73054337-5169-4a36-a86f-85860ea6c086",
"ReferredDoctorId": "94477c74-5da3-406b-8f1a-d39e332b24ab",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"41b968fe-4b1b-458c-b50d-14b93013eadb","Integrated":true,"ReferringDoctorId":"73054337-5169-4a36-a86f-85860ea6c086","ReferredDoctorId":"94477c74-5da3-406b-8f1a-d39e332b24ab","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>41b968fe-4b1b-458c-b50d-14b93013eadb</Id> <Integrated>true</Integrated> <ReferringDoctorId>73054337-5169-4a36-a86f-85860ea6c086</ReferringDoctorId> <ReferredDoctorId>94477c74-5da3-406b-8f1a-d39e332b24ab</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. |