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": "90451f4e-1959-4425-b6bc-06972ed81346",
"ReferredDoctorId": "f937ae2b-1f5a-4350-99d4-9223e8524730",
"TimeZone": "sample string 4",
"SpecialtyId": "58034fcd-76cb-4cc2-a2e8-cd4dedeacb49",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"90451f4e-1959-4425-b6bc-06972ed81346","ReferredDoctorId":"f937ae2b-1f5a-4350-99d4-9223e8524730","TimeZone":"sample string 4","SpecialtyId":"58034fcd-76cb-4cc2-a2e8-cd4dedeacb49","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>90451f4e-1959-4425-b6bc-06972ed81346</ReferringDoctorId> <ReferredDoctorId>f937ae2b-1f5a-4350-99d4-9223e8524730</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>58034fcd-76cb-4cc2-a2e8-cd4dedeacb49</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. |