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": "1cce65ca-320e-4698-a10f-b101d7bbb2c4",
"ReferredDoctorId": "1c25a57f-5069-4e60-88c0-98002dff1569",
"TimeZone": "sample string 4",
"SpecialtyId": "34d4f56d-baa9-4f1d-b236-4cf89e8ae1ee",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"1cce65ca-320e-4698-a10f-b101d7bbb2c4","ReferredDoctorId":"1c25a57f-5069-4e60-88c0-98002dff1569","TimeZone":"sample string 4","SpecialtyId":"34d4f56d-baa9-4f1d-b236-4cf89e8ae1ee","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>1cce65ca-320e-4698-a10f-b101d7bbb2c4</ReferringDoctorId> <ReferredDoctorId>1c25a57f-5069-4e60-88c0-98002dff1569</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>34d4f56d-baa9-4f1d-b236-4cf89e8ae1ee</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. |