Sample Request and Response
Request Body
{
"options": {
"OutputVanityCity": "N",
"OutputCityType": "N"
},
"Input": {
"Row": [
{
"City": "Burlington",
"StateProvince": "MA"
}
]
}
}
Response
{
"Output": [
{
"PostalCode": "01803",
"City.Type": "",
"user_fields": []
},
{
"PostalCode": "01805",
"City.Type": "",
"user_fields": []
}
]
}