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": "047b2a9d-249a-4e77-8309-5fbf86b7b7f6",
"ReferredDoctorId": "63f8a44f-8305-4e09-a40c-17f2e3328a72",
"TimeZone": "sample string 4",
"SpecialtyId": "4db32f7c-32be-4a13-a525-44d72b24523f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"047b2a9d-249a-4e77-8309-5fbf86b7b7f6","ReferredDoctorId":"63f8a44f-8305-4e09-a40c-17f2e3328a72","TimeZone":"sample string 4","SpecialtyId":"4db32f7c-32be-4a13-a525-44d72b24523f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>047b2a9d-249a-4e77-8309-5fbf86b7b7f6</ReferringDoctorId> <ReferredDoctorId>63f8a44f-8305-4e09-a40c-17f2e3328a72</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>4db32f7c-32be-4a13-a525-44d72b24523f</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. |