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": "dc4c0d21-2587-43c2-a473-31731780d3db",
"ReferredDoctorId": "b00a8d9f-2f2c-4458-8e80-a670a1e8422a",
"TimeZone": "sample string 4",
"SpecialtyId": "7ab3a383-c713-488b-8bd0-6ac9b9cf3d84",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"dc4c0d21-2587-43c2-a473-31731780d3db","ReferredDoctorId":"b00a8d9f-2f2c-4458-8e80-a670a1e8422a","TimeZone":"sample string 4","SpecialtyId":"7ab3a383-c713-488b-8bd0-6ac9b9cf3d84","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>dc4c0d21-2587-43c2-a473-31731780d3db</ReferringDoctorId> <ReferredDoctorId>b00a8d9f-2f2c-4458-8e80-a670a1e8422a</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>7ab3a383-c713-488b-8bd0-6ac9b9cf3d84</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. |