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": "5754be00-13a3-48a1-a37d-a47a0e7a0ae2",
"ReferredDoctorId": "ab70c4ac-6b84-4fad-a600-b81cb3244e76",
"TimeZone": "sample string 4",
"SpecialtyId": "d3cb6532-178b-4a30-98c9-4d1ae18fdd8f",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"5754be00-13a3-48a1-a37d-a47a0e7a0ae2","ReferredDoctorId":"ab70c4ac-6b84-4fad-a600-b81cb3244e76","TimeZone":"sample string 4","SpecialtyId":"d3cb6532-178b-4a30-98c9-4d1ae18fdd8f","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>5754be00-13a3-48a1-a37d-a47a0e7a0ae2</ReferringDoctorId> <ReferredDoctorId>ab70c4ac-6b84-4fad-a600-b81cb3244e76</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>d3cb6532-178b-4a30-98c9-4d1ae18fdd8f</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. |