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": "a1bd4349-8bd1-41d8-aefb-673c6c82fa44",
"ReferredDoctorId": "79d984f2-d586-4932-9b37-d393bc8c3872",
"TimeZone": "sample string 4",
"SpecialtyId": "3b3ef138-6ada-4bf9-bd22-bba6a851e809",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a1bd4349-8bd1-41d8-aefb-673c6c82fa44","ReferredDoctorId":"79d984f2-d586-4932-9b37-d393bc8c3872","TimeZone":"sample string 4","SpecialtyId":"3b3ef138-6ada-4bf9-bd22-bba6a851e809","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a1bd4349-8bd1-41d8-aefb-673c6c82fa44</ReferringDoctorId> <ReferredDoctorId>79d984f2-d586-4932-9b37-d393bc8c3872</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3b3ef138-6ada-4bf9-bd22-bba6a851e809</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. |