properties importproviders (http://api.3plcentral.com/rels/properties/importproviders)
Resource:
resource import providers, used for defining customer import channels
C# Rel Const:
Rels.PropertySvc.ImportProviderList
URI template:
importproviders{?resourcetype}
Obtain URI from:
Get a list of import providers, each describing possible data elements for connection to the provider and for behavior options during a session
Success status: 200
Name (* = required) Data Type Description
resourcetype * Common.Enum.ChannelResourceType
- Order
- Receiver
- Item
Type Description
Providers IEnumerable<Property.Models.ImportProvider>
Provider string
ResourceType Common.Enum.ChannelResourceType
- 0: Order
- 1: Receiver
- 2: Item
Params IEnumerable<Property.Models.ProviderParameter> allowable set of parameters; the names are in sync with Models.Customer.ImportChannel
Name string
Description string
DataType Property.Models.ProviderParameterDataType
- 0: String
- 1: Int32
- 2: Boolean
Sample accept: application/hal+json
{
  "providers": [
    {
      "provider": "str",
      "resourceType": 0,
      "params": [
        {
          "name": "str",
          "description": "str",
          "dataType": 0
        }
      ]
    }
  ]
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.