FACategoryManager
Click here for a complete list of operations.
FindCategory
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.FA.ItemMgmt.Host/FACategoryManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.FA.ItemMgmt.ServiceContracts/FindCategory"
<?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>
<FindCategoryRequest xmlns="http://KMWare.ZMA.FA.ItemMgmt.ServiceContracts">
<Description>string</Description>
<CategoryCode>string</CategoryCode>
<ModuleCode>string</ModuleCode>
<OrganizationUnitId>short</OrganizationUnitId>
<ExpiryDate>dateTime</ExpiryDate>
</FindCategoryRequest>
</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>
<FindCategoryResult xmlns="http://KMWare.ZMA.FA.ItemMgmt.ServiceContracts">
<SearchList>
<Category>
<CategoryCode xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</CategoryCode>
<ModuleCode xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</ModuleCode>
<Description xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</Description>
<CustomField1 xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</CustomField1>
<OrganizationUnitId xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">short</OrganizationUnitId>
<UpdateId xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</UpdateId>
<UpdateDate xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">dateTime</UpdateDate>
<ExpiryDate xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">dateTime</ExpiryDate>
</Category>
<Category>
<CategoryCode xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</CategoryCode>
<ModuleCode xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</ModuleCode>
<Description xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</Description>
<CustomField1 xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</CustomField1>
<OrganizationUnitId xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">short</OrganizationUnitId>
<UpdateId xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">string</UpdateId>
<UpdateDate xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">dateTime</UpdateDate>
<ExpiryDate xmlns="http://KMWare.ZMA.RBO.SalesMgmt.DataTypes">dateTime</ExpiryDate>
</Category>
</SearchList>
<SearchCount>int</SearchCount>
<PageCount>int</PageCount>
</FindCategoryResult>
</soap:Body>
</soap:Envelope>