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": "853a3fa3-0147-4c9b-9197-fe77a2cdfa77",
"UserId": "330489ae-0e18-4636-8a74-77ab9b09c8e5",
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 1",
"AppointmentNo": "sample string 2",
"PatientServiceAppointmentId": "2ac436a7-a1d5-45d1-b63a-f522f4d8acfd"
}
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>853a3fa3-0147-4c9b-9197-fe77a2cdfa77</PatientId> <PatientServiceAppointmentId>2ac436a7-a1d5-45d1-b63a-f522f4d8acfd</PatientServiceAppointmentId> <UserId>330489ae-0e18-4636-8a74-77ab9b09c8e5</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.