POST api/account/InsertPateintServiceAppointmentProviderGPSLog

Request Information

URI Parameters

None.

Body Parameters

DTOPatientServiceAppointmentProviderGPSLog
NameDescriptionTypeAdditional 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": "6ba501f2-0118-4c7b-a466-310f33982322",
  "UserId": "35a1fe8e-afe9-4ee4-96ba-0400191176c7",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "Address": "sample string 1",
  "AppointmentNo": "sample string 2",
  "PatientServiceAppointmentId": "9706d0f9-4b44-4133-acf1-ccc161ce62d6"
}

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>6ba501f2-0118-4c7b-a466-310f33982322</PatientId>
  <PatientServiceAppointmentId>9706d0f9-4b44-4133-acf1-ccc161ce62d6</PatientServiceAppointmentId>
  <UserId>35a1fe8e-afe9-4ee4-96ba-0400191176c7</UserId>
</DTOPatientServiceAppointmentProviderGPSLog>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DTOPatientServiceAppointmentProviderGPSLog'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.