v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1321841.0 KB
v1

Feedback about the outcome of the sequence of validation attempts. This should be the last call made after a sequence of validation calls for the same address, and should be called once the transaction is concluded. This should only be sent once for the sequence of ValidateAddress requests needed to validate an address fully.

post/v1:provideValidationFeedback

Request body

responseIdstring

Required. The ID of the response that this feedback is for. This should be the response_id from the first response in a series of address validation attempts.

conclusion'VALIDATION_CONCLUSION_UNSPECIFIED' | 'VALIDATED_VERSION_USED' | 'USER_VERSION_USED' | 'UNVALIDATED_VERSION_USED' | 'UNUSED'

Required. The outcome of the sequence of validation attempts. If this field is set to VALIDATION_CONCLUSION_UNSPECIFIED, an INVALID_ARGUMENT error will be returned.

Response

Successful response