ProductEventMappingUpdateDto
Request DTO for updating a product-event mapping. Only productName and eventName can be updated.
productNamestringnullable
Product name (optional, overrides definition's product name)
Possible values: <= 200 characters
Example:
Import Documentary CrediteventNamestringnullable
Event name (optional, overrides definition's event name)
Possible values: <= 200 characters
Example:
AmendProductEventMappingUpdateDto
{
"productName": "Import Documentary Credit",
"eventName": "Amend"
}