Use this API to retrieve the status of a CSV file obfuscate request.
Actor | Permission |
---|---|
User | One of the following are required:
|
Client Application | No additional permission is required. |
Response for status of CSV obfuscate operation
Bad Request
Unauthorized
Forbidden
Not Acceptable
Internal server error
{- "status": {
- "value": "successful",
- "displayValue": "Successful"
}, - "successfulEntries": {
- "entry": [
- {
- "action": "update",
- "rowNum": 1,
- "id": 1016
}
]
}, - "failedEntries": {
- "entry": [
- {
- "error": {
- "code": "400-5021",
- "developerMessage": "Could not process the request as no customer was found in the system with customer id 1017."
}, - "rowNum": 2,
- "id": 1017
}, - {
- "error": {
- "code": "400-5021",
- "developerMessage": "Could not process the request as no customer was found in the system with customer id 1019."
}, - "rowNum": 3,
- "id": 1019
}
]
}, - "id": "1929769B-C66B-49DA-8821-13A8F3AB7389",
- "resource": "customer"
}