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": "c0cd2d7e-d4c1-4fac-a397-108fd108aee6",
"ReferredDoctorId": "5cd8a67f-aaa4-4109-9ae8-c6ee21037ce5",
"TimeZone": "sample string 4",
"SpecialtyId": "444c19cf-a71b-4015-b988-f219d78b733d",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"c0cd2d7e-d4c1-4fac-a397-108fd108aee6","ReferredDoctorId":"5cd8a67f-aaa4-4109-9ae8-c6ee21037ce5","TimeZone":"sample string 4","SpecialtyId":"444c19cf-a71b-4015-b988-f219d78b733d","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>c0cd2d7e-d4c1-4fac-a397-108fd108aee6</ReferringDoctorId> <ReferredDoctorId>5cd8a67f-aaa4-4109-9ae8-c6ee21037ce5</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>444c19cf-a71b-4015-b988-f219d78b733d</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. |