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": "63df7f4f-f133-42fa-b173-f064074ede70",
"ReferredDoctorId": "55cb2396-35eb-4f61-b182-8a19aea93330",
"TimeZone": "sample string 4",
"SpecialtyId": "3e76516e-6546-47a2-adab-eab127a4038c",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"63df7f4f-f133-42fa-b173-f064074ede70","ReferredDoctorId":"55cb2396-35eb-4f61-b182-8a19aea93330","TimeZone":"sample string 4","SpecialtyId":"3e76516e-6546-47a2-adab-eab127a4038c","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>63df7f4f-f133-42fa-b173-f064074ede70</ReferringDoctorId> <ReferredDoctorId>55cb2396-35eb-4f61-b182-8a19aea93330</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>3e76516e-6546-47a2-adab-eab127a4038c</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. |