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": "70851382-f39b-4dc6-954b-41afcd6676ce",
"ReferredDoctorId": "e06c660f-0d9b-45a6-ba19-0dc5192da19a",
"TimeZone": "sample string 4",
"SpecialtyId": "f30e1462-a9a3-45e1-b3fd-e831dc8a3e7a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"70851382-f39b-4dc6-954b-41afcd6676ce","ReferredDoctorId":"e06c660f-0d9b-45a6-ba19-0dc5192da19a","TimeZone":"sample string 4","SpecialtyId":"f30e1462-a9a3-45e1-b3fd-e831dc8a3e7a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>70851382-f39b-4dc6-954b-41afcd6676ce</ReferringDoctorId> <ReferredDoctorId>e06c660f-0d9b-45a6-ba19-0dc5192da19a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>f30e1462-a9a3-45e1-b3fd-e831dc8a3e7a</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. |