v1.1
OAS 3.0.1
S61API
Client Libraries
Addresses allow you to manage address data and can pertain to an individual or business entity. Addresses are pretty straightforward, but can be used in a variety of ways depending on your needs.
Signed 32-bit integers (commonly used integer type).
the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
curl /v1.1/addresses \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"id": 1,
"financialInstitutionGuid": "",
"financialInstitutionBrandGuid": "",
"addressLine1": "",
"addressLine2": null,
"addressType": "",
"addressTypeGuid": "",
"localMunicipality": null,
"city": "",
"state": "",
"postalArea": "",
"country": "",
"latitude": 1,
"longitude": 1,
"createdDate": "",
"createdBy": null,
"error": true,
"errorMessage": null
}'
{
"valid": true,
"validationResponseGuid": null,
"validationMessage": null,
"validationException": null,
"validationHttpResponseMessage": {
"version": "…",
"content": {
"headers": [
{
"key": "…",
"value": [
"…"
]
}
]
},
"statusCode": "Continue",
"reasonPhrase": null,
"headers": [
{
"key": "…",
"value": [
"…"
]
}
],
"trailingHeaders": [
{
"key": "…",
"value": [
"…"
]
}
],
"requestMessage": {
"version": "…",
"versionPolicy": "RequestVersionOrLower",
"content": {
"headers": [
{
"key": "…",
"value": [
"…"
]
}
]
},
"method": {
"method": "…"
},
"requestUri": null,
"headers": [
{
"key": "…",
"value": [
"…"
]
}
],
"properties": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"options": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
},
"isSuccessStatusCode": true
},
"errorCodes": [
"…"
],
"validationResponseID": 1
}
Created