Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/unidade-negocio/cookie \ --header 'Content-Type: application/json' \ --data ' { "ids": [ "123-abc", "abc-123" ] } '
{ "status": true, "mensagem": "OK" }
IDs de unidade de negócio
IDs de unidades de negócio
["123-abc", "abc-123"]
Cookie definido com sucesso
Status da operação
true
Mensagem de retorno
"OK"