POST api/promoPostFrequency/PostAdmin
Request Information
URI Parameters
None.
Body Parameters
Collection of PromoPostFrequencyModelName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.