POST api/store-portal/marketing/push-nearby

Request Information

URI Parameters

None.

Body Parameters

NearbyMarketingRequest
NameDescriptionTypeAdditional information
Title

string

None.

Message

string

None.

RadiusKm

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "message": "sample string 2",
  "radiusKm": 3.0
}

application/xml, text/xml

Sample:
<NearbyMarketingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Controllers.StorePortal">
  <Message>sample string 2</Message>
  <RadiusKm>3</RadiusKm>
  <Title>sample string 1</Title>
</NearbyMarketingRequest>

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.