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": "944a12f2-9b82-42a9-9159-194ca9f424ad",
"ReferredDoctorId": "912fe6bb-2d6f-4ac0-83f4-cb5631e139fa",
"TimeZone": "sample string 4",
"SpecialtyId": "5cddb0cb-9389-4759-b916-3c64018725b8",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"944a12f2-9b82-42a9-9159-194ca9f424ad","ReferredDoctorId":"912fe6bb-2d6f-4ac0-83f4-cb5631e139fa","TimeZone":"sample string 4","SpecialtyId":"5cddb0cb-9389-4759-b916-3c64018725b8","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>944a12f2-9b82-42a9-9159-194ca9f424ad</ReferringDoctorId> <ReferredDoctorId>912fe6bb-2d6f-4ac0-83f4-cb5631e139fa</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5cddb0cb-9389-4759-b916-3c64018725b8</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. |