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": "fa9b8f97-5f2d-472d-8585-74fe03d6f42c",
"ReferredDoctorId": "e2dfc64f-46fb-4e8f-9892-9c5f5c88e723",
"TimeZone": "sample string 4",
"SpecialtyId": "6c474abf-c23c-4f59-b2de-5c236971f616",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fa9b8f97-5f2d-472d-8585-74fe03d6f42c","ReferredDoctorId":"e2dfc64f-46fb-4e8f-9892-9c5f5c88e723","TimeZone":"sample string 4","SpecialtyId":"6c474abf-c23c-4f59-b2de-5c236971f616","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fa9b8f97-5f2d-472d-8585-74fe03d6f42c</ReferringDoctorId> <ReferredDoctorId>e2dfc64f-46fb-4e8f-9892-9c5f5c88e723</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>6c474abf-c23c-4f59-b2de-5c236971f616</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. |