Multiposter


Click here for a complete list of operations.

GetTypes

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

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/GetTypes HTTP/1.1
Host: api.logicmelon.co.uk
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    "string",
    "string"
  ]
}
  

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/GetTypes HTTP/1.1
Host: api.logicmelon.co.uk
Content-Type: application/json; charset=utf-8
Content-Length: length

{
  
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

  
{ "d": [ or {
    "string",
    "string"
  ]
}
  

HTTP GET

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

GET /json/Multiposter.ashx/GetTypes?/GetTypes HTTP/1.1
Host: api.logicmelon.co.uk
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

"ArrayOfString xmlns="http://api.logicmelon.com/"": [
  "string",
  "string",
"/ArrayOfString": "

HTTP POST

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

POST /json/Multiposter.ashx/GetTypes/GetTypes HTTP/1.1
Host: api.logicmelon.co.uk
Content-Type: application/x-www-form-urlencoded
Content-Length: length

HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
Content-Length: length

"ArrayOfString xmlns="http://api.logicmelon.com/"": [
  "string",
  "string",
"/ArrayOfString": "