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": "bb3646e5-ecfb-403b-a3d7-dee32b15e264",
"ReferredDoctorId": "f37908c9-f8b9-4111-9e52-3b42ca7d00fe",
"TimeZone": "sample string 4",
"SpecialtyId": "40535f92-10a7-4276-b078-e84e3c16b8fb",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bb3646e5-ecfb-403b-a3d7-dee32b15e264","ReferredDoctorId":"f37908c9-f8b9-4111-9e52-3b42ca7d00fe","TimeZone":"sample string 4","SpecialtyId":"40535f92-10a7-4276-b078-e84e3c16b8fb","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bb3646e5-ecfb-403b-a3d7-dee32b15e264</ReferringDoctorId> <ReferredDoctorId>f37908c9-f8b9-4111-9e52-3b42ca7d00fe</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>40535f92-10a7-4276-b078-e84e3c16b8fb</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. |