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": "fc6228b4-c5c6-4f81-b0ad-3da1dca878a6",
"ReferredDoctorId": "f52d9dc2-1308-4071-9db5-742605dab067",
"TimeZone": "sample string 4",
"SpecialtyId": "ccd76cf5-3021-4362-840c-0e1a197a7a27",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"fc6228b4-c5c6-4f81-b0ad-3da1dca878a6","ReferredDoctorId":"f52d9dc2-1308-4071-9db5-742605dab067","TimeZone":"sample string 4","SpecialtyId":"ccd76cf5-3021-4362-840c-0e1a197a7a27","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>fc6228b4-c5c6-4f81-b0ad-3da1dca878a6</ReferringDoctorId> <ReferredDoctorId>f52d9dc2-1308-4071-9db5-742605dab067</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>ccd76cf5-3021-4362-840c-0e1a197a7a27</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. |