If a borrower is represented by a legal entity you can add the legal entity details.
Normally, if a borrower is represented by a status=active
legal entity we block
future debt collection related communications.
id | string |
createdAt | string <date-time> |
updatedAt | string or null <date-time> |
deletedAt | string or null <date-time> |
status | string Legal representative's status. |
object or null (Name) Name of the person. | |
object (Address) The mailing address. | |
phone | string The phone number of a legal entity. This should be provided in E.164 format. |
otherPhone | string An additional phone number of a legal entity. This should be provided in E.164 format. |
string The email address of a legal entity. | |
otherEmail | string An additional email address of a legal entity. |
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "name": {
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string"
}, - "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "legalRepresentative",
- "status": "active",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "name": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "name",
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string",
- "current": true,
- "status": "active",
- "effectiveAt": "2019-08-24T14:15:22Z",
- "originalValue": { },
- "source": "peach"
}, - "validAddress": true,
- "address": {
- "object": "address",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string",
- "timezone": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
}
Success
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "legalRepresentative",
- "status": "active",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "name": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "name",
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string",
- "current": true,
- "status": "active",
- "effectiveAt": "2019-08-24T14:15:22Z",
- "originalValue": { },
- "source": "peach"
}, - "validAddress": true,
- "address": {
- "object": "address",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string",
- "timezone": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
]
}
Success
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "legalRepresentative",
- "status": "active",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "name": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "name",
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string",
- "current": true,
- "status": "active",
- "effectiveAt": "2019-08-24T14:15:22Z",
- "originalValue": { },
- "source": "peach"
}, - "validAddress": true,
- "address": {
- "object": "address",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string",
- "timezone": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
}
id | string |
createdAt | string <date-time> |
updatedAt | string or null <date-time> |
deletedAt | string or null <date-time> |
status | string Legal representative's status. |
object or null (Name) Name of the person. | |
object (Address) The mailing address. | |
phone | string The phone number of a legal entity. This should be provided in E.164 format. |
otherPhone | string An additional phone number of a legal entity. This should be provided in E.164 format. |
string The email address of a legal entity. | |
otherEmail | string An additional email address of a legal entity. |
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "name": {
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string"
}, - "address": {
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "legalRepresentative",
- "status": "active",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "name": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "name",
- "prefix": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "maidenLastName": "string",
- "suffix": "strin",
- "preferredFirstName": "string",
- "current": true,
- "status": "active",
- "effectiveAt": "2019-08-24T14:15:22Z",
- "originalValue": { },
- "source": "peach"
}, - "validAddress": true,
- "address": {
- "object": "address",
- "addressLine1": "string",
- "addressLine2": "string",
- "city": "string",
- "countyOrRegion": "string",
- "state": "string",
- "postalCode": "string",
- "country": "string",
- "POBox": "string",
- "timezone": "string"
}, - "phone": "string",
- "otherPhone": "string",
- "email": "string",
- "otherEmail": "string"
}
}
Request sandbox access