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": "bb1fcf39-d5b9-48f5-8005-aac79ca5eea6",
"ReferredDoctorId": "13eb09d5-f7dd-459c-b6e6-322f901ad0a2",
"TimeZone": "sample string 4",
"SpecialtyId": "e6b63756-6970-4daa-bd2f-be2d22b30f3b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bb1fcf39-d5b9-48f5-8005-aac79ca5eea6","ReferredDoctorId":"13eb09d5-f7dd-459c-b6e6-322f901ad0a2","TimeZone":"sample string 4","SpecialtyId":"e6b63756-6970-4daa-bd2f-be2d22b30f3b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bb1fcf39-d5b9-48f5-8005-aac79ca5eea6</ReferringDoctorId> <ReferredDoctorId>13eb09d5-f7dd-459c-b6e6-322f901ad0a2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e6b63756-6970-4daa-bd2f-be2d22b30f3b</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. |