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": "ba6a91e8-1f95-4971-bc29-63c4d7ef21b2",
"ReferredDoctorId": "277c6a33-4381-41e5-8cf5-2d47bac124c5",
"TimeZone": "sample string 4",
"SpecialtyId": "93f2d15d-b526-471b-860f-076070dcd891",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ba6a91e8-1f95-4971-bc29-63c4d7ef21b2","ReferredDoctorId":"277c6a33-4381-41e5-8cf5-2d47bac124c5","TimeZone":"sample string 4","SpecialtyId":"93f2d15d-b526-471b-860f-076070dcd891","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ba6a91e8-1f95-4971-bc29-63c4d7ef21b2</ReferringDoctorId> <ReferredDoctorId>277c6a33-4381-41e5-8cf5-2d47bac124c5</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>93f2d15d-b526-471b-860f-076070dcd891</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. |