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": "df1a1712-37ea-4902-9b99-8590fb6e7493",
"ReferredDoctorId": "ea453c51-22b4-4efc-af71-84ac0ace289f",
"TimeZone": "sample string 4",
"SpecialtyId": "9bf3afe4-8afb-4110-b4ba-852883cc13e4",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"df1a1712-37ea-4902-9b99-8590fb6e7493","ReferredDoctorId":"ea453c51-22b4-4efc-af71-84ac0ace289f","TimeZone":"sample string 4","SpecialtyId":"9bf3afe4-8afb-4110-b4ba-852883cc13e4","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>df1a1712-37ea-4902-9b99-8590fb6e7493</ReferringDoctorId> <ReferredDoctorId>ea453c51-22b4-4efc-af71-84ac0ace289f</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>9bf3afe4-8afb-4110-b4ba-852883cc13e4</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. |