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": "5f019efc-4c01-441a-9a57-520e9a32c588",
"Integrated": true,
"ReferringDoctorId": "9a958cb8-be40-4f98-80f7-efa18c47eb9c",
"ReferredDoctorId": "451bcdb6-63b5-4368-8eaf-4bd1303b7fef",
"TimeZone": "sample string 5"
}
text/html
Sample:
{"Id":"5f019efc-4c01-441a-9a57-520e9a32c588","Integrated":true,"ReferringDoctorId":"9a958cb8-be40-4f98-80f7-efa18c47eb9c","ReferredDoctorId":"451bcdb6-63b5-4368-8eaf-4bd1303b7fef","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>5f019efc-4c01-441a-9a57-520e9a32c588</Id> <Integrated>true</Integrated> <ReferringDoctorId>9a958cb8-be40-4f98-80f7-efa18c47eb9c</ReferringDoctorId> <ReferredDoctorId>451bcdb6-63b5-4368-8eaf-4bd1303b7fef</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. |