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": "813aa1fb-fb7f-4a9b-919e-4bfc444ba399",
"ReferredDoctorId": "3f7ad9ae-0557-4735-abc1-c5b0a4309d31",
"TimeZone": "sample string 4",
"SpecialtyId": "ababb99b-4539-4b4a-b33c-5a700f0f71f6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"813aa1fb-fb7f-4a9b-919e-4bfc444ba399","ReferredDoctorId":"3f7ad9ae-0557-4735-abc1-c5b0a4309d31","TimeZone":"sample string 4","SpecialtyId":"ababb99b-4539-4b4a-b33c-5a700f0f71f6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>813aa1fb-fb7f-4a9b-919e-4bfc444ba399</ReferringDoctorId> <ReferredDoctorId>3f7ad9ae-0557-4735-abc1-c5b0a4309d31</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ababb99b-4539-4b4a-b33c-5a700f0f71f6</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. |