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": "efea482e-03fb-453b-b54a-0786f8a23040",
"UserId": "0ee550e3-d625-4c1d-9594-df035f4c1e47",
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 1",
"AppointmentNo": "sample string 2",
"PatientServiceAppointmentId": "47e5f932-a312-4dbc-af7e-f14af1c351bf"
}
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>efea482e-03fb-453b-b54a-0786f8a23040</PatientId> <PatientServiceAppointmentId>47e5f932-a312-4dbc-af7e-f14af1c351bf</PatientServiceAppointmentId> <UserId>0ee550e3-d625-4c1d-9594-df035f4c1e47</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.