FinishedItemStocktake
Click here for a complete list of operations.
AddFinishedItemStocktakeByRec
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 /SupplyChainWebService_new/FinishedItemStocktake.asmx HTTP/1.1 Host: 831483.bhlmuz689.asia Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://Infomace.Web.SCWS.ServiceContracts/2007/03/AddFinishedItemStocktakeByRec" <?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> <AddFinishedItemStocktakeByRecRequest xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/03"> <LoginToken> <Login xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Login> <Password xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Password> <Ip_address xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Ip_address> <Host_name xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Host_name> <Public_key xmlns="http://Infomace.Web.SCWS.DataTypes/2007/02">string</Public_key> </LoginToken> <FinishedItemStocktakeRec> <Reference xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Reference> <Sdate xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">dateTime</Sdate> <Stime xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Stime> <Invoice xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Invoice> <Location xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Location> <Line xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Line> <Item xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Item> <Bline xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Bline> <Bitem xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Bitem> <Product xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</Product> <User xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">string</User> <Lqty xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">double</Lqty> <Lcost xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">double</Lcost> <Bqty xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">double</Bqty> <Bcost xmlns="http://Infomace.Web.SCWS.DataTypes/2007/03">double</Bcost> </FinishedItemStocktakeRec> </AddFinishedItemStocktakeByRecRequest> </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> <AddFinishedItemStocktakeByRecResult xmlns="http://Infomace.Web.SCWS.ServiceContracts/2007/03"> <DBInsertResponse>string</DBInsertResponse> </AddFinishedItemStocktakeByRecResult> </soap:Body> </soap:Envelope>