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": "7ee7a34c-d776-492a-bb99-9a52977ff5fc",
"ReferredDoctorId": "5e13c277-221a-4969-9ed3-0c1a70c133a2",
"TimeZone": "sample string 4",
"SpecialtyId": "1432ce13-d170-413c-98f8-abd4471c02ad",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7ee7a34c-d776-492a-bb99-9a52977ff5fc","ReferredDoctorId":"5e13c277-221a-4969-9ed3-0c1a70c133a2","TimeZone":"sample string 4","SpecialtyId":"1432ce13-d170-413c-98f8-abd4471c02ad","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7ee7a34c-d776-492a-bb99-9a52977ff5fc</ReferringDoctorId> <ReferredDoctorId>5e13c277-221a-4969-9ed3-0c1a70c133a2</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>1432ce13-d170-413c-98f8-abd4471c02ad</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. |