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": "b7be19a8-04b6-4015-a15b-6d2a9ecc8cc9",
"ReferredDoctorId": "074239a3-5fff-4644-8911-d2ffaaf672ee",
"TimeZone": "sample string 4",
"SpecialtyId": "f94275a0-8132-40fe-9b56-8a5a6391542a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b7be19a8-04b6-4015-a15b-6d2a9ecc8cc9","ReferredDoctorId":"074239a3-5fff-4644-8911-d2ffaaf672ee","TimeZone":"sample string 4","SpecialtyId":"f94275a0-8132-40fe-9b56-8a5a6391542a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b7be19a8-04b6-4015-a15b-6d2a9ecc8cc9</ReferringDoctorId> <ReferredDoctorId>074239a3-5fff-4644-8911-d2ffaaf672ee</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f94275a0-8132-40fe-9b56-8a5a6391542a</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. |