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": "3629a156-10c5-4ce9-956a-0b7fdbd08091",
"UserId": "a8c167bc-d22f-4a24-aaec-35c3f6cfc1a0",
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 1",
"AppointmentNo": "sample string 2",
"PatientServiceAppointmentId": "1307f8cd-2870-41c1-bce8-c262cdf497f4"
}
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>3629a156-10c5-4ce9-956a-0b7fdbd08091</PatientId> <PatientServiceAppointmentId>1307f8cd-2870-41c1-bce8-c262cdf497f4</PatientServiceAppointmentId> <UserId>a8c167bc-d22f-4a24-aaec-35c3f6cfc1a0</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.