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": "93ba8773-4e85-4d0c-b604-a8888832c1e5",
"ReferredDoctorId": "aa6f130e-f026-4055-aa24-10969fb04e34",
"TimeZone": "sample string 4",
"SpecialtyId": "b155bda2-90e7-4922-a0fa-7109f638543a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"93ba8773-4e85-4d0c-b604-a8888832c1e5","ReferredDoctorId":"aa6f130e-f026-4055-aa24-10969fb04e34","TimeZone":"sample string 4","SpecialtyId":"b155bda2-90e7-4922-a0fa-7109f638543a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>93ba8773-4e85-4d0c-b604-a8888832c1e5</ReferringDoctorId> <ReferredDoctorId>aa6f130e-f026-4055-aa24-10969fb04e34</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b155bda2-90e7-4922-a0fa-7109f638543a</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. |