VendorManager
Click here for a complete list of operations.
UpdateVendor
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.Admin.OrganizationMgmt.Host/VendorManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWARE.ZMA.Inventory.ItemMgmt.ServiceContracts/2007/06/UpdateVendor"
<?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>
<UpdateVendor xmlns="http://KMWARE.ZMA.Inventory.ItemMgmt.ServiceContract/2007/06">
<UpdateVendorRequest xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">
<PONote>string</PONote>
<VendorAddresses>
<VendorAddress>
<OrganizationUnitId>short</OrganizationUnitId>
<VendorId>short</VendorId>
<AddressLineId>short</AddressLineId>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PostalZipCode>string</PostalZipCode>
<ContactNumber>string</ContactNumber>
<ContactPerson>string</ContactPerson>
<ContactEmail>string</ContactEmail>
<ExpiryDate>dateTime</ExpiryDate>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<CustomField1>string</CustomField1>
<AddressType>string</AddressType>
</VendorAddress>
<VendorAddress>
<OrganizationUnitId>short</OrganizationUnitId>
<VendorId>short</VendorId>
<AddressLineId>short</AddressLineId>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PostalZipCode>string</PostalZipCode>
<ContactNumber>string</ContactNumber>
<ContactPerson>string</ContactPerson>
<ContactEmail>string</ContactEmail>
<ExpiryDate>dateTime</ExpiryDate>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<CustomField1>string</CustomField1>
<AddressType>string</AddressType>
</VendorAddress>
</VendorAddresses>
<VendorMapping>
<VendorMapping>
<ExpiryDate>dateTime</ExpiryDate>
<ModuleCode>string</ModuleCode>
<OrganizationUnitId>short</OrganizationUnitId>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<VendorId>short</VendorId>
</VendorMapping>
<VendorMapping>
<ExpiryDate>dateTime</ExpiryDate>
<ModuleCode>string</ModuleCode>
<OrganizationUnitId>short</OrganizationUnitId>
<UpdateDate>dateTime</UpdateDate>
<UpdateId>string</UpdateId>
<VendorId>short</VendorId>
</VendorMapping>
</VendorMapping>
<OrganizationUnitId>short</OrganizationUnitId>
<VendorId>short</VendorId>
<Name>string</Name>
<Description>string</Description>
<Website>string</Website>
<CustomField1>string</CustomField1>
<UpdateId>string</UpdateId>
<UpdateDate>dateTime</UpdateDate>
<ExpiryDate>dateTime</ExpiryDate>
<ModuleCode>string</ModuleCode>
<Address1>string</Address1>
<ContactNumber>string</ContactNumber>
<ContactPerson>string</ContactPerson>
<ContactEmail>string</ContactEmail>
</UpdateVendorRequest>
</UpdateVendor>
</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>
<UpdateVendorResponse xmlns="http://KMWARE.ZMA.Inventory.ItemMgmt.ServiceContract/2007/06">
<UpdateVendorResult>string</UpdateVendorResult>
</UpdateVendorResponse>
</soap:Body>
</soap:Envelope>