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": "fb0c373a-17d8-43ff-9b09-07015bae7c5a",
"ReferredDoctorId": "6d796b69-8a13-4167-86da-9b7af68978a6",
"TimeZone": "sample string 4",
"SpecialtyId": "d8d0f3f6-0ca3-4521-8188-59afd365b624",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fb0c373a-17d8-43ff-9b09-07015bae7c5a","ReferredDoctorId":"6d796b69-8a13-4167-86da-9b7af68978a6","TimeZone":"sample string 4","SpecialtyId":"d8d0f3f6-0ca3-4521-8188-59afd365b624","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fb0c373a-17d8-43ff-9b09-07015bae7c5a</ReferringDoctorId> <ReferredDoctorId>6d796b69-8a13-4167-86da-9b7af68978a6</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d8d0f3f6-0ca3-4521-8188-59afd365b624</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. |