Single additional services by active status

GET https://{{queries_url}}.envia.com/additional-services?shipment_type_id={{shipment_type_id}}&active={{active}}

Shipment Type = 1 (shipment_guide), 2 (ltl), 3(ftl)
Active = 0 (Inactive) , 1 (Active)

Request Params

KeyDatatypeRequiredDescription
shipment_type_idstring
activestring

RESPONSES

status: OK

{"data":[{"id":2,"name":"driver_handle","description":"Manipulación del operador","shipment_type_id":2,"active":0},{"id":3,"name":"date_out_of_time","description":"Entrega Fuera de horario","shipment_type_id":2,"active":0},{"id":4,"name":"priority_service","description":"Servicio prioritario","shipment_type_id":2,"active":0},{"id":5,"name":"hydraulic_lift","description":"Elevador hidráulico (para recolectar y/o entregar)","shipment_type_id":2,"active":0},{"id":6,"name":"pallet_emplay","description":"Emplaye de tarima","shipment_type_id":2,"active":0},{"id":7,"name":"delivery_before_evening","description":"Entregar antes de medio día","shipment_type_id":2,"active":0},{"id":8,"name":"saturday_service","description":"Servicio Sabatino (recolectar y/o entregar)","shipment_type_id":2,"active":0},{"id":9,"name":"special_handling","description":"Manejo especial (Campo abierto para indicar cuál)","shipment_type_id":2,"active":0},{"id":10,"name":"hydraulic_skate","description":"Se requiere Patín o Montacargas","shipment_type_id":2,"active":0},{"id":11,"name":"hazmat","description":"Producto peligroso","shipment_type_id":2,"active":0},{"id":13,"name":"freezing_service","description":"Producto refrigerado","shipment_type_id":2,"active":0},{"id":14,"name":"insurance","description":"Seguro","shipment_type_id":2,"active":0},{"id":15,"name":"liftgate_pickup","description":"Se necesita compuerta elevadora para la recolección","shipment_type_id":2,"active":0},{"id":16,"name":"inside_pickup","description":"Recolección interna requerida","shipment_type_id":2,"active":0},{"id":17,"name":"arrival_notice","description":"Llamar/Notificar antes de entregar","shipment_type_id":2,"active":0},{"id":19,"name":"sort_and_segregate","description":"Clasificar y separar","shipment_type_id":2,"active":0},{"id":20,"name":"protect_from_freezing","description":"Proteger de la congelación","shipment_type_id":2,"active":0},{"id":23,"name":"platform_dock_destination","description":"Se requiere anden/muelle de carga para el destino","shipment_type_id":2,"active":0},{"id":24,"name":"platform_dock_origin","description":"Se requiere anden/muelle de carga para el origen","shipment_type_id":2,"active":0},{"id":25,"name":"hydraulic_skate_origin","description":"Se requiere Patín o Montacargas para el origen","shipment_type_id":2,"active":0},{"id":26,"name":"hydraulic_skate_destination","description":"Se requiere Patín o Montacargas para el destino","shipment_type_id":2,"active":0}]}