POST Case
Request Information
URI Parameters
None.
Body Parameters
CaseDtoForApiName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Integrated | boolean |
None. |
|
ReferringDoctorId | globally unique identifier |
None. |
|
ReferredDoctorId | globally unique identifier |
None. |
|
TimeZone | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "2330a08a-6c37-405a-99cd-4b307d262f31", "Integrated": true, "ReferringDoctorId": "4f77b294-648c-4ed1-beee-f00992bac54e", "ReferredDoctorId": "cae51524-acb4-4cfa-8434-7d905501b83a", "TimeZone": "sample string 5" }
text/html
Sample:
{"Id":"2330a08a-6c37-405a-99cd-4b307d262f31","Integrated":true,"ReferringDoctorId":"4f77b294-648c-4ed1-beee-f00992bac54e","ReferredDoctorId":"cae51524-acb4-4cfa-8434-7d905501b83a","TimeZone":"sample string 5"}
application/xml, text/xml
Sample:
<CaseDtoForApi> <Id>2330a08a-6c37-405a-99cd-4b307d262f31</Id> <Integrated>true</Integrated> <ReferringDoctorId>4f77b294-648c-4ed1-beee-f00992bac54e</ReferringDoctorId> <ReferredDoctorId>cae51524-acb4-4cfa-8434-7d905501b83a</ReferredDoctorId> <TimeZone>sample string 5</TimeZone> </CaseDtoForApi>
Response Information
Resource Description
HttpResponseMessageName | 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. |