REL documentation
Resource:master web hooks configurationC# Rel Const:Rels.MasterSvc.WebHooksConfigURI template:handlerparameters/webhooksconfigObtain URI from:
Success status: 200
| 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 |
{
"params": [
{
"name": "str",
"resource": "str",
"eventTypes": "str",
"url": "str",
"includeResource": true,
"resourceApiParameters": "str"
}
]
}
Success status: 200
| 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 |
{
"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 |
{
"params": [
{
"name": "str",
"resource": "str",
"eventTypes": "str",
"url": "str",
"includeResource": true,
"resourceApiParameters": "str"
}
]
}
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@extensiv.com with any questions about this documentation.