POST tickets/geotag/update

Update Ticket Geo Tag.

Request Information

URI Parameters

None.

Body Parameters

TicketGeoTag
NameDescriptionTypeAdditional information
Id

Id

integer

None.

Ticketid

Ticket Id

integer

None.

Latitude

Latitude

decimal number

None.

Longitude

Longtitude

decimal number

None.

Atnnumber

ATN Number

string

None.

Updatedby

Updated By

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "ticketid": 1,
  "latitude": 1.1,
  "longitude": 1.1,
  "atnnumber": "sample string 1",
  "updatedby": "sample string 2"
}

application/xml, text/xml

Sample:
<TicketGeoTag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Atnnumber>sample string 1</Atnnumber>
  <Id>1</Id>
  <Latitude>1.1</Latitude>
  <Longitude>1.1</Longitude>
  <Ticketid>1</Ticketid>
  <Updatedby>sample string 2</Updatedby>
</TicketGeoTag>

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 'TicketGeoTag'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.