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": "bd0c06b3-938c-4b70-9a6e-3c8f75b634a2",
"ReferredDoctorId": "c3244744-67cb-417c-8e83-a09c145dcc47",
"TimeZone": "sample string 4",
"SpecialtyId": "3a0004d6-2a46-48cf-b8b3-edc30007dd89",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"bd0c06b3-938c-4b70-9a6e-3c8f75b634a2","ReferredDoctorId":"c3244744-67cb-417c-8e83-a09c145dcc47","TimeZone":"sample string 4","SpecialtyId":"3a0004d6-2a46-48cf-b8b3-edc30007dd89","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>bd0c06b3-938c-4b70-9a6e-3c8f75b634a2</ReferringDoctorId> <ReferredDoctorId>c3244744-67cb-417c-8e83-a09c145dcc47</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3a0004d6-2a46-48cf-b8b3-edc30007dd89</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. |