Gets the field mapping information in the upload template definitions for transactions, events, or bundle configuration from Zuora Revenue.
Field mapping data is returned.
Error fetching the mapping details.
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0ODE4MywiaWF0IjoxNTA0NzQ2MzgzLCJuYmYiOjE1MDQ3NDYzODMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.k1usDPkgldj-OG9-ga-jn5B2Axx-HG4D0chytx5JPIg" "https://yourHost/api/integration/v1/upload/mapping?templatename=TEST"
{- "Dateformat": "DD-MON-YYYY",
- "Mapping": [
- {
- "client_id": 0,
- "col_name": "string",
- "data_type": "string",
- "id": 0,
- "label": "string",
- "seq": 0,
- "upload_id": 0
}
]
}