put https://{environment}.neomode.com.br/management/retailer/sellers/
Neo Seller Update
Responses
Neo Seller Update
xxxxxxxxxx
13curl --location 'https://api.neomode.com.br/management/retailer/sellers' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>'\
--data-raw '{
"id": "00000000-0000-0000-0000-000000000000",
"pointSaleId": "12344444",
"gatewayId": "45677777",
"phoneNumber": "419999999999",
"fullName": "string - required",
"email": "12345emailnuncausadoantes@email.com",
"password": "AtenderAosCritérios@!#123",
"cnpj": "41231231231231"
}'