Is there any API to update Sequence Counter ?
Summary:
Need an API to update Sequence counter.
This will be used to update Ship to Companies sequence counter, whenever a new ship to company created using Integration.
I tried using below API but getting error method not allowed (PATCH/POST).
Payload:
{
"parameters": {
"facility_id": 603,
"company_id__code": "OCSC",
"counter_code": "IB_SHIPMENT"
},
"fields": {
"counter_code": "IB_SHIPMENT",
"sub_code": "",
"counter_descr": "Inbound Shipment",
"nbr_prefix": "NC",
"start_nbr": 1,
"end_nbr": 99999999,
"incr": 1,
"append_fac_code_to_prefix": true,
"nbr_width": 12,
"destination_company_id": {
"id": 0,
"key": "*",
"url": ""
},
"nbr_suffix": "",
"check_digit_method_id": null,
"destination_facility_id": {
"id": 0,
"key": "*",
"url": ""
},
"recycle_flg":