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": "ab647bfe-b464-46ac-b3d7-5a26495e6951",
"ReferredDoctorId": "a5fa5172-6de4-4820-afb7-b6133abd1d88",
"TimeZone": "sample string 4",
"SpecialtyId": "79c8a155-c0cd-4826-aa17-00be91fdc414",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"ab647bfe-b464-46ac-b3d7-5a26495e6951","ReferredDoctorId":"a5fa5172-6de4-4820-afb7-b6133abd1d88","TimeZone":"sample string 4","SpecialtyId":"79c8a155-c0cd-4826-aa17-00be91fdc414","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>ab647bfe-b464-46ac-b3d7-5a26495e6951</ReferringDoctorId> <ReferredDoctorId>a5fa5172-6de4-4820-afb7-b6133abd1d88</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>79c8a155-c0cd-4826-aa17-00be91fdc414</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. |