AlienMobiAPI
Click here for a complete list of operations.
InsertUpdateStock
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 /mobi.asmx HTTP/1.1 Host: api.aliens.co.za Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://api.aliens.co.za/InsertUpdateStock" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <InsertUpdateStock xmlns="http://api.aliens.co.za/"> <CompanyCode>string</CompanyCode> <productNo>int</productNo> <StockCode>string</StockCode> <priceEx>decimal</priceEx> <costEx>decimal</costEx> <Barcode>string</Barcode> <colour>int</colour> <MaxDisc>decimal</MaxDisc> <stockimage>string</stockimage> <LowLevel>decimal</LowLevel> <shortcode>int</shortcode> <sfx>string</sfx> <barFormat>string</barFormat> <inkCode>string</inkCode> <criteria1>string</criteria1> <criteria2>string</criteria2> <criteria3>string</criteria3> <criteria4>string</criteria4> <criteria5>string</criteria5> <criteria6>string</criteria6> <user>string</user> <password>string</password> <qty>decimal</qty> <serving>decimal</serving> </InsertUpdateStock> </soap:Body> </soap:Envelope>
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <InsertUpdateStockResponse xmlns="http://api.aliens.co.za/"> <InsertUpdateStockResult>int</InsertUpdateStockResult> <shortcode>int</shortcode> </InsertUpdateStockResponse> </soap:Body> </soap:Envelope>
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 /mobi.asmx HTTP/1.1 Host: api.aliens.co.za Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <InsertUpdateStock xmlns="http://api.aliens.co.za/"> <CompanyCode>string</CompanyCode> <productNo>int</productNo> <StockCode>string</StockCode> <priceEx>decimal</priceEx> <costEx>decimal</costEx> <Barcode>string</Barcode> <colour>int</colour> <MaxDisc>decimal</MaxDisc> <stockimage>string</stockimage> <LowLevel>decimal</LowLevel> <shortcode>int</shortcode> <sfx>string</sfx> <barFormat>string</barFormat> <inkCode>string</inkCode> <criteria1>string</criteria1> <criteria2>string</criteria2> <criteria3>string</criteria3> <criteria4>string</criteria4> <criteria5>string</criteria5> <criteria6>string</criteria6> <user>string</user> <password>string</password> <qty>decimal</qty> <serving>decimal</serving> </InsertUpdateStock> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <InsertUpdateStockResponse xmlns="http://api.aliens.co.za/"> <InsertUpdateStockResult>int</InsertUpdateStockResult> <shortcode>int</shortcode> </InsertUpdateStockResponse> </soap12:Body> </soap12:Envelope>