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": "336879b9-c531-4f35-9003-95bbb5e1f468",
"ReferredDoctorId": "a816c44b-991e-4351-b23e-53b373df2cb1",
"TimeZone": "sample string 4",
"SpecialtyId": "109ca069-2564-406b-a340-f11251475cea",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"336879b9-c531-4f35-9003-95bbb5e1f468","ReferredDoctorId":"a816c44b-991e-4351-b23e-53b373df2cb1","TimeZone":"sample string 4","SpecialtyId":"109ca069-2564-406b-a340-f11251475cea","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>336879b9-c531-4f35-9003-95bbb5e1f468</ReferringDoctorId> <ReferredDoctorId>a816c44b-991e-4351-b23e-53b373df2cb1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>109ca069-2564-406b-a340-f11251475cea</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. |