Multiposter


Click here for a complete list of operations.

UserFeedsAndQuota

from UserFeedsAndQuotaWithDestinations

Return a set of feeds and quota as configured in the database.

HTTP POST with Content-Type: application/json

{ "Request": { "sCultureID": "string", "sAPIKey": "string", "sUsername": "string", "sPassword": "string" "DestinationsAsCSV": "string", "Destinations": [ "string", "string" ] } }

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /JSON/Multiposter.asmx/UserFeedsAndQuota HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sPassword": "string",
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
  }
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    { "__type":"MPATSAPI.Models.CPostFeed",
      "CultureID": "string",
      "CurrencyID": "string",
      "EffectiveQuota": decimal,
      "FeedID": int,
      "FeedIdentifier": "string",
      "FeedName": "string",
      "LogoURL": "string",
      "Postings": "decimal],
      "ShortDescription": "string",
      "Slots": decimal,
      "Spend": decimal,
      "UserID": int,
      "DefaultSelected": unsignedByte,
      "ForceSelected": unsignedByte,
      "Restricted": unsignedByte,
      "FeedCost": decimal,
      "FeedCostTypeID": unsignedByte,
      "FeedCostType": "string",
      "JobDescriptionMinimumLength": int,
      "JobDescriptionMaximumLength": int,
      "HTMLSupport": "string",
      "PostingsUsed": decimal,
      "SpendUsed": decimal,
      "SpendUsedCurrencyID": "string",
      "PostingsForward": decimal
   },
    { "__type":"MPATSAPI.Models.CPostFeed",
      "CultureID": "string",
      "CurrencyID": "string",
      "EffectiveQuota": decimal,
      "FeedID": int,
      "FeedIdentifier": "string",
      "FeedName": "string",
      "LogoURL": "string",
      "Postings": "decimal],
      "ShortDescription": "string",
      "Slots": decimal,
      "Spend": decimal,
      "UserID": int,
      "DefaultSelected": unsignedByte,
      "ForceSelected": unsignedByte,
      "Restricted": unsignedByte,
      "FeedCost": decimal,
      "FeedCostTypeID": unsignedByte,
      "FeedCostType": "string",
      "JobDescriptionMinimumLength": int,
      "JobDescriptionMaximumLength": int,
      "HTMLSupport": "string",
      "PostingsUsed": decimal,
      "SpendUsed": decimal,
      "SpendUsedCurrencyID": "string",
      "PostingsForward": decimal
   }
  ]
}
  

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /JSON/Multiposter.asmx/UserFeedsAndQuota HTTP/1.1
Host: api.logicmelon.com
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  "Request": {
    "sCultureID": "string",
    "sAPIKey": "string",
    "sUsername": "string",
    "sPassword": "string",
    "DestinationsAsCSV": "string",
    "Destinations": [
      "string",
      "string"
    ],
  }
}
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    { "__type":"MPATSAPI.Models.CPostFeed",
      "CultureID": "string",
      "CurrencyID": "string",
      "EffectiveQuota": decimal,
      "FeedID": int,
      "FeedIdentifier": "string",
      "FeedName": "string",
      "LogoURL": "string",
      "Postings": "decimal],
      "ShortDescription": "string",
      "Slots": decimal,
      "Spend": decimal,
      "UserID": int,
      "DefaultSelected": unsignedByte,
      "ForceSelected": unsignedByte,
      "Restricted": unsignedByte,
      "FeedCost": decimal,
      "FeedCostTypeID": unsignedByte,
      "FeedCostType": "string",
      "JobDescriptionMinimumLength": int,
      "JobDescriptionMaximumLength": int,
      "HTMLSupport": "string",
      "PostingsUsed": decimal,
      "SpendUsed": decimal,
      "SpendUsedCurrencyID": "string",
      "PostingsForward": decimal
   },
    { "__type":"MPATSAPI.Models.CPostFeed",
      "CultureID": "string",
      "CurrencyID": "string",
      "EffectiveQuota": decimal,
      "FeedID": int,
      "FeedIdentifier": "string",
      "FeedName": "string",
      "LogoURL": "string",
      "Postings": "decimal],
      "ShortDescription": "string",
      "Slots": decimal,
      "Spend": decimal,
      "UserID": int,
      "DefaultSelected": unsignedByte,
      "ForceSelected": unsignedByte,
      "Restricted": unsignedByte,
      "FeedCost": decimal,
      "FeedCostTypeID": unsignedByte,
      "FeedCostType": "string",
      "JobDescriptionMinimumLength": int,
      "JobDescriptionMaximumLength": int,
      "HTMLSupport": "string",
      "PostingsUsed": decimal,
      "SpendUsed": decimal,
      "SpendUsedCurrencyID": "string",
      "PostingsForward": decimal
   }
  ]
}