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": "ab9b0df6-9b7a-4ca8-933d-a88da6d2c9ad",
"ReferredDoctorId": "73a659d1-fb67-4831-83e9-9dcbada21ca3",
"TimeZone": "sample string 4",
"SpecialtyId": "aec359dd-34de-4ebd-a67d-f2260db67b4c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ab9b0df6-9b7a-4ca8-933d-a88da6d2c9ad","ReferredDoctorId":"73a659d1-fb67-4831-83e9-9dcbada21ca3","TimeZone":"sample string 4","SpecialtyId":"aec359dd-34de-4ebd-a67d-f2260db67b4c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ab9b0df6-9b7a-4ca8-933d-a88da6d2c9ad</ReferringDoctorId> <ReferredDoctorId>73a659d1-fb67-4831-83e9-9dcbada21ca3</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>aec359dd-34de-4ebd-a67d-f2260db67b4c</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. |