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": "a1fb1b0b-a72d-4d7b-8887-f991be7e8876",
"ReferredDoctorId": "663f3b19-6216-42e8-9793-5a74d54a2a5f",
"TimeZone": "sample string 4",
"SpecialtyId": "cf364cb4-19c3-4434-b8a4-dcf9eecf416d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a1fb1b0b-a72d-4d7b-8887-f991be7e8876","ReferredDoctorId":"663f3b19-6216-42e8-9793-5a74d54a2a5f","TimeZone":"sample string 4","SpecialtyId":"cf364cb4-19c3-4434-b8a4-dcf9eecf416d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a1fb1b0b-a72d-4d7b-8887-f991be7e8876</ReferringDoctorId> <ReferredDoctorId>663f3b19-6216-42e8-9793-5a74d54a2a5f</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>cf364cb4-19c3-4434-b8a4-dcf9eecf416d</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. |