Putaway Type Calculation Rule
POST .../entity/putaway_type_calc_rule
This operation is used to add single or multiple putaway type cal rules.
If you have a new facility and you want to copy the same putaway type cal rule from your current facility, you can first GET the list by querying the putaway_type_cal entity, then POST the applicable data to this operation for the target facility.
Example body request:
{
            "fields": {
 "facility_id": 1,
 "company_id": 1,
 "description": "TEST-001",
 "priority": 1,
            "final_putaway_type_id": 256860,
 "sql_selection_id": 76886,
 "enabled_flg": true
}
}