Multiposter
Click here for a complete list of operations.
SaveTypes
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/SaveTypes 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 { "object": "object" } }
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/SaveTypes 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 { "object": "object" } }
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/SaveTypes?/SaveTypes HTTP/1.1 Host: api.logicmelon.co.uk
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Content-Length: length "anyType xmlns="http://api.logicmelon.com/" /": "
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/SaveTypes/SaveTypes 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 "anyType xmlns="http://api.logicmelon.com/" /": "