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": "b2a71fc0-6790-443a-91c2-5501c37e571a",
"ReferredDoctorId": "3d96e538-728f-47de-bb23-0159901f5484",
"TimeZone": "sample string 4",
"SpecialtyId": "a32d874a-c126-4304-833a-0de936f46ae6",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"b2a71fc0-6790-443a-91c2-5501c37e571a","ReferredDoctorId":"3d96e538-728f-47de-bb23-0159901f5484","TimeZone":"sample string 4","SpecialtyId":"a32d874a-c126-4304-833a-0de936f46ae6","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>b2a71fc0-6790-443a-91c2-5501c37e571a</ReferringDoctorId> <ReferredDoctorId>3d96e538-728f-47de-bb23-0159901f5484</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>a32d874a-c126-4304-833a-0de936f46ae6</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. |