DC_Vendor


Click here for a complete list of operations.

UpdateVendor

Update the Vendor

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Vendor:
VendorDescription:
VendorType:
Hide:
PayToDefault:
LiabilityAccount:
CheckAccount:
Recommended:
EnablePriceControl:
AutoInvoiceNumber:
ProducionKitchenUnit:
EnableB2B:
B2BIntegrationDefault:
B2BVendorGlobalCode:
B2BAutoImport:
PermissionRegularInvoice:
PermissionManualCheck:
PermissionPaidIn:
PermissionPaidOut:
PermissionCreditMemo:
PermissionPurchaseOrder:
PermissionAPVoucher:
CreditAuthorizationRequired:
ReturnReasonCodeRequired:
ContactName:
ContactWork:
ContactCell:
ContactFax:
ContactEmail:
ContactWebSite:
Address1:
Address2:
AddressCity:
AddressState:
AddressCountry:
AddressZip:
Custom1:
Custom2:
Custom3:
Lock:

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 /Web1243/services/DC_Vendor.asmx HTTP/1.1
Host: rmhs.rmdatacentral.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://restaurantmagic.com/services/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:Header>
    <AuthenticationHeader xmlns="http://restaurantmagic.com/services">
      <UserName>string</UserName>
      <Password>string</Password>
    </AuthenticationHeader>
    <AuthenticationKey xmlns="http://restaurantmagic.com/services">
      <IntegrationKey>string</IntegrationKey>
    </AuthenticationKey>
  </soap:Header>
  <soap:Body>
    <UpdateVendor xmlns="http://restaurantmagic.com/services">
      <Vendor>string</Vendor>
      <VendorDescription>string</VendorDescription>
      <VendorType>string</VendorType>
      <Hide>string</Hide>
      <PayToDefault>string</PayToDefault>
      <LiabilityAccount>string</LiabilityAccount>
      <CheckAccount>string</CheckAccount>
      <Recommended>string</Recommended>
      <EnablePriceControl>string</EnablePriceControl>
      <AutoInvoiceNumber>string</AutoInvoiceNumber>
      <ProducionKitchenUnit>string</ProducionKitchenUnit>
      <EnableB2B>string</EnableB2B>
      <B2BIntegrationDefault>string</B2BIntegrationDefault>
      <B2BVendorGlobalCode>string</B2BVendorGlobalCode>
      <B2BAutoImport>string</B2BAutoImport>
      <PermissionRegularInvoice>string</PermissionRegularInvoice>
      <PermissionManualCheck>string</PermissionManualCheck>
      <PermissionPaidIn>string</PermissionPaidIn>
      <PermissionPaidOut>string</PermissionPaidOut>
      <PermissionCreditMemo>string</PermissionCreditMemo>
      <PermissionPurchaseOrder>string</PermissionPurchaseOrder>
      <PermissionAPVoucher>string</PermissionAPVoucher>
      <CreditAuthorizationRequired>string</CreditAuthorizationRequired>
      <ReturnReasonCodeRequired>string</ReturnReasonCodeRequired>
      <ContactName>string</ContactName>
      <ContactWork>string</ContactWork>
      <ContactCell>string</ContactCell>
      <ContactFax>string</ContactFax>
      <ContactEmail>string</ContactEmail>
      <ContactWebSite>string</ContactWebSite>
      <Address1>string</Address1>
      <Address2>string</Address2>
      <AddressCity>string</AddressCity>
      <AddressState>string</AddressState>
      <AddressCountry>string</AddressCountry>
      <AddressZip>string</AddressZip>
      <Custom1>string</Custom1>
      <Custom2>string</Custom2>
      <Custom3>string</Custom3>
      <Lock>string</Lock>
    </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://restaurantmagic.com/services" />
  </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 /Web1243/services/DC_Vendor.asmx HTTP/1.1
Host: rmhs.rmdatacentral.com
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:Header>
    <AuthenticationHeader xmlns="http://restaurantmagic.com/services">
      <UserName>string</UserName>
      <Password>string</Password>
    </AuthenticationHeader>
    <AuthenticationKey xmlns="http://restaurantmagic.com/services">
      <IntegrationKey>string</IntegrationKey>
    </AuthenticationKey>
  </soap12:Header>
  <soap12:Body>
    <UpdateVendor xmlns="http://restaurantmagic.com/services">
      <Vendor>string</Vendor>
      <VendorDescription>string</VendorDescription>
      <VendorType>string</VendorType>
      <Hide>string</Hide>
      <PayToDefault>string</PayToDefault>
      <LiabilityAccount>string</LiabilityAccount>
      <CheckAccount>string</CheckAccount>
      <Recommended>string</Recommended>
      <EnablePriceControl>string</EnablePriceControl>
      <AutoInvoiceNumber>string</AutoInvoiceNumber>
      <ProducionKitchenUnit>string</ProducionKitchenUnit>
      <EnableB2B>string</EnableB2B>
      <B2BIntegrationDefault>string</B2BIntegrationDefault>
      <B2BVendorGlobalCode>string</B2BVendorGlobalCode>
      <B2BAutoImport>string</B2BAutoImport>
      <PermissionRegularInvoice>string</PermissionRegularInvoice>
      <PermissionManualCheck>string</PermissionManualCheck>
      <PermissionPaidIn>string</PermissionPaidIn>
      <PermissionPaidOut>string</PermissionPaidOut>
      <PermissionCreditMemo>string</PermissionCreditMemo>
      <PermissionPurchaseOrder>string</PermissionPurchaseOrder>
      <PermissionAPVoucher>string</PermissionAPVoucher>
      <CreditAuthorizationRequired>string</CreditAuthorizationRequired>
      <ReturnReasonCodeRequired>string</ReturnReasonCodeRequired>
      <ContactName>string</ContactName>
      <ContactWork>string</ContactWork>
      <ContactCell>string</ContactCell>
      <ContactFax>string</ContactFax>
      <ContactEmail>string</ContactEmail>
      <ContactWebSite>string</ContactWebSite>
      <Address1>string</Address1>
      <Address2>string</Address2>
      <AddressCity>string</AddressCity>
      <AddressState>string</AddressState>
      <AddressCountry>string</AddressCountry>
      <AddressZip>string</AddressZip>
      <Custom1>string</Custom1>
      <Custom2>string</Custom2>
      <Custom3>string</Custom3>
      <Lock>string</Lock>
    </UpdateVendor>
  </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>
    <UpdateVendorResponse xmlns="http://restaurantmagic.com/services" />
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /Web1243/services/DC_Vendor.asmx/UpdateVendor?Vendor=string&VendorDescription=string&VendorType=string&Hide=string&PayToDefault=string&LiabilityAccount=string&CheckAccount=string&Recommended=string&EnablePriceControl=string&AutoInvoiceNumber=string&ProducionKitchenUnit=string&EnableB2B=string&B2BIntegrationDefault=string&B2BVendorGlobalCode=string&B2BAutoImport=string&PermissionRegularInvoice=string&PermissionManualCheck=string&PermissionPaidIn=string&PermissionPaidOut=string&PermissionCreditMemo=string&PermissionPurchaseOrder=string&PermissionAPVoucher=string&CreditAuthorizationRequired=string&ReturnReasonCodeRequired=string&ContactName=string&ContactWork=string&ContactCell=string&ContactFax=string&ContactEmail=string&ContactWebSite=string&Address1=string&Address2=string&AddressCity=string&AddressState=string&AddressCountry=string&AddressZip=string&Custom1=string&Custom2=string&Custom3=string&Lock=string HTTP/1.1
Host: rmhs.rmdatacentral.com
HTTP/1.1 200 OK

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /Web1243/services/DC_Vendor.asmx/UpdateVendor HTTP/1.1
Host: rmhs.rmdatacentral.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Vendor=string&VendorDescription=string&VendorType=string&Hide=string&PayToDefault=string&LiabilityAccount=string&CheckAccount=string&Recommended=string&EnablePriceControl=string&AutoInvoiceNumber=string&ProducionKitchenUnit=string&EnableB2B=string&B2BIntegrationDefault=string&B2BVendorGlobalCode=string&B2BAutoImport=string&PermissionRegularInvoice=string&PermissionManualCheck=string&PermissionPaidIn=string&PermissionPaidOut=string&PermissionCreditMemo=string&PermissionPurchaseOrder=string&PermissionAPVoucher=string&CreditAuthorizationRequired=string&ReturnReasonCodeRequired=string&ContactName=string&ContactWork=string&ContactCell=string&ContactFax=string&ContactEmail=string&ContactWebSite=string&Address1=string&Address2=string&AddressCity=string&AddressState=string&AddressCountry=string&AddressZip=string&Custom1=string&Custom2=string&Custom3=string&Lock=string
HTTP/1.1 200 OK