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": "fd635a59-fd31-4ce1-a4a1-5ec6e5a1b683",
"ReferredDoctorId": "a68428fb-39d4-4868-a55e-4a77a54d651e",
"TimeZone": "sample string 4",
"SpecialtyId": "519467e5-22d1-46ca-9167-a8cfe3575a87",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fd635a59-fd31-4ce1-a4a1-5ec6e5a1b683","ReferredDoctorId":"a68428fb-39d4-4868-a55e-4a77a54d651e","TimeZone":"sample string 4","SpecialtyId":"519467e5-22d1-46ca-9167-a8cfe3575a87","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fd635a59-fd31-4ce1-a4a1-5ec6e5a1b683</ReferringDoctorId> <ReferredDoctorId>a68428fb-39d4-4868-a55e-4a77a54d651e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>519467e5-22d1-46ca-9167-a8cfe3575a87</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. |