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": "ca856631-7a76-4b91-bab1-16fa9d63acc0",
"ReferredDoctorId": "9fe6d99b-07f9-459c-8cce-84f37e05f2a8",
"TimeZone": "sample string 4",
"SpecialtyId": "4a2893c8-f8bf-43d9-b916-ca59a03b2ec4",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ca856631-7a76-4b91-bab1-16fa9d63acc0","ReferredDoctorId":"9fe6d99b-07f9-459c-8cce-84f37e05f2a8","TimeZone":"sample string 4","SpecialtyId":"4a2893c8-f8bf-43d9-b916-ca59a03b2ec4","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ca856631-7a76-4b91-bab1-16fa9d63acc0</ReferringDoctorId> <ReferredDoctorId>9fe6d99b-07f9-459c-8cce-84f37e05f2a8</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>4a2893c8-f8bf-43d9-b916-ca59a03b2ec4</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. |