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": "bf2ef43e-90e3-4d54-a078-390f719cfae1",
"ReferredDoctorId": "3061602e-c220-4399-88cf-a01b4f8d4401",
"TimeZone": "sample string 4",
"SpecialtyId": "915ef166-1437-426c-beb1-5f83939c9e41",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bf2ef43e-90e3-4d54-a078-390f719cfae1","ReferredDoctorId":"3061602e-c220-4399-88cf-a01b4f8d4401","TimeZone":"sample string 4","SpecialtyId":"915ef166-1437-426c-beb1-5f83939c9e41","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bf2ef43e-90e3-4d54-a078-390f719cfae1</ReferringDoctorId> <ReferredDoctorId>3061602e-c220-4399-88cf-a01b4f8d4401</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>915ef166-1437-426c-beb1-5f83939c9e41</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. |