POST api/company/package-edit-location

Request Information

URI Parameters

None.

Body Parameters

PackageLocationEditRequest
NameDescriptionTypeAdditional information
PackageId

integer

None.

Address

string

None.

Latitude

string

None.

Longitude

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PackageId": 1,
  "Address": "sample string 2",
  "Latitude": "sample string 3",
  "Longitude": "sample string 4"
}

application/xml, text/xml

Sample:
<PackageDTO.PackageLocationEditRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanelAPI.Models">
  <Address>sample string 2</Address>
  <Latitude>sample string 3</Latitude>
  <Longitude>sample string 4</Longitude>
  <PackageId>1</PackageId>
</PackageDTO.PackageLocationEditRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.