Update the mapping of the uploaded file to match that of the header within it. You can add or remove the required number of mapping points in the Request Body.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/mappings
- Production serverhttps://connect.creditsafe.com/v1/dataCleaning/jobs/{id}/mappings
curl -i -X PUT \
'https://connect.sandbox.creditsafe.com/v1/dataCleaning/jobs/{id}/mappings' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"mappings": [
{
"mapping": "name",
"value": "0"
}
]
}'Response
[ { "mapping": "name", "value": "0" } ]