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": "e5c224bf-cfb7-49d1-994b-dffdeeddaa36",
"ReferredDoctorId": "6189b405-53a6-42d5-98ac-127f2e124cbb",
"TimeZone": "sample string 4",
"SpecialtyId": "2505a84d-a32d-46cd-b63a-2e2226e2854e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"e5c224bf-cfb7-49d1-994b-dffdeeddaa36","ReferredDoctorId":"6189b405-53a6-42d5-98ac-127f2e124cbb","TimeZone":"sample string 4","SpecialtyId":"2505a84d-a32d-46cd-b63a-2e2226e2854e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>e5c224bf-cfb7-49d1-994b-dffdeeddaa36</ReferringDoctorId> <ReferredDoctorId>6189b405-53a6-42d5-98ac-127f2e124cbb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2505a84d-a32d-46cd-b63a-2e2226e2854e</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. |