ScanPalWebSvc
Click here for a complete list of operations.
CreateAdjustmentIn
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 /ScanPalWebSvc.asmx HTTP/1.1
Host: rf.ligentia.net.cn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://GlobalSoftSys.WH.Websvc/CreateAdjustmentIn"
<?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>
<CreateAdjustmentIn xmlns="http://GlobalSoftSys.WH.Websvc/">
<user>string</user>
<p_iWhstakeQID>int</p_iWhstakeQID>
<loccode>string</loccode>
<rack>string</rack>
<bay>string</bay>
<level>string</level>
<slot>string</slot>
<customerCode>string</customerCode>
<product>string</product>
<qty>decimal</qty>
<expDate>dateTime</expDate>
<batch>string</batch>
<bond>string</bond>
<palletCode>string</palletCode>
<outerCode>string</outerCode>
<voyageNo>string</voyageNo>
<portCode>string</portCode>
<stkStCode>string</stkStCode>
<containNo>string</containNo>
<contMvDate>dateTime</contMvDate>
<itemPout>decimal</itemPout>
<outpPal>decimal</outpPal>
<unitsPerItem>decimal</unitsPerItem>
<lengthPerItem>decimal</lengthPerItem>
<weightPerOuter>decimal</weightPerOuter>
<rsnCode>string</rsnCode>
<date>dateTime</date>
<description>string</description>
<weight>decimal</weight>
<cubic>decimal</cubic>
<ediSent>boolean</ediSent>
<stockReturnOrderNo>string</stockReturnOrderNo>
<vendCode>string</vendCode>
<stockRef01>string</stockRef01>
<stockRef02>string</stockRef02>
<stockRef03>string</stockRef03>
<existingStockDataId>int</existingStockDataId>
<stockInfoCode>
<string>string</string>
<string>string</string>
</stockInfoCode>
<stockInfoValue>
<anyType />
<anyType />
</stockInfoValue>
<buildJobProcId>int</buildJobProcId>
<refactorJobInLocId>int</refactorJobInLocId>
<addDate>dateTime</addDate>
<stChgDate>dateTime</stChgDate>
<fromSohId>int</fromSohId>
<serialNos>
<string>string</string>
<string>string</string>
</serialNos>
<p_a_sSerialUOMs>
<string>string</string>
<string>string</string>
</p_a_sSerialUOMs>
<p_a_sParentSerials>
<string>string</string>
<string>string</string>
</p_a_sParentSerials>
</CreateAdjustmentIn>
</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>
<CreateAdjustmentInResponse xmlns="http://GlobalSoftSys.WH.Websvc/">
<CreateAdjustmentInResult>string</CreateAdjustmentInResult>
<addedSohId>int</addedSohId>
</CreateAdjustmentInResponse>
</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 /ScanPalWebSvc.asmx HTTP/1.1
Host: rf.ligentia.net.cn
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>
<CreateAdjustmentIn xmlns="http://GlobalSoftSys.WH.Websvc/">
<user>string</user>
<p_iWhstakeQID>int</p_iWhstakeQID>
<loccode>string</loccode>
<rack>string</rack>
<bay>string</bay>
<level>string</level>
<slot>string</slot>
<customerCode>string</customerCode>
<product>string</product>
<qty>decimal</qty>
<expDate>dateTime</expDate>
<batch>string</batch>
<bond>string</bond>
<palletCode>string</palletCode>
<outerCode>string</outerCode>
<voyageNo>string</voyageNo>
<portCode>string</portCode>
<stkStCode>string</stkStCode>
<containNo>string</containNo>
<contMvDate>dateTime</contMvDate>
<itemPout>decimal</itemPout>
<outpPal>decimal</outpPal>
<unitsPerItem>decimal</unitsPerItem>
<lengthPerItem>decimal</lengthPerItem>
<weightPerOuter>decimal</weightPerOuter>
<rsnCode>string</rsnCode>
<date>dateTime</date>
<description>string</description>
<weight>decimal</weight>
<cubic>decimal</cubic>
<ediSent>boolean</ediSent>
<stockReturnOrderNo>string</stockReturnOrderNo>
<vendCode>string</vendCode>
<stockRef01>string</stockRef01>
<stockRef02>string</stockRef02>
<stockRef03>string</stockRef03>
<existingStockDataId>int</existingStockDataId>
<stockInfoCode>
<string>string</string>
<string>string</string>
</stockInfoCode>
<stockInfoValue>
<anyType />
<anyType />
</stockInfoValue>
<buildJobProcId>int</buildJobProcId>
<refactorJobInLocId>int</refactorJobInLocId>
<addDate>dateTime</addDate>
<stChgDate>dateTime</stChgDate>
<fromSohId>int</fromSohId>
<serialNos>
<string>string</string>
<string>string</string>
</serialNos>
<p_a_sSerialUOMs>
<string>string</string>
<string>string</string>
</p_a_sSerialUOMs>
<p_a_sParentSerials>
<string>string</string>
<string>string</string>
</p_a_sParentSerials>
</CreateAdjustmentIn>
</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>
<CreateAdjustmentInResponse xmlns="http://GlobalSoftSys.WH.Websvc/">
<CreateAdjustmentInResult>string</CreateAdjustmentInResult>
<addedSohId>int</addedSohId>
</CreateAdjustmentInResponse>
</soap12:Body>
</soap12:Envelope>