POST Cases/Create
Request Information
URI Parameters
None.
Body Parameters
CreateCaseDtoForApi| Name | Description | Type | Additional information |
|---|---|---|---|
| Integrated | boolean |
None. |
|
| ReferringDoctorId | globally unique identifier |
None. |
|
| ReferredDoctorId | globally unique identifier |
None. |
|
| TimeZone | string |
None. |
|
| SpecialtyId | globally unique identifier |
None. |
|
| SubmissionJson | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Integrated": true,
"ReferringDoctorId": "02a2d773-6a40-4588-9989-e6297bd6a006",
"ReferredDoctorId": "110c7858-14ac-40bf-ba70-d997091ae7d5",
"TimeZone": "sample string 4",
"SpecialtyId": "9ce5bb87-bb40-4a24-bbea-0810315e0211",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"02a2d773-6a40-4588-9989-e6297bd6a006","ReferredDoctorId":"110c7858-14ac-40bf-ba70-d997091ae7d5","TimeZone":"sample string 4","SpecialtyId":"9ce5bb87-bb40-4a24-bbea-0810315e0211","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>02a2d773-6a40-4588-9989-e6297bd6a006</ReferringDoctorId> <ReferredDoctorId>110c7858-14ac-40bf-ba70-d997091ae7d5</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9ce5bb87-bb40-4a24-bbea-0810315e0211</SpecialtyId> <SubmissionJson>sample string 6</SubmissionJson> </CreateCaseDtoForApi>
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. |