Updates an EDD score for a customer with a specified ID.
EDD score updated.
object | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
object (EddData) | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
nextUpdateTime | string or null <date-time> Date and time in ISO 8601 format when the EDD score is updated. | ||||||||||||||||||||||||
createdTime | string <date-time> (CreatedTime) Date and time which is set automatically when the resource is created. | ||||||||||||||||||||||||
updatedTime | string <date-time> (UpdatedTime) Date and time which updates automatically when the resource is updated. | ||||||||||||||||||||||||
Array of objects Related links. | |||||||||||||||||||||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "score": {
- "occupation": "not-found",
- "arrest": "not-found",
- "bankruptcy": "not-found",
- "fraud": "not-found"
}
}
{- "parsedScore": {
- "occupation": "not-found",
- "arrest": "not-found",
- "bankruptcy": "not-found",
- "fraud": "not-found",
}, - "score": {
- "occupation": "not-found",
- "arrest": "not-found",
- "bankruptcy": "not-found",
- "fraud": "not-found"
}, - "nextUpdateTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}