HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/oneway/PostCustomerRequest HTTP/1.1
Host: 5.172.198.40
Content-Type: application/xml
Content-Length: length
<PostCustomerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync">
<Code xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</Code>
<Comments xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</Comments>
<CurrencyID xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</CurrencyID>
<CustomerSites xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">
<CustomerSiteRequest>
<CityDescr>String</CityDescr>
<CityID>String</CityID>
<Code>String</Code>
<CountryDescr>String</CountryDescr>
<CountryID>String</CountryID>
<Description>String</Description>
<Email>String</Email>
<ID>String</ID>
<IsBilling>0</IsBilling>
<IsPrimary>0</IsPrimary>
<Phone1>String</Phone1>
<PostalCode>String</PostalCode>
<PrefectureDescr>String</PrefectureDescr>
<PrefectureID>String</PrefectureID>
<Street>String</Street>
<StreetNumber>String</StreetNumber>
</CustomerSiteRequest>
</CustomerSites>
<Description xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</Description>
<FloatField1 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField1>
<FloatField2 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField2>
<FloatField3 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField3>
<FloatField4 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField4>
<FloatField5 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField5>
<FloatField6 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField6>
<FloatField7 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">0</FloatField7>
<ID xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</ID>
<MGUserID xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</MGUserID>
<Name xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</Name>
<StringField1 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField1>
<StringField2 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField2>
<StringField3 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField3>
<StringField4 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField4>
<StringField5 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField5>
<StringField6 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField6>
<StringField7 xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</StringField7>
<TIN xmlns="http://schemas.datacontract.org/2004/07/SLnet.WebExtApi.ServiceInterface.Sync.Model">String</TIN>
</PostCustomerRequest>