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": "df0b0a88-0297-4969-8e3e-3f913e085196",
"ReferredDoctorId": "97308709-ec30-4d48-be26-01a76a2fbc2d",
"TimeZone": "sample string 4",
"SpecialtyId": "46d22c1a-0551-4f29-b558-9e0bd3145aa5",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"df0b0a88-0297-4969-8e3e-3f913e085196","ReferredDoctorId":"97308709-ec30-4d48-be26-01a76a2fbc2d","TimeZone":"sample string 4","SpecialtyId":"46d22c1a-0551-4f29-b558-9e0bd3145aa5","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>df0b0a88-0297-4969-8e3e-3f913e085196</ReferringDoctorId> <ReferredDoctorId>97308709-ec30-4d48-be26-01a76a2fbc2d</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>46d22c1a-0551-4f29-b558-9e0bd3145aa5</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. |