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": "62780405-7cf0-4a53-8eae-ae0776ed36ae",
"ReferredDoctorId": "c71f4134-350a-4ea8-b2f7-d78f106d3814",
"TimeZone": "sample string 4",
"SpecialtyId": "56427fa6-372e-46cf-8906-74f560377bf2",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"62780405-7cf0-4a53-8eae-ae0776ed36ae","ReferredDoctorId":"c71f4134-350a-4ea8-b2f7-d78f106d3814","TimeZone":"sample string 4","SpecialtyId":"56427fa6-372e-46cf-8906-74f560377bf2","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>62780405-7cf0-4a53-8eae-ae0776ed36ae</ReferringDoctorId> <ReferredDoctorId>c71f4134-350a-4ea8-b2f7-d78f106d3814</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>56427fa6-372e-46cf-8906-74f560377bf2</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. |