Skip to content
Light
English

API - Get routes and route customers

Method (GET) to obtain a list of routes and customers of the Company’s routes.

https://sistema.demander.com.br/ws/obter-codigo-descricao-da-empresa-pelo-token?token={{token}}](https://demander-kb.s3-sa-east-1.amazonaws.com/API_Parceiro_Demander_Collection.json)
Property Type Mandatory Description
token text Yes Company Token
[
{
"razaoSocial":"RETTA TECNOLOGIA DA INFORMAÇÃO LTDA",
"idRota":43451338,
"codigo":1,
"descricao":"Minha Rota",
"uniqueId":"110951600708720603168673",
"codVendedor":1,
"ativo":1,
"idRotaClientes":519632,
"idClienteRetta":3113,
"codRota":1,
"codCliente":1095,
"posicao":1,
"cpfCNPJCliente":"19.758.320/0001-33",
"dataAlteracao":"2020-09-21 14:18:54",
"dataInsercao":"2020-09-21 14:18:54",
"uniqueIdCliente":"31131095261864",
"uniqueIdRota":"11600707566576657415"
},
{
"razaoSocial": "DISTRIBUIDORA DISTRIMAIS",
"idRota":43451338,
"codigo":1,
"descricao":"Minha Rota",
"uniqueId":"159031600708724645203945",
"codVendedor":1,
"ativo":1,
"idRotaClientes":519633,
"idClienteRetta":3113,
"codRota":1,
"codCliente":5903,
"posicao":2,
"cpfCNPJCliente":"01.824.625/0001-30",
"dataAlteracao":"2020-09-21 14:18:54",
"dataInsercao":"2020-09-21 14:18:54",
"uniqueIdCliente":"31135903590568",
"uniqueIdRota":"11600707566576657415"
}
]