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": "07111300-0775-4b42-8704-197dcd92af14",
"ReferredDoctorId": "e76fa8a2-6f72-4a62-b6b2-0279a451d5f9",
"TimeZone": "sample string 4",
"SpecialtyId": "9a2f9661-111a-44c8-8bb3-21e107f6bfd6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"07111300-0775-4b42-8704-197dcd92af14","ReferredDoctorId":"e76fa8a2-6f72-4a62-b6b2-0279a451d5f9","TimeZone":"sample string 4","SpecialtyId":"9a2f9661-111a-44c8-8bb3-21e107f6bfd6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>07111300-0775-4b42-8704-197dcd92af14</ReferringDoctorId> <ReferredDoctorId>e76fa8a2-6f72-4a62-b6b2-0279a451d5f9</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9a2f9661-111a-44c8-8bb3-21e107f6bfd6</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. |