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": "6302ba27-3a28-4a41-9ce0-449d5adf08c7",
"ReferredDoctorId": "acd06db1-3ff4-40e1-8ec2-83a3d5547b7e",
"TimeZone": "sample string 4",
"SpecialtyId": "cd1630c3-60c6-4f5c-b0b3-367b762c0e7b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6302ba27-3a28-4a41-9ce0-449d5adf08c7","ReferredDoctorId":"acd06db1-3ff4-40e1-8ec2-83a3d5547b7e","TimeZone":"sample string 4","SpecialtyId":"cd1630c3-60c6-4f5c-b0b3-367b762c0e7b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6302ba27-3a28-4a41-9ce0-449d5adf08c7</ReferringDoctorId> <ReferredDoctorId>acd06db1-3ff4-40e1-8ec2-83a3d5547b7e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>cd1630c3-60c6-4f5c-b0b3-367b762c0e7b</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. |