POST Offer/AddLocation

Request Information

URI Parameters

None.

Body Parameters

AddressLoc
NameDescriptionTypeAdditional information
ReferId

string

None.

CountryId

string

None.

StateId

string

None.

CityId

string

None.

Lat

string

None.

Long

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ReferId": "sample string 1",
  "CountryId": "sample string 2",
  "StateId": "sample string 3",
  "CityId": "sample string 4",
  "Lat": "sample string 5",
  "Long": "sample string 6"
}

application/xml, text/xml

Sample:
<AddressLoc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/champ2cash.Models">
  <CityId>sample string 4</CityId>
  <CountryId>sample string 2</CountryId>
  <Lat>sample string 5</Lat>
  <Long>sample string 6</Long>
  <ReferId>sample string 1</ReferId>
  <StateId>sample string 3</StateId>
</AddressLoc>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.