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": "893265a3-fc99-44d0-9bc9-5b16410d367e",
"ReferredDoctorId": "5e04f39a-4173-4881-b3b2-1c03fdc51178",
"TimeZone": "sample string 4",
"SpecialtyId": "30ab7fd6-7f7a-47b3-930f-27eb143b8b64",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"893265a3-fc99-44d0-9bc9-5b16410d367e","ReferredDoctorId":"5e04f39a-4173-4881-b3b2-1c03fdc51178","TimeZone":"sample string 4","SpecialtyId":"30ab7fd6-7f7a-47b3-930f-27eb143b8b64","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>893265a3-fc99-44d0-9bc9-5b16410d367e</ReferringDoctorId> <ReferredDoctorId>5e04f39a-4173-4881-b3b2-1c03fdc51178</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>30ab7fd6-7f7a-47b3-930f-27eb143b8b64</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. |