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": "7d5a5e02-4512-4d2d-8712-aee43e905d5b",
"ReferredDoctorId": "5117f1e1-cc35-4be3-bdeb-2c1b8d0f3c92",
"TimeZone": "sample string 4",
"SpecialtyId": "5254c66e-7bab-4ef1-b36e-23205cb96008",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7d5a5e02-4512-4d2d-8712-aee43e905d5b","ReferredDoctorId":"5117f1e1-cc35-4be3-bdeb-2c1b8d0f3c92","TimeZone":"sample string 4","SpecialtyId":"5254c66e-7bab-4ef1-b36e-23205cb96008","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7d5a5e02-4512-4d2d-8712-aee43e905d5b</ReferringDoctorId> <ReferredDoctorId>5117f1e1-cc35-4be3-bdeb-2c1b8d0f3c92</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5254c66e-7bab-4ef1-b36e-23205cb96008</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. |