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": "43e4e20e-94c1-4781-ace8-64ddb01cabc4",
"ReferredDoctorId": "b4edd18c-8096-4ff0-a312-b90f8c347de1",
"TimeZone": "sample string 4",
"SpecialtyId": "22fab12f-0387-42c5-9061-2fdcf0e010ed",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"43e4e20e-94c1-4781-ace8-64ddb01cabc4","ReferredDoctorId":"b4edd18c-8096-4ff0-a312-b90f8c347de1","TimeZone":"sample string 4","SpecialtyId":"22fab12f-0387-42c5-9061-2fdcf0e010ed","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>43e4e20e-94c1-4781-ace8-64ddb01cabc4</ReferringDoctorId> <ReferredDoctorId>b4edd18c-8096-4ff0-a312-b90f8c347de1</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>22fab12f-0387-42c5-9061-2fdcf0e010ed</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. |