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": "b9a95dd4-68b4-4354-845c-2f150058743a",
"ReferredDoctorId": "10694a30-42cb-4b32-a6cb-d8c0e621185c",
"TimeZone": "sample string 4",
"SpecialtyId": "9e2942bc-de85-43f6-b445-11323e537460",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b9a95dd4-68b4-4354-845c-2f150058743a","ReferredDoctorId":"10694a30-42cb-4b32-a6cb-d8c0e621185c","TimeZone":"sample string 4","SpecialtyId":"9e2942bc-de85-43f6-b445-11323e537460","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b9a95dd4-68b4-4354-845c-2f150058743a</ReferringDoctorId> <ReferredDoctorId>10694a30-42cb-4b32-a6cb-d8c0e621185c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9e2942bc-de85-43f6-b445-11323e537460</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. |