update : service fare option and new structure param for service fare

This commit is contained in:
wayanrivan
2026-03-30 09:29:50 +07:00
parent 1debcafa32
commit dd6af41733
3 changed files with 165 additions and 53 deletions

View File

@ -146,10 +146,18 @@ const doc = {
$service_ids: ["uuid-string"],
},
serviceFare: {
$service_class_id: "uuid-string",
$service_id: "uuid-string",
$faretype: "uuid-string",
$fare: 100000,
$faretype: [
{
$faretype_id: "uuid-string",
$service_class: [
{
$service_class_id: "uuid-string",
$fare: 100000,
}
]
}
]
},
servicePackage: {
$name: "Package name",