{
  "openapi": "3.0.4",
  "info": {
    "title": "Vsp.Payroll",
    "description": "",
    "version": "v1"
  },
  "servers": [
    {
      "url": "/verloningmicro"
    }
  ],
  "paths": {
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/averagehoursanddaysforemployments/metadata": {
      "get": {
        "tags": [
          "AverageHoursAndDaysForEmployments"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[System.Collections.Generic.IEnumerable`1[[Vsp.Infrastructure.MetaDataModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[System.Collections.Generic.IEnumerable`1[[Vsp.Infrastructure.MetaDataModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[System.Collections.Generic.IEnumerable`1[[Vsp.Infrastructure.MetaDataModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/bulkrun/startpayrollbulkrun": {
      "post": {
        "tags": [
          "BulkRun"
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunPostModel"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunPostModel"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunPostModel"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunPostModel"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/bulkrun/startpayrollbulkrun/metadata": {
      "get": {
        "tags": [
          "BulkRun"
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[System.Collections.Generic.IEnumerable`1[[Vsp.Infrastructure.MetaDataModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/errorsandwarnings": {
      "get": {
        "tags": [
          "ErrorsAndSignals"
        ],
        "parameters": [
          {
            "name": "StartDate",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          },
          {
            "name": "EndDate",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "date"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/csv": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/annualwagesheetreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "StartPeriod",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "EndPeriod",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/deviatingpremiumswabreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "Year",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/ulsaleavereport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "Year",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "OnlyActiveEmployments",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/wagesheetreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "IncludeTotals",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/wagesheetreporttotalsonly": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/runoverviewsreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "IncludeTotals",
            "in": "query",
            "schema": {
              "type": "boolean"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/runoverviewsreporttotalsonly": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/paymentsreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/errorsandwarningsreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/payrollruns/{payrollRunId}/payrollcontrolregisterreport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollRunId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/pensionWageStatement": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "YearId",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "ExternalPartyCode",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/workrelatedcostsschemereport": {
      "get": {
        "tags": [
          "Reports"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "Year",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          },
          {
            "name": "PayrollComponentSetId",
            "in": "query",
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Vsp.Infrastructure.DetailResult`1[[System.Collections.Generic.IEnumerable`1[[Vsp.Infrastructure.MetaDataModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]], System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]": {
        "type": "object",
        "properties": {
          "content": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.MetaDataModel"
            },
            "nullable": true
          },
          "version": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.ResourceVersionModel"
          },
          "messages": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.OperationMessage"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.Interface.IFileModel, Vsp.Infrastructure, Version=9.0.5.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.Interface.IFileModel"
          },
          "version": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.ResourceVersionModel"
          },
          "messages": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.OperationMessage"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.DetailResult`1[[Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunModel"
          },
          "version": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.ResourceVersionModel"
          },
          "messages": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.OperationMessage"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.Interface.IFileModel": {
        "type": "object",
        "properties": {
          "fileName": {
            "type": "string",
            "nullable": true
          },
          "mimeType": {
            "type": "string",
            "nullable": true
          },
          "data": {
            "type": "string",
            "format": "byte",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.ListResult`1[[Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel, Vsp.Payroll.ApiProtocol, Version=9.0.4.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "totalSize": {
            "type": "integer",
            "format": "int32"
          },
          "pageSize": {
            "type": "integer",
            "format": "int32"
          },
          "totalPages": {
            "type": "integer",
            "format": "int32"
          },
          "currentPage": {
            "type": "integer",
            "format": "int32"
          },
          "version": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.ResourceVersionModel"
          },
          "messages": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.OperationMessage"
            },
            "nullable": true
          },
          "_embedded": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.MetaDataModel": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "nullable": true
          },
          "values": {
            "type": "array",
            "items": { },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.OperationMessage": {
        "type": "object",
        "properties": {
          "exception": {
            "nullable": true
          },
          "messageCode": {
            "type": "string",
            "nullable": true
          },
          "messageType": {
            "enum": [
              0,
              1,
              2,
              3,
              4,
              5,
              6
            ],
            "type": "integer",
            "format": "int32"
          },
          "type": {
            "type": "string"
          },
          "description": {
            "type": "string",
            "nullable": true
          },
          "id": {
            "type": "string",
            "format": "uuid",
            "nullable": true
          },
          "code": {
            "type": "integer",
            "format": "int32"
          },
          "properties": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.ResourceVersionModel": {
        "type": "object",
        "properties": {
          "obsoleteDate": {
            "type": "string",
            "format": "date",
            "nullable": true
          },
          "resourceVersion": {
            "type": "string",
            "format": "date"
          }
        },
        "additionalProperties": false
      },
      "Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunModel": {
        "type": "object",
        "properties": {
          "omgevingId": {
            "type": "integer",
            "format": "int32"
          },
          "payrollRunsStarted": {
            "type": "integer",
            "format": "int32"
          },
          "clientNumbers": {
            "type": "array",
            "items": {
              "type": "integer",
              "format": "int32"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Payroll.ApiProtocol.BulkRun.Models.StartPayrollBulkRunPostModel": {
        "required": [
          "omgevingId"
        ],
        "type": "object",
        "properties": {
          "omgevingId": {
            "type": "integer",
            "format": "int32"
          }
        },
        "additionalProperties": false
      },
      "Vsp.Payroll.ApiProtocol.ErrorsAndSignals.Models.CollectiveSignalAndErrorModel": {
        "type": "object",
        "properties": {
          "employerName": {
            "type": "string",
            "nullable": true
          },
          "clientNumber": {
            "type": "integer",
            "format": "int32"
          },
          "payrollAdministrationNumber": {
            "type": "string",
            "nullable": true
          },
          "employeeNumber": {
            "type": "integer",
            "format": "int32"
          },
          "incomeRelationshipNumber": {
            "type": "integer",
            "format": "int32"
          },
          "name": {
            "type": "string",
            "nullable": true
          },
          "messageType": {
            "type": "string",
            "nullable": true
          },
          "errorCode": {
            "type": "integer",
            "format": "int32"
          },
          "errorDescription": {
            "type": "string",
            "nullable": true
          },
          "payrollPeriod": {
            "type": "integer",
            "format": "int32"
          },
          "payrollDate": {
            "type": "string",
            "nullable": true
          },
          "payrollTime": {
            "type": "string",
            "nullable": true
          },
          "payrollPeriodType": {
            "type": "string",
            "nullable": true
          },
          "payrollRunPeriodId": {
            "type": "string",
            "nullable": true
          },
          "sequenceNumberApproved": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "payslip": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      }
    },
    "securitySchemes": {
      "oauth2": {
        "type": "oauth2",
        "flows": {
          "password": {
            "tokenUrl": "https://oauth.loket.nl/token",
            "scopes": { }
          }
        }
      },
      "Bearer": {
        "type": "apiKey",
        "description": "Authorization header using the Bearer scheme. \n Enter 'Bearer' [space] and then your token in the text input below.\nExample: \"Bearer 12345abcdef\"",
        "name": "Authorization",
        "in": "header"
      }
    }
  },
  "security": [
    {
      "oauth2": [ ]
    },
    {
      "Bearer": [ ]
    }
  ]
}