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": "3db69c7a-a438-4e20-89d3-d8c6e080cd0c",
"ReferredDoctorId": "f294e80e-422a-4b97-84d1-a65cf5e1ad0c",
"TimeZone": "sample string 4",
"SpecialtyId": "079afa75-06e9-478d-8040-dffe60770008",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3db69c7a-a438-4e20-89d3-d8c6e080cd0c","ReferredDoctorId":"f294e80e-422a-4b97-84d1-a65cf5e1ad0c","TimeZone":"sample string 4","SpecialtyId":"079afa75-06e9-478d-8040-dffe60770008","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3db69c7a-a438-4e20-89d3-d8c6e080cd0c</ReferringDoctorId> <ReferredDoctorId>f294e80e-422a-4b97-84d1-a65cf5e1ad0c</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>079afa75-06e9-478d-8040-dffe60770008</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. |