Sortimento
Autenticação Básica
Sortimento
POST https://api.superpaguemenos.com.br/v2/interfaces/assortment
Esta rota permite inserir um Sortimento
Headers
Name
Type
Description
Content-Type*
string
application/json
Authorization*
string
Basic $token
Request Body
Name
Type
Description
id_material*
string
descricao_sortimento*
string
id_centro*
string
status_compra*
string
status_venda*
string
{
"msg": "Integration successfull"
}{
"msg": "Partially Integrated",
"total_errors": 5,
"errors": [{"message": "Mensagem de erro"}]
}{
"errors": [{"message": "Mensagem de erro"}]
}Last updated
Was this helpful?