V3 Update URLA Alternate Names

This API can be used to manage the URLA Alternate Names collection for an application at once. You can perform one of these operations in a single transaction on all the entries in this collection -
add to add new Alternate Names for the applicant
update to update existing Alternate Names for the applicant
reorder to swap the order of the existing Alternate Names for the applicant
delete to delete Alternate Names entries for the applicant

Path Params
string
required

Unique Identifier of the loan

string
required

Unique Identifier of the application or borrower pair

string
required

Type of applicant you want to update the collection for. Possible Values are: borrower, coborrower

Query Params
string
required

Action to be performed on the Alternate Names collection. Possible values are: add, update, reorder, delete

string

Optional. View type parameter. Enumerations: entity, id
When no view parameter is provided, the API will return 204 - No Content with no response body.

Body Params
json

Use the Alternate Name Contract to manage the collection.

Headers
string
required

Bearer token

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json