Comunidade

Ask a Question
Back to all

Lacuna de informação no retorno de requisição

Olá, no momento estou realizando uma requisição para o endpoint:

https://unittocity-apigateway.rte.com.br/api/v1/unittocity/getWithHallsByDestinationAddressAndCustomers

Segundo a documentação, existe um campo chamado "OperationalSector", porém na solicitação esse campo não está presente.

Esse é JSON de retorno que estou obtendo:

{
"Unit": {
"Code": "429",
"Description": "UNIDADE SANTIAGO",
"Abbreviation": "STG"
},
"City": {
"UnitFederation": "RS",
"Description": "São Borja",
"ZipCode": "97670000",
"IbgeCityCode": 4318002
},
"UnitToUnitHalls": [
{
"Abbreviation": "",
"UnitCode": "470",
"Order": 1
},
{
"Abbreviation": "
",
"UnitCode": "912",
"Order": 2
},
{
"Abbreviation": "",
"UnitCode": "919",
"Order": 3
},
{
"Abbreviation": "
",
"UnitCode": "911",
"Order": 4
},
{
"Abbreviation": "_",
"UnitCode": "588",
"Order": 5
}
]
}