Authorization: Bearer ********************{
"entityFileId": "string",
"name": "string",
"chartOfAccountImportMapping": [
{
"chartOfAccountImportMappingId": "string",
"entityId": "string",
"chartOfAccountImportMappingGroupId": "string",
"chartOfAccountId": "string",
"thirdpartyName": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string"
}
]
}curl --location 'https://web-api.blockindex.com/entity//chartOfAccount/importMapping/preview' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"entityFileId": "string",
"name": "string",
"chartOfAccountImportMapping": [
{
"chartOfAccountImportMappingId": "string",
"entityId": "string",
"chartOfAccountImportMappingGroupId": "string",
"chartOfAccountId": "string",
"thirdpartyName": "string",
"createdAt": "string",
"updatedAt": "string",
"deletedAt": "string"
}
]
}'{
"status": "success",
"requestId": "2985290a-a755-2597-4d64-4676399ca157",
"data": [
"commodo ipsum fugiat esse ea"
]
}