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": "00a3545d-b9e2-48eb-a2ac-ecd9d4809fc6",
"ReferredDoctorId": "e662ba8b-312c-42b1-84df-8d5fe6e6e019",
"TimeZone": "sample string 4",
"SpecialtyId": "7e519936-a79a-4cf0-85cb-dbf26a8d7ee4",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"00a3545d-b9e2-48eb-a2ac-ecd9d4809fc6","ReferredDoctorId":"e662ba8b-312c-42b1-84df-8d5fe6e6e019","TimeZone":"sample string 4","SpecialtyId":"7e519936-a79a-4cf0-85cb-dbf26a8d7ee4","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>00a3545d-b9e2-48eb-a2ac-ecd9d4809fc6</ReferringDoctorId> <ReferredDoctorId>e662ba8b-312c-42b1-84df-8d5fe6e6e019</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7e519936-a79a-4cf0-85cb-dbf26a8d7ee4</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. |