none
Type
Description
Params
IEnumerable<Generic.Models.WebHookParametersForEvents>
Name
string
Resource
string
Domain: Order, Receiver, Adjustment, Assembly, OrderItem, Item, InventorySummary
EventTypes
string
a comma-delimited list of supported event types; must be within 'Resource', e.g., if the Resource is 'Order", all EventTypes must be Orderxxx
Url
string
IncludeResource
bool
ResourceApiParameters
string
as defined in the REL documentation for the Resource
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"params": [
{
"name": "str" ,
"resource": "str" ,
"eventTypes": "str" ,
"url": "str" ,
"includeResource": true ,
"resourceApiParameters": "str"
}
]
}
Type
Description
Params
IEnumerable<Generic.Models.WebHookParametersForEvents>
Name
string
Resource
string
Domain: Order, Receiver, Adjustment, Assembly, OrderItem, Item, InventorySummary
EventTypes
string
a comma-delimited list of supported event types; must be within 'Resource', e.g., if the Resource is 'Order", all EventTypes must be Orderxxx
Url
string
IncludeResource
bool
ResourceApiParameters
string
as defined in the REL documentation for the Resource
Sample accept: application/hal+json
{
"params": [
{
"name": "str" ,
"resource": "str" ,
"eventTypes": "str" ,
"url": "str" ,
"includeResource": true ,
"resourceApiParameters": "str"
}
]
}