Events
Action |
Event name |
create a new fare class type |
fareclass.created |
update an existing fare class type |
fareclass.updated |
Payload example
{
"_id": "string",
"accountId": "string",
"name": "string",
"cancellable": "boolean",
"changeable": "boolean",
"description": "string",
"lexiconKeys": {
"description": "string",
"name": "string",
"terms": "string"
},
"order": "int",
"productIds": ["string"],
"terms": "string",
"createdAt": {
"offset": "int",
"value": "string"
},
"createdBy": "string",
"updatedAt": {
"offset": "int",
"value": "string"
},
"updatedBy": "string"
}