Putaway Type
POST .../entity/putaway_type
This operation is used to add single or multiple putaway type.
If you have a new facility and you want to copy the same putaway type from your current facility, you can first GET the list by querying the putaway_type entity, then POST the applicable data to this operation for the target facility.
Example body request:
{
 "fields": {
 "company_id": 1,
            "pa_type": "TEST_PA_001",
            "description": "Test PA 001",
            "pallet_position_required_flg": false,
 "depalletize_on_putaway_flg": false
}
}