PUT api/CdcApi/UpdateContractObjectGPSData

Update editable Szerzodes objektum GPS data

Request Information

URI Parameters

None.

Body Parameters

ContractObjectGPSDataUpdateCommand
NameDescriptionTypeAdditional information
contractObjectId

integer

None.

gpsLat

string

None.

gpsLon

string

None.

Request Formats

application/json, text/json

Sample:
{
  "contractObjectId": 1,
  "gpsLat": "sample string 2",
  "gpsLon": "sample string 3"
}

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

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1