POST api/account/InsertPateintServiceAppointmentProviderGPSLog
Request Information
URI Parameters
None.
Body Parameters
DTOPatientServiceAppointmentProviderGPSLog| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Latitude | decimal number |
None. |
|
| Longitude | decimal number |
None. |
|
| Address | string |
None. |
|
| AppointmentNo | string |
None. |
|
| PatientServiceAppointmentId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "413e251b-45b3-4cc7-8557-4625610565e5",
"UserId": "67a4646e-1c60-415a-90f2-516b11013318",
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 1",
"AppointmentNo": "sample string 2",
"PatientServiceAppointmentId": "0211c505-130d-43d9-a1a2-790d97f0d275"
}
application/xml, text/xml
Sample:
<DTOPatientServiceAppointmentProviderGPSLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <Address>sample string 1</Address> <AppointmentNo>sample string 2</AppointmentNo> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <PatientId>413e251b-45b3-4cc7-8557-4625610565e5</PatientId> <PatientServiceAppointmentId>0211c505-130d-43d9-a1a2-790d97f0d275</PatientServiceAppointmentId> <UserId>67a4646e-1c60-415a-90f2-516b11013318</UserId> </DTOPatientServiceAppointmentProviderGPSLog>
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.