Name
(* = required)
Data Type Description
id
*
int
iid
*
int
Type
Description
SkipInvalid
bool
true: create as many as possible; false: all or nothing
ReadOnly
Customer.Models.ChannelReadOnly
ChannelId
int
CreatedDate
DateTime?
LastChangedDate
DateTime?
CustomerIdentifier
Generic.Models.CustomerIdentifier
ExternalId
string
Name
string
Id
int
CustomerDeactivated
bool
FacilityIdentifier
Generic.Models.FacilityIdentifier
Name
string
Id
int
ResourceType
Common.Enum.ChannelResourceType
- 0: Order
- 1: Receiver
- 2: Item
Provider
string
Name
string
Deactivated
bool
if true, this channel should not be used; either channel or customer is deactivated; see CustomerDeactivated to distinguish
ScheduleCron
string
TransformIdentifier
Generic.Models.TransformIdentifier
Name
string
Id
int
ProviderParams
IEnumerable<Generic.Models.SavedElement>
parameters
Name
string
Value
string
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"skipInvalid": true ,
"readOnly": {
"channelId": 1 ,
"createdDate": "2016-12-25T23:00:00" ,
"lastChangedDate": "2016-12-25T23:00:00" ,
"customerIdentifier": {
"externalId": "str" ,
"name": "str" ,
"id": 3
},
"customerDeactivated": true ,
"facilityIdentifier": {
"name": "str" ,
"id": 2
},
"resourceType": 0 ,
"provider": "str"
},
"name": "str" ,
"deactivated": true ,
"scheduleCron": "str" ,
"transformIdentifier": {
"name": "str" ,
"id": 2
},
"providerParams": [
{
"name": "str" ,
"value": "str"
}
]
}
Type
Description
SkipInvalid
bool
true: create as many as possible; false: all or nothing
ReadOnly
Customer.Models.ChannelReadOnly
ChannelId
int
CreatedDate
DateTime?
LastChangedDate
DateTime?
CustomerIdentifier
Generic.Models.CustomerIdentifier
ExternalId
string
Name
string
Id
int
CustomerDeactivated
bool
FacilityIdentifier
Generic.Models.FacilityIdentifier
Name
string
Id
int
ResourceType
Common.Enum.ChannelResourceType
- 0: Order
- 1: Receiver
- 2: Item
Provider
string
Name
string
Deactivated
bool
if true, this channel should not be used; either channel or customer is deactivated; see CustomerDeactivated to distinguish
ScheduleCron
string
TransformIdentifier
Generic.Models.TransformIdentifier
Name
string
Id
int
ProviderParams
IEnumerable<Generic.Models.SavedElement>
parameters
Name
string
Value
string
Sample accept: application/hal+json
{
"skipInvalid": true ,
"readOnly": {
"channelId": 1 ,
"createdDate": "2016-12-25T23:00:00" ,
"lastChangedDate": "2016-12-25T23:00:00" ,
"customerIdentifier": {
"externalId": "str" ,
"name": "str" ,
"id": 3
},
"customerDeactivated": true ,
"facilityIdentifier": {
"name": "str" ,
"id": 2
},
"resourceType": 0 ,
"provider": "str"
},
"name": "str" ,
"deactivated": true ,
"scheduleCron": "str" ,
"transformIdentifier": {
"name": "str" ,
"id": 2
},
"providerParams": [
{
"name": "str" ,
"value": "str"
}
]
}