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": "ac7562dc-7413-4b05-a6e0-12b010f7c975",
"ReferredDoctorId": "d5da39a4-00c5-4040-aaca-0138e18f463b",
"TimeZone": "sample string 4",
"SpecialtyId": "0080f95c-f1db-4807-88ee-23ce0ab66b1e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ac7562dc-7413-4b05-a6e0-12b010f7c975","ReferredDoctorId":"d5da39a4-00c5-4040-aaca-0138e18f463b","TimeZone":"sample string 4","SpecialtyId":"0080f95c-f1db-4807-88ee-23ce0ab66b1e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ac7562dc-7413-4b05-a6e0-12b010f7c975</ReferringDoctorId> <ReferredDoctorId>d5da39a4-00c5-4040-aaca-0138e18f463b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>0080f95c-f1db-4807-88ee-23ce0ab66b1e</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. |