DumpDestinationAddressModel
Job dump destination address profile.
Breaking Changes
No breaking changes.
Examples
- Template
Fill this template out with real values.
{
"id": "Integer",
"latitude": "Float",
"line_1": "String",
"line_2": "String",
"line_3": "String",
"line_4": "String",
"locality": "String",
"longitude": "Float",
"postcode": "String",
"region": "String"
}
Fields
id
Integer, Required
Dump destination address id, always null (synthesized).
latitude
Float, Required
Latitude.
- Less than or equal to 90.
- Greater than or equal to -90.
line_1
String, Required
Dump destination address.
- At least 1 and no more than 250 characters.
line_2
String, Required
Dump destination address.
- At least 1 and no more than 250 characters.
line_3
String, Required
Dump destination address.
- At least 1 and no more than 250 characters.
line_4
String, Required
Dump destination address.
- At least 1 and no more than 250 characters.
locality
String, Required
City.
- At least 1 and no more than 200 characters.
longitude
Float, Required
longitude.
- Less than or equal to 180.
- Greater than or equal to -180.
postcode
String, Required
Zip code.
- At least 0 and no more than 50 characters.
region
String, Required
State.
- At least 0 and no more than 150 characters.