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": "13665105-1c5a-40bd-95f5-54fef4c9968a",
"ReferredDoctorId": "7d3d2a66-47e7-46dc-9f13-5ae67cdd4d5b",
"TimeZone": "sample string 4",
"SpecialtyId": "c952e72b-d703-410c-b84b-ae8b8043c8db",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"13665105-1c5a-40bd-95f5-54fef4c9968a","ReferredDoctorId":"7d3d2a66-47e7-46dc-9f13-5ae67cdd4d5b","TimeZone":"sample string 4","SpecialtyId":"c952e72b-d703-410c-b84b-ae8b8043c8db","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>13665105-1c5a-40bd-95f5-54fef4c9968a</ReferringDoctorId> <ReferredDoctorId>7d3d2a66-47e7-46dc-9f13-5ae67cdd4d5b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c952e72b-d703-410c-b84b-ae8b8043c8db</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. |