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": "b4746a0f-3b68-4753-9350-53d2671362c2",
"ReferredDoctorId": "67ea28c1-5649-4b89-94b6-ac531e243ecb",
"TimeZone": "sample string 4",
"SpecialtyId": "36192588-40e5-44ae-b3d9-f452449d09b8",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b4746a0f-3b68-4753-9350-53d2671362c2","ReferredDoctorId":"67ea28c1-5649-4b89-94b6-ac531e243ecb","TimeZone":"sample string 4","SpecialtyId":"36192588-40e5-44ae-b3d9-f452449d09b8","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b4746a0f-3b68-4753-9350-53d2671362c2</ReferringDoctorId> <ReferredDoctorId>67ea28c1-5649-4b89-94b6-ac531e243ecb</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>36192588-40e5-44ae-b3d9-f452449d09b8</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. |