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": "99137a77-1415-4b87-8aa5-cdde40e63c57",
"ReferredDoctorId": "18f15b3a-3986-42be-9351-7a5bddf38f1d",
"TimeZone": "sample string 4",
"SpecialtyId": "9f5c2c88-9305-4345-bb73-6afb4b9aacba",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"99137a77-1415-4b87-8aa5-cdde40e63c57","ReferredDoctorId":"18f15b3a-3986-42be-9351-7a5bddf38f1d","TimeZone":"sample string 4","SpecialtyId":"9f5c2c88-9305-4345-bb73-6afb4b9aacba","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>99137a77-1415-4b87-8aa5-cdde40e63c57</ReferringDoctorId> <ReferredDoctorId>18f15b3a-3986-42be-9351-7a5bddf38f1d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9f5c2c88-9305-4345-bb73-6afb4b9aacba</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. |