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": "ec075e8a-d711-4174-b08f-0f381ceacfa2",
"ReferredDoctorId": "d355729f-348e-42ba-82f0-46aa0b7bc224",
"TimeZone": "sample string 4",
"SpecialtyId": "e4003f20-f907-4c87-8571-d33cdaf1a578",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ec075e8a-d711-4174-b08f-0f381ceacfa2","ReferredDoctorId":"d355729f-348e-42ba-82f0-46aa0b7bc224","TimeZone":"sample string 4","SpecialtyId":"e4003f20-f907-4c87-8571-d33cdaf1a578","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ec075e8a-d711-4174-b08f-0f381ceacfa2</ReferringDoctorId> <ReferredDoctorId>d355729f-348e-42ba-82f0-46aa0b7bc224</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>e4003f20-f907-4c87-8571-d33cdaf1a578</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. |