SLnet.WebExtApi

<back to all web services

CustomersRequest

The following routes are available for this service:
POST/api/glx/services/retailstudio/postcustomers

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/oneway/CustomersRequest HTTP/1.1 
Host: 5.172.198.40 
Content-Type: application/xml
Content-Length: length

<CustomersRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Glx.WebExtApi.ServiceInterface.RetailStudio.RsCalls">
  <Customer xmlns="http://schemas.datacontract.org/2004/07/Glx.Core.Base.RetailStudio">
    <RsCustomer>
      <CustomerAFM>String</CustomerAFM>
      <CustomerAddress1>String</CustomerAddress1>
      <CustomerAddress2>String</CustomerAddress2>
      <CustomerAddress3>String</CustomerAddress3>
      <CustomerAddress4>String</CustomerAddress4>
      <CustomerCategoryCode>String</CustomerCategoryCode>
      <CustomerCode>String</CustomerCode>
      <CustomerComments>String</CustomerComments>
      <CustomerDOY>String</CustomerDOY>
      <CustomerDiscount />
      <CustomerEmail>String</CustomerEmail>
      <CustomerFax>String</CustomerFax>
      <CustomerMobile>String</CustomerMobile>
      <CustomerName>String</CustomerName>
      <CustomerPhone1>String</CustomerPhone1>
      <CustomerPhone2>String</CustomerPhone2>
      <CustomerPostCode>String</CustomerPostCode>
      <CustomerProfessionCode>String</CustomerProfessionCode>
      <CustomerType>0</CustomerType>
      <CustomerVATCategory>String</CustomerVATCategory>
      <RevisionNumber>0</RevisionNumber>
      <UDFD1>0001-01-01T00:00:00</UDFD1>
      <UDFD2>0001-01-01T00:00:00</UDFD2>
      <UDFD3>0001-01-01T00:00:00</UDFD3>
      <UDFD4>0001-01-01T00:00:00</UDFD4>
      <UDFN1>0</UDFN1>
      <UDFN2>0</UDFN2>
      <UDFN3>0</UDFN3>
      <UDFN4>0</UDFN4>
      <UDFS1>String</UDFS1>
      <UDFS2>String</UDFS2>
      <UDFS3>String</UDFS3>
      <UDFS4>String</UDFS4>
    </RsCustomer>
  </Customer>
</CustomersRequest>