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": "45694888-c8f3-4a3c-bc0a-571e81942a69",
"ReferredDoctorId": "9a63d817-06c9-4901-99f2-0d4d44845c79",
"TimeZone": "sample string 4",
"SpecialtyId": "db144985-4eda-4d4b-9534-1b12a2a03f3a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"45694888-c8f3-4a3c-bc0a-571e81942a69","ReferredDoctorId":"9a63d817-06c9-4901-99f2-0d4d44845c79","TimeZone":"sample string 4","SpecialtyId":"db144985-4eda-4d4b-9534-1b12a2a03f3a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>45694888-c8f3-4a3c-bc0a-571e81942a69</ReferringDoctorId> <ReferredDoctorId>9a63d817-06c9-4901-99f2-0d4d44845c79</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>db144985-4eda-4d4b-9534-1b12a2a03f3a</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. |