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": "9795b996-4d24-491d-90b3-e06d727bd86a",
"ReferredDoctorId": "da075a18-b8d9-4919-8f9b-dead45b8eea4",
"TimeZone": "sample string 4",
"SpecialtyId": "bfd36ca7-4c00-4412-a8c3-60cebb3c5a8c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"9795b996-4d24-491d-90b3-e06d727bd86a","ReferredDoctorId":"da075a18-b8d9-4919-8f9b-dead45b8eea4","TimeZone":"sample string 4","SpecialtyId":"bfd36ca7-4c00-4412-a8c3-60cebb3c5a8c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>9795b996-4d24-491d-90b3-e06d727bd86a</ReferringDoctorId> <ReferredDoctorId>da075a18-b8d9-4919-8f9b-dead45b8eea4</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>bfd36ca7-4c00-4412-a8c3-60cebb3c5a8c</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. |