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": "60b683c9-a26e-45f7-ac14-3496eee4009d",
"ReferredDoctorId": "c263b0eb-aab3-4d9b-a0a4-72f3567ed785",
"TimeZone": "sample string 4",
"SpecialtyId": "2bc4b41d-e5b4-4070-8028-0cd173f08b7d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"60b683c9-a26e-45f7-ac14-3496eee4009d","ReferredDoctorId":"c263b0eb-aab3-4d9b-a0a4-72f3567ed785","TimeZone":"sample string 4","SpecialtyId":"2bc4b41d-e5b4-4070-8028-0cd173f08b7d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>60b683c9-a26e-45f7-ac14-3496eee4009d</ReferringDoctorId> <ReferredDoctorId>c263b0eb-aab3-4d9b-a0a4-72f3567ed785</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2bc4b41d-e5b4-4070-8028-0cd173f08b7d</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. |