Update dictionaries
The method is used to sync master data. The sync process normally runs no more than once a week.
GET /osago/mds
{
"brands": [
{
"id": 0,
"name": "string",
"alias": "string",
"last_change_date": "string",
"models": [
{
"id": 0,
"name": "string",
"alias": "string",
"last_change_date": "string",
"years": [
{
"year": 0,
"last_change_date": 0,
"engine_powers": [
{
"power": 0,
"last_change_date": 0
}
]
}
]
}
]
}
]
}