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": "d32dd58b-ff25-4d98-9cf6-31f7627f6957",
"UserId": "3f11762b-2011-4af9-9a08-8f53a1f88d89",
"Latitude": 1.1,
"Longitude": 1.1,
"Address": "sample string 1",
"AppointmentNo": "sample string 2",
"PatientServiceAppointmentId": "9b9da36d-6cb1-4108-88bf-e876885c2c76"
}
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>d32dd58b-ff25-4d98-9cf6-31f7627f6957</PatientId> <PatientServiceAppointmentId>9b9da36d-6cb1-4108-88bf-e876885c2c76</PatientServiceAppointmentId> <UserId>3f11762b-2011-4af9-9a08-8f53a1f88d89</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.