DetailAdjustmentManager


Click here for a complete list of operations.

FindDetailAdjustment

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 /KMWare.ZMA.Inventory.InventoryMgmt.Host/DetailAdjustmentManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.Inventory.InventoryMgmt.ServiceContracts/FindDetailAdjustment"

<?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>
    <FindDetailAdjustment xmlns="http://KMWare.ZMA.Inventory.InventoryMgmt.ServiceContracts">
      <FindDetailAdjustmentRequest xmlns="http://KMWare.ZMA.Inventory.InventoryMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <OrganizationUnitId>short</OrganizationUnitId>
          <AdjustmentId>int</AdjustmentId>
          <LocationId>short</LocationId>
          <AdjustmentDate>dateTime</AdjustmentDate>
          <AdjustmentTypeCode>string</AdjustmentTypeCode>
        </FieldCriteria>
      </FindDetailAdjustmentRequest>
    </FindDetailAdjustment>
  </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>
    <FindDetailAdjustmentResponse xmlns="http://KMWare.ZMA.Inventory.InventoryMgmt.ServiceContracts">
      <FindDetailAdjustmentResult xmlns="http://KMWare.ZMA.Inventory.InventoryMgmt.DataTypes">
        <SearchList>
          <DetailAdjustment>
            <OrganizationUnitId>short</OrganizationUnitId>
            <AdjustmentId>int</AdjustmentId>
            <LocationId>short</LocationId>
            <AdjustmentDate>dateTime</AdjustmentDate>
            <AdjustmentTypeCode>string</AdjustmentTypeCode>
            <AdjustedBy>string</AdjustedBy>
            <Note>string</Note>
            <UpdateDate>dateTime</UpdateDate>
            <UpdateId>string</UpdateId>
            <TotalUOMQuantity>decimal</TotalUOMQuantity>
            <Status>string</Status>
            <LastInventoryDate>dateTime</LastInventoryDate>
            <DetailAdjustmentDetails xsi:nil="true" />
            <EditStatus>string</EditStatus>
            <LocationName>string</LocationName>
          </DetailAdjustment>
          <DetailAdjustment>
            <OrganizationUnitId>short</OrganizationUnitId>
            <AdjustmentId>int</AdjustmentId>
            <LocationId>short</LocationId>
            <AdjustmentDate>dateTime</AdjustmentDate>
            <AdjustmentTypeCode>string</AdjustmentTypeCode>
            <AdjustedBy>string</AdjustedBy>
            <Note>string</Note>
            <UpdateDate>dateTime</UpdateDate>
            <UpdateId>string</UpdateId>
            <TotalUOMQuantity>decimal</TotalUOMQuantity>
            <Status>string</Status>
            <LastInventoryDate>dateTime</LastInventoryDate>
            <DetailAdjustmentDetails xsi:nil="true" />
            <EditStatus>string</EditStatus>
            <LocationName>string</LocationName>
          </DetailAdjustment>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindDetailAdjustmentResult>
    </FindDetailAdjustmentResponse>
  </soap:Body>
</soap:Envelope>