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": "3c68dbdb-57f3-4db6-9547-8ca3c683e178",
"ReferredDoctorId": "d7759c80-7560-46cf-ad22-02a47ca67962",
"TimeZone": "sample string 4",
"SpecialtyId": "51d4df8f-0536-4b0a-a78b-618fe447afcd",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3c68dbdb-57f3-4db6-9547-8ca3c683e178","ReferredDoctorId":"d7759c80-7560-46cf-ad22-02a47ca67962","TimeZone":"sample string 4","SpecialtyId":"51d4df8f-0536-4b0a-a78b-618fe447afcd","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3c68dbdb-57f3-4db6-9547-8ca3c683e178</ReferringDoctorId> <ReferredDoctorId>d7759c80-7560-46cf-ad22-02a47ca67962</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>51d4df8f-0536-4b0a-a78b-618fe447afcd</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. |