Jobs
Item mappings
This API helps to get the list of item mapping when loading the mapping file
POST/sdpw/configuration/process/itemmappings
| Query parameters | None |
| Header | Content-Type: multipart/form-data |
| Header/Parameter | InputStream, FormDataContentDisposition |
| Body | None |
| Returns | gets the list of mappings present in the mapping file |
| Required role | None |
| Managed errors | None |
Example request
curl 'http://localhost:8080/sdpw/sdpw/configuration/process/itemmappings'
Example response
[
{
"nameInConsultation":"Transaction identifier",
"nameInFile":"TransactionID",
"instanceBaseName":null
},
{
"nameInConsultation":"Transaction date",
"nameInFile":"TransactionDate",
"instanceBaseName":null
},
{
"nameInConsultation":"Cardholder identifier",
"nameInFile":"CardholderID",
"instanceBaseName":null
},
{
"nameInConsultation":"Card number",
"nameInFile":"CardNumber",
"instanceBaseName":null
},
{
"nameInConsultation":"State",
"nameInFile":"State",
"instanceBaseName":null
},
{
"nameInConsultation":"Amount",
"nameInFile":"Amount",
"instanceBaseName":null
}
]