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": "7acbce49-27fa-4616-b422-f6ae4d58fbe3",
"ReferredDoctorId": "49217a9d-3c9a-434a-b79f-f5def49f0321",
"TimeZone": "sample string 4",
"SpecialtyId": "93ece080-8234-489f-a17e-8b77dd67966b",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"7acbce49-27fa-4616-b422-f6ae4d58fbe3","ReferredDoctorId":"49217a9d-3c9a-434a-b79f-f5def49f0321","TimeZone":"sample string 4","SpecialtyId":"93ece080-8234-489f-a17e-8b77dd67966b","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>7acbce49-27fa-4616-b422-f6ae4d58fbe3</ReferringDoctorId> <ReferredDoctorId>49217a9d-3c9a-434a-b79f-f5def49f0321</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>93ece080-8234-489f-a17e-8b77dd67966b</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. |