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": "f38942c0-18c7-404f-8cc2-2009c2519b0d",
"ReferredDoctorId": "3ac04e81-1e0c-4bcd-a0b5-1b7a7eeee766",
"TimeZone": "sample string 4",
"SpecialtyId": "334d3f0d-9374-4f82-97c8-26993b341174",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"f38942c0-18c7-404f-8cc2-2009c2519b0d","ReferredDoctorId":"3ac04e81-1e0c-4bcd-a0b5-1b7a7eeee766","TimeZone":"sample string 4","SpecialtyId":"334d3f0d-9374-4f82-97c8-26993b341174","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>f38942c0-18c7-404f-8cc2-2009c2519b0d</ReferringDoctorId> <ReferredDoctorId>3ac04e81-1e0c-4bcd-a0b5-1b7a7eeee766</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>334d3f0d-9374-4f82-97c8-26993b341174</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. |