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": "12ab47f5-c5d2-49ca-9f63-5311c3a71b58",
"ReferredDoctorId": "322be589-da7a-4644-a46e-8391bc814632",
"TimeZone": "sample string 4",
"SpecialtyId": "b62ce9b5-b4e6-492f-b43d-ff2d7cd0c7a6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"12ab47f5-c5d2-49ca-9f63-5311c3a71b58","ReferredDoctorId":"322be589-da7a-4644-a46e-8391bc814632","TimeZone":"sample string 4","SpecialtyId":"b62ce9b5-b4e6-492f-b43d-ff2d7cd0c7a6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>12ab47f5-c5d2-49ca-9f63-5311c3a71b58</ReferringDoctorId> <ReferredDoctorId>322be589-da7a-4644-a46e-8391bc814632</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>b62ce9b5-b4e6-492f-b43d-ff2d7cd0c7a6</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. |