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": "29bcb3c4-8d6d-49f8-a116-826b3436f699",
"ReferredDoctorId": "ad722c9e-685f-42e2-a91b-f459e5058019",
"TimeZone": "sample string 4",
"SpecialtyId": "c6c73e4b-6427-433a-82b5-8c6a3a4c5906",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"29bcb3c4-8d6d-49f8-a116-826b3436f699","ReferredDoctorId":"ad722c9e-685f-42e2-a91b-f459e5058019","TimeZone":"sample string 4","SpecialtyId":"c6c73e4b-6427-433a-82b5-8c6a3a4c5906","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>29bcb3c4-8d6d-49f8-a116-826b3436f699</ReferringDoctorId> <ReferredDoctorId>ad722c9e-685f-42e2-a91b-f459e5058019</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>c6c73e4b-6427-433a-82b5-8c6a3a4c5906</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. |