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": "37c013e5-6286-4924-8e83-5e23d5af9fa6",
"ReferredDoctorId": "e11f4864-7854-487c-85a7-813a4f317e2a",
"TimeZone": "sample string 4",
"SpecialtyId": "38d89743-6593-4b95-81c1-8f8eaad53161",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"37c013e5-6286-4924-8e83-5e23d5af9fa6","ReferredDoctorId":"e11f4864-7854-487c-85a7-813a4f317e2a","TimeZone":"sample string 4","SpecialtyId":"38d89743-6593-4b95-81c1-8f8eaad53161","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>37c013e5-6286-4924-8e83-5e23d5af9fa6</ReferringDoctorId> <ReferredDoctorId>e11f4864-7854-487c-85a7-813a4f317e2a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>38d89743-6593-4b95-81c1-8f8eaad53161</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. |