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": "75a4f929-f3b0-46c5-8932-3c8ae974a644",
"ReferredDoctorId": "3f3611bb-cb5b-4e16-84bf-de385093688c",
"TimeZone": "sample string 4",
"SpecialtyId": "2e54fceb-033c-41b1-96de-178156eae035",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"75a4f929-f3b0-46c5-8932-3c8ae974a644","ReferredDoctorId":"3f3611bb-cb5b-4e16-84bf-de385093688c","TimeZone":"sample string 4","SpecialtyId":"2e54fceb-033c-41b1-96de-178156eae035","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>75a4f929-f3b0-46c5-8932-3c8ae974a644</ReferringDoctorId> <ReferredDoctorId>3f3611bb-cb5b-4e16-84bf-de385093688c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2e54fceb-033c-41b1-96de-178156eae035</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. |