{
"estrategiaFreteIds": [
1,
2,
3
]
}
curl --location --request PUT 'https://api.boxlink.com.br/v2/seller/estrategia-frete/' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"estrategiaFreteIds": [
1,
2,
3
]
}'
[
{
"id": 0,
"nomeExibicao": "string",
"nomeUsoInterno": "string",
"tipoEstrategiaFrete": "ENVIO"
}
]