AddressInfo Object
The AddressInfo object represents address information in the MIMS system.
Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| AddressType | String(10) | No | Street type (Avenue, Street, etc.) |
| Address | String(40) | Yes | Street |
| Number | String(8) | No | Number |
| District | String(30) | Yes | District |
| ZIPCode | String(8) | Yes | ZIP Code (numbers only) |
| City | String(40) | Yes | City |
| CityNo | String(25) | No | External code of the city |
| State | String(40) | Yes | State |
| StateInitials | String(10) | Yes | State initials |
| Country | String(40) | Yes | Country |
| SubLogisticRegionNo | String(25) | No | External code of the Sub Logistic Region |
| PersonAdressNo | String(25) | No | External 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"
}