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": "2ca79ce3-4519-4f4a-89b8-841ecc91a7ae",
"ReferredDoctorId": "6726bdfa-f29b-4fb2-b3aa-2ad53b5e6f8e",
"TimeZone": "sample string 4",
"SpecialtyId": "9236d482-e882-49ff-8cb6-3e2e89d7cec9",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"2ca79ce3-4519-4f4a-89b8-841ecc91a7ae","ReferredDoctorId":"6726bdfa-f29b-4fb2-b3aa-2ad53b5e6f8e","TimeZone":"sample string 4","SpecialtyId":"9236d482-e882-49ff-8cb6-3e2e89d7cec9","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>2ca79ce3-4519-4f4a-89b8-841ecc91a7ae</ReferringDoctorId> <ReferredDoctorId>6726bdfa-f29b-4fb2-b3aa-2ad53b5e6f8e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9236d482-e882-49ff-8cb6-3e2e89d7cec9</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. |