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": "68adfad6-d435-49ec-80a4-897fca2e2a81",
"ReferredDoctorId": "49ff8baf-a642-4359-ad6f-9877b8d53556",
"TimeZone": "sample string 4",
"SpecialtyId": "34520d31-45e1-443c-b521-aaa1cf893e8d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"68adfad6-d435-49ec-80a4-897fca2e2a81","ReferredDoctorId":"49ff8baf-a642-4359-ad6f-9877b8d53556","TimeZone":"sample string 4","SpecialtyId":"34520d31-45e1-443c-b521-aaa1cf893e8d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>68adfad6-d435-49ec-80a4-897fca2e2a81</ReferringDoctorId> <ReferredDoctorId>49ff8baf-a642-4359-ad6f-9877b8d53556</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>34520d31-45e1-443c-b521-aaa1cf893e8d</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. |