Skip to main content

AddressInfo Object

The AddressInfo object represents address information in the MIMS system.


Input Parameters

ParameterTypeRequiredDescription
AddressTypeString(10)NoStreet type (Avenue, Street, etc.)
AddressString(40)YesStreet
NumberString(8)NoNumber
DistrictString(30)YesDistrict
ZIPCodeString(8)YesZIP Code (numbers only)
CityString(40)YesCity
CityNoString(25)NoExternal code of the city
StateString(40)YesState
StateInitialsString(10)YesState initials
CountryString(40)YesCountry
SubLogisticRegionNoString(25)NoExternal code of the Sub Logistic Region
PersonAdressNoString(25)NoExternal code of the person and address link

Object Structure

{
"AddressType": "Rua",
"Address": "Av. Paulista",
"Number": "123",
"District": "Bela Vista",
"ZIPCode": "01311000",
"City": "São Paulo",
"CityNo": "CITYSP",
"State": "São Paulo",
"StateInitials": "SP",
"Country": "Brasil",
"SubLogisticRegionNo": "001",
"PersonAdressNo": "98765"
}