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": "6814475a-cfaf-403f-825a-c76d7c503477",
"ReferredDoctorId": "89797b08-df4d-42a1-beb6-c9e88919dd2b",
"TimeZone": "sample string 4",
"SpecialtyId": "78d82d27-c791-495b-8cdd-6a92756d49f5",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"6814475a-cfaf-403f-825a-c76d7c503477","ReferredDoctorId":"89797b08-df4d-42a1-beb6-c9e88919dd2b","TimeZone":"sample string 4","SpecialtyId":"78d82d27-c791-495b-8cdd-6a92756d49f5","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>6814475a-cfaf-403f-825a-c76d7c503477</ReferringDoctorId> <ReferredDoctorId>89797b08-df4d-42a1-beb6-c9e88919dd2b</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>78d82d27-c791-495b-8cdd-6a92756d49f5</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. |