POST api/account/InsertAppointmentCallDetails
Request Information
URI Parameters
None.
Body Parameters
DTOAppointmentCallDetailsName | Description | Type | Additional information |
---|---|---|---|
PatientId | globally unique identifier |
None. |
|
BranchLocationId | globally unique identifier |
None. |
|
PhoneCallDateTime | date |
None. |
|
CallStatus | integer |
None. |
|
CallResponse | string |
None. |
|
AppointmentNo | string |
None. |
|
UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "PatientId": "dcd11ee9-bb94-4c82-a8fb-1cf6d93a402a", "BranchLocationId": "f3a21b16-09cd-4a6e-bbdd-b33adf486b25", "PhoneCallDateTime": "2025-06-14T12:31:45.2969198+05:00", "CallStatus": 1, "CallResponse": "sample string 2", "AppointmentNo": "sample string 3", "UserId": "c3658a0a-86af-4417-8e1d-8303956ecfb2" }
application/xml, text/xml
Sample:
<DTOAppointmentCallDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <AppointmentNo>sample string 3</AppointmentNo> <BranchLocationId>f3a21b16-09cd-4a6e-bbdd-b33adf486b25</BranchLocationId> <CallResponse>sample string 2</CallResponse> <CallStatus>1</CallStatus> <PatientId>dcd11ee9-bb94-4c82-a8fb-1cf6d93a402a</PatientId> <PhoneCallDateTime>2025-06-14T12:31:45.2969198+05:00</PhoneCallDateTime> <UserId>c3658a0a-86af-4417-8e1d-8303956ecfb2</UserId> </DTOAppointmentCallDetails>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.