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": "6bcda254-a5b8-47ba-9fc9-196d936ae0de",
"ReferredDoctorId": "1c302fb9-3df4-4468-8121-be5973e9ea74",
"TimeZone": "sample string 4",
"SpecialtyId": "54c0c215-e93a-4798-87ad-8a99bd739d85",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6bcda254-a5b8-47ba-9fc9-196d936ae0de","ReferredDoctorId":"1c302fb9-3df4-4468-8121-be5973e9ea74","TimeZone":"sample string 4","SpecialtyId":"54c0c215-e93a-4798-87ad-8a99bd739d85","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6bcda254-a5b8-47ba-9fc9-196d936ae0de</ReferringDoctorId> <ReferredDoctorId>1c302fb9-3df4-4468-8121-be5973e9ea74</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>54c0c215-e93a-4798-87ad-8a99bd739d85</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. |