Error
Get call-off release rules
Gets a paged collection of call-off release rules according to any specified filter criteria and sort options.
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"callOffOrderRules": [
"<string>"
],
"code": "<string>",
"customerRules": [
"<string>"
],
"daysBeforeShipDate": 123,
"description": "<string>",
"enabled": true,
"endDate": "2023-11-07T05:31:56Z",
"isActive": true,
"metaData": "<unknown>",
"minimumFillRate": 123,
"name": "<string>",
"productRules": [
{
"code": "<string>",
"masterCatalogId": 123
}
],
"rank": 123,
"sortAttribute": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"validForAllSites": true,
"validSites": [
123
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}Gets a paged collection of call-off release rules according to any specified filter criteria and sort options.
A valid request URL is required to generate request examples{
"items": [
{
"auditInfo": {
"createBy": "<string>",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"updateDate": "2023-11-07T05:31:56Z"
},
"callOffOrderRules": [
"<string>"
],
"code": "<string>",
"customerRules": [
"<string>"
],
"daysBeforeShipDate": 123,
"description": "<string>",
"enabled": true,
"endDate": "2023-11-07T05:31:56Z",
"isActive": true,
"metaData": "<unknown>",
"minimumFillRate": 123,
"name": "<string>",
"productRules": [
{
"code": "<string>",
"masterCatalogId": 123
}
],
"rank": 123,
"sortAttribute": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"validForAllSites": true,
"validSites": [
123
]
}
],
"pageCount": 123,
"pageSize": 123,
"startIndex": 123,
"totalCount": 123
}JWT Authorization header using the Bearer scheme.
