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": "4202f543-3e19-43ff-b417-1df6fa90989e",
"Integrated": true,
"ReferringDoctorId": "949df8f6-1d78-4571-a010-a6746631b2b2",
"ReferredDoctorId": "d642dcba-239c-4468-808b-ef6ad0578f4a",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"4202f543-3e19-43ff-b417-1df6fa90989e","Integrated":true,"ReferringDoctorId":"949df8f6-1d78-4571-a010-a6746631b2b2","ReferredDoctorId":"d642dcba-239c-4468-808b-ef6ad0578f4a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>4202f543-3e19-43ff-b417-1df6fa90989e</Id> <Integrated>true</Integrated> <ReferringDoctorId>949df8f6-1d78-4571-a010-a6746631b2b2</ReferringDoctorId> <ReferredDoctorId>d642dcba-239c-4468-808b-ef6ad0578f4a</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. |