Sync

Push unsynced changes to the server

post/api/sync/push

Request body

companyIdstring uuid required

Example request

{
  "changes": {
    "constructions": [
      {
        "localityLat": 25.5,
        "localityLng": 25.5,
        "endDate": "2026-03-26",
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workingDays": [
      {
        "date": "2026-03-26",
        "cloudinessPercents": 25.5,
        "humidityPercents": 25.5,
        "temperatureCelsius": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workDescriptions": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workers": [
      {
        "defaultRate": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workingDayWorkers": [
      {
        "hours": 25.5,
        "rate": 25.5,
        "unitRate": 25.5,
        "totalRate": 25.5,
        "multiplier": 1,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "constructionWorkers": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "machines": [
      {
        "defaultUnitPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workingDayMachines": [
      {
        "multiplier": 1,
        "usage": 25.5,
        "unitPrice": 25.5,
        "totalPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "constructionMachines": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "materials": [
      {
        "defaultUnitPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workingDayMaterials": [
      {
        "usage": 25.5,
        "price": 25.5,
        "unitPrice": 25.5,
        "totalPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "constructionMaterials": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "subcontractors": [
      {
        "defaultUnitPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "workingDaySubcontractors": [
      {
        "usage": 25.5,
        "price": 25.5,
        "unitPrice": 25.5,
        "totalPrice": 25.5,
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "constructionSubcontractors": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "companyUsers": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ],
    "companies": [
      {
        "deletedAt": "2026-03-26T14:00:00Z"
      }
    ]
  }
}

Response

Default Response

status'success' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.