SLnet.WebExtApi

<back to all web services

CustomsFileDataSyncSetupRequest

SFA SyncSetup Service

The following routes are available for this service:
GET, PUT, DELETE/services/sfa/syncsetup/customs/{ID}/filedata

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/reply/CustomsFileDataSyncSetupRequest HTTP/1.1 
Host: 5.172.198.40 
Content-Type: application/xml
Content-Length: length

<CustomsFileDataSyncSetupRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Glx.SFA.Sync.SyncSetup.Customs">
  <Data>
    <delete>
      <CustomFileItem>
        <itemType>String</itemType>
        <name>String</name>
        <path>String</path>
        <position>
          <path>String</path>
        </position>
        <values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
        </values>
      </CustomFileItem>
    </delete>
    <deviceConfigsVersion>0</deviceConfigsVersion>
    <edit>
      <CustomFileItem>
        <itemType>String</itemType>
        <name>String</name>
        <path>String</path>
        <position>
          <path>String</path>
        </position>
        <values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
        </values>
      </CustomFileItem>
    </edit>
    <insert>
      <CustomFileItem>
        <itemType>String</itemType>
        <name>String</name>
        <path>String</path>
        <position>
          <path>String</path>
        </position>
        <values xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
          <d5p1:KeyValueOfstringanyType>
            <d5p1:Key>String</d5p1:Key>
            <d5p1:Value />
          </d5p1:KeyValueOfstringanyType>
        </values>
      </CustomFileItem>
    </insert>
    <version>0</version>
  </Data>
  <DeviceConfigsVersion>0</DeviceConfigsVersion>
  <ID>String</ID>
  <Path>String</Path>
</CustomsFileDataSyncSetupRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />