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": "a61a6d40-3ebd-42d0-96d4-484796e02dad",
"ReferredDoctorId": "d103eaf1-7ef1-4c1a-a493-ad41797426bb",
"TimeZone": "sample string 4",
"SpecialtyId": "293f00f3-30aa-4e9b-a869-11c6ed144e9c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"a61a6d40-3ebd-42d0-96d4-484796e02dad","ReferredDoctorId":"d103eaf1-7ef1-4c1a-a493-ad41797426bb","TimeZone":"sample string 4","SpecialtyId":"293f00f3-30aa-4e9b-a869-11c6ed144e9c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>a61a6d40-3ebd-42d0-96d4-484796e02dad</ReferringDoctorId> <ReferredDoctorId>d103eaf1-7ef1-4c1a-a493-ad41797426bb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>293f00f3-30aa-4e9b-a869-11c6ed144e9c</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. |