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": "3a815587-8f47-43e6-98bb-d6e31f527c59",
"ReferredDoctorId": "81a0df75-0c75-4b56-aa33-3a17dbf0938e",
"TimeZone": "sample string 4",
"SpecialtyId": "7652e811-b5d9-4452-b340-594908d2077e",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"3a815587-8f47-43e6-98bb-d6e31f527c59","ReferredDoctorId":"81a0df75-0c75-4b56-aa33-3a17dbf0938e","TimeZone":"sample string 4","SpecialtyId":"7652e811-b5d9-4452-b340-594908d2077e","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>3a815587-8f47-43e6-98bb-d6e31f527c59</ReferringDoctorId> <ReferredDoctorId>81a0df75-0c75-4b56-aa33-3a17dbf0938e</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7652e811-b5d9-4452-b340-594908d2077e</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. |