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": "d408cc17-8f1c-41da-aa77-6d7ea3a06935",
"ReferredDoctorId": "c74bd009-16e0-4207-81e5-38f229b0cf86",
"TimeZone": "sample string 4",
"SpecialtyId": "5ff98a3d-13a5-481a-94eb-89ab8cd9767c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"d408cc17-8f1c-41da-aa77-6d7ea3a06935","ReferredDoctorId":"c74bd009-16e0-4207-81e5-38f229b0cf86","TimeZone":"sample string 4","SpecialtyId":"5ff98a3d-13a5-481a-94eb-89ab8cd9767c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>d408cc17-8f1c-41da-aa77-6d7ea3a06935</ReferringDoctorId> <ReferredDoctorId>c74bd009-16e0-4207-81e5-38f229b0cf86</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>5ff98a3d-13a5-481a-94eb-89ab8cd9767c</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. |