You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Is there any API to update Sequence Counter ?

Accepted answer
31
Views
1
Comments

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": 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!