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": "be01a037-f391-4d07-97d5-7607f611e1f1",
"ReferredDoctorId": "6510ae83-bd86-4b07-a036-0a3b5dfd04f5",
"TimeZone": "sample string 4",
"SpecialtyId": "049f81bc-97f2-48bf-8035-04e2d4865c0a",
"SubmissionJson": "sample string 6"
}
text/html
Sample:
{"Integrated":true,"ReferringDoctorId":"be01a037-f391-4d07-97d5-7607f611e1f1","ReferredDoctorId":"6510ae83-bd86-4b07-a036-0a3b5dfd04f5","TimeZone":"sample string 4","SpecialtyId":"049f81bc-97f2-48bf-8035-04e2d4865c0a","SubmissionJson":"sample string 6"}
application/xml, text/xml
Sample:
<CreateCaseDtoForApi> <Integrated>true</Integrated> <ReferringDoctorId>be01a037-f391-4d07-97d5-7607f611e1f1</ReferringDoctorId> <ReferredDoctorId>6510ae83-bd86-4b07-a036-0a3b5dfd04f5</ReferredDoctorId> <TimeZone>sample string 4</TimeZone> <SpecialtyId>049f81bc-97f2-48bf-8035-04e2d4865c0a</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. |