POST api/promoPostFrequency/PostAdmin

Request Information

URI Parameters

None.

Body Parameters

Collection of PromoPostFrequencyModel
NameDescriptionTypeAdditional information
AgentId

integer

None.

PostTypeId

integer

None.

Frequency

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "AgentId": 1,
    "PostTypeId": 2,
    "Frequency": 3
  },
  {
    "AgentId": 1,
    "PostTypeId": 2,
    "Frequency": 3
  }
]

text/html

Sample:
[{"AgentId":1,"PostTypeId":2,"Frequency":3},{"AgentId":1,"PostTypeId":2,"Frequency":3}]

application/xml, text/xml

Sample:
<ArrayOfPromoPostFrequencyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NPlay.Common.Models.Services">
  <PromoPostFrequencyModel>
    <AgentId>1</AgentId>
    <Frequency>3</Frequency>
    <PostTypeId>2</PostTypeId>
  </PromoPostFrequencyModel>
  <PromoPostFrequencyModel>
    <AgentId>1</AgentId>
    <Frequency>3</Frequency>
    <PostTypeId>2</PostTypeId>
  </PromoPostFrequencyModel>
</ArrayOfPromoPostFrequencyModel>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.