Codat · Example Payload

Codat Get Profile Syncsettings Example

Unified_API

Codat Get Profile Syncsettings Example is an example object payload from Codat, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "get-profile-syncSettings",
  "method": "GET",
  "path": "/profile/syncSettings",
  "summary": "Get sync settings",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Example",
      "example": {
        "clientId": "367f7975-267b-439b-90c6-a6040ee680f3",
        "settings": [
          {
            "dataType": "invoices",
            "fetchOnFirstLink": true,
            "syncSchedule": 24,
            "syncOrder": 0,
            "syncFromUtc": "2020-01-01T12:00:00.000Z",
            "syncFromWindow": 24,
            "monthsToSync": 24,
            "isLocked": true
          }
        ],
        "overridesDefaults": true
      }
    }
  ]
}