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": "8111a7bd-f6dd-4aad-b6e3-b331d22efc28",
"ReferredDoctorId": "661cf0bc-98f7-45c9-9cb3-5fcf7bebd399",
"TimeZone": "sample string 4",
"SpecialtyId": "2a6c230a-c1a5-4fb2-bc31-34ae2ec768ee",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"8111a7bd-f6dd-4aad-b6e3-b331d22efc28","ReferredDoctorId":"661cf0bc-98f7-45c9-9cb3-5fcf7bebd399","TimeZone":"sample string 4","SpecialtyId":"2a6c230a-c1a5-4fb2-bc31-34ae2ec768ee","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>8111a7bd-f6dd-4aad-b6e3-b331d22efc28</ReferringDoctorId> <ReferredDoctorId>661cf0bc-98f7-45c9-9cb3-5fcf7bebd399</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>2a6c230a-c1a5-4fb2-bc31-34ae2ec768ee</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. |