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": "3ec3c2ff-0c31-422d-998a-34bfbfa06216",
"ReferredDoctorId": "d099548d-9a5c-44c7-84a5-75114a65ba15",
"TimeZone": "sample string 4",
"SpecialtyId": "dabd62e7-d6a6-4fa7-8fcb-4e14c27d476c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3ec3c2ff-0c31-422d-998a-34bfbfa06216","ReferredDoctorId":"d099548d-9a5c-44c7-84a5-75114a65ba15","TimeZone":"sample string 4","SpecialtyId":"dabd62e7-d6a6-4fa7-8fcb-4e14c27d476c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3ec3c2ff-0c31-422d-998a-34bfbfa06216</ReferringDoctorId> <ReferredDoctorId>d099548d-9a5c-44c7-84a5-75114a65ba15</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>dabd62e7-d6a6-4fa7-8fcb-4e14c27d476c</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. |