{
  "openapi": "3.0.4",
  "info": {
    "title": "Vsp.PensionDeclaration",
    "description": "",
    "version": "v1"
  },
  "servers": [
    {
      "url": "/pensiondeclaration"
    }
  ],
  "paths": {
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/externalparties": {
      "get": {
        "tags": [
          "ExternalParty"
        ],
        "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.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/csv": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "ExternalParty"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPostModel"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPostModel"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPostModel"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPostModel"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/externalparties/{externalPartyId}": {
      "put": {
        "tags": [
          "ExternalParty"
        ],
        "parameters": [
          {
            "name": "externalPartyId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json-patch+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPutModel"
              }
            },
            "application/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPutModel"
              }
            },
            "text/json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPutModel"
              }
            },
            "application/*+json": {
              "schema": {
                "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPutModel"
              }
            }
          }
        },
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "ExternalParty"
        ],
        "parameters": [
          {
            "name": "externalPartyId",
            "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.NoResult, Vsp.Infrastructure, Version=9.0.1.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.NoResult, Vsp.Infrastructure, Version=9.0.1.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.NoResult, Vsp.Infrastructure, Version=9.0.1.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/externalparties/metadata": {
      "get": {
        "tags": [
          "ExternalParty"
        ],
        "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.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/csv": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    },
    "/providers/employers/payrolladministrations/{payrollAdministrationId}/annualpawwdeclarationreport": {
      "get": {
        "tags": [
          "PawwPensionDeclaration"
        ],
        "parameters": [
          {
            "name": "payrollAdministrationId",
            "in": "path",
            "required": true,
            "schema": {
              "type": "string",
              "format": "uuid"
            }
          },
          {
            "name": "reportYear",
            "in": "query",
            "schema": {
              "type": "integer",
              "format": "int32"
            }
          }
        ],
        "responses": {
          "200": {
            "description": "OK",
            "content": {
              "text/plain": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/json": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "text/csv": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              },
              "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": {
                "schema": {
                  "$ref": "#/components/schemas/Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "Vsp.ApiBase.Models.MetadataViewModel": {
        "type": "object",
        "properties": {
          "field": {
            "type": "string",
            "nullable": true
          },
          "options": {
            "type": "array",
            "items": { },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.DetailResult`1[[Vsp.Infrastructure.NoResult, Vsp.Infrastructure, Version=9.0.1.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.NoResult"
          },
          "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.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]": {
        "type": "object",
        "properties": {
          "content": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel"
          },
          "version": {
            "$ref": "#/components/schemas/Vsp.Infrastructure.ResourceVersionModel"
          },
          "messages": {
            "type": "array",
            "items": {
              "$ref": "#/components/schemas/Vsp.Infrastructure.OperationMessage"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.ListResult`1[[Vsp.ApiBase.Models.MetadataViewModel, Vsp.ApiBase, Version=9.1.15.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.ApiBase.Models.MetadataViewModel"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.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.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.ListResult`1[[Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel, Vsp.PensionDeclaration.Domain, Version=1.0.0.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.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel"
            },
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.Infrastructure.NoResult": {
        "type": "object",
        "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.PensionDeclaration.Domain.ExternalParty.v20180101.Models.CustomerGroupOptionsModel": {
        "required": [
          "key"
        ],
        "type": "object",
        "properties": {
          "key": {
            "type": "integer",
            "format": "int32"
          },
          "value": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyModel": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string",
            "format": "uuid"
          },
          "externalParty": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyOptionsModel"
          },
          "customerGroup": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.CustomerGroupOptionsModel"
          },
          "methodOfCreation": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.MethodOfCreationOptionsModel"
          },
          "customerGroupNumber": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "customerGroupCollectiveLaborAgreement": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "firstPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          },
          "lastPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyOptionsModel": {
        "required": [
          "key"
        ],
        "type": "object",
        "properties": {
          "key": {
            "type": "integer",
            "format": "int32"
          },
          "value": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPostModel": {
        "type": "object",
        "properties": {
          "externalParty": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyOptionsModel"
          },
          "methodOfCreation": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.MethodOfCreationOptionsModel"
          },
          "customerGroupNumber": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "customerGroupCollectiveLaborAgreement": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "firstPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          },
          "lastPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.ExternalPartyPutModel": {
        "type": "object",
        "properties": {
          "methodOfCreation": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.MethodOfCreationOptionsModel"
          },
          "customerGroupNumber": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "customerGroupCollectiveLaborAgreement": {
            "type": "integer",
            "format": "int32",
            "nullable": true
          },
          "firstPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          },
          "lastPayrollPeriod": {
            "$ref": "#/components/schemas/Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel"
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.MethodOfCreationOptionsModel": {
        "required": [
          "key"
        ],
        "type": "object",
        "properties": {
          "key": {
            "type": "integer",
            "format": "int32"
          },
          "value": {
            "type": "string",
            "nullable": true
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.ExternalParty.v20180101.Models.PayrollPeriodModel": {
        "type": "object",
        "properties": {
          "payrollPeriodId": {
            "type": "integer",
            "format": "int32"
          },
          "year": {
            "type": "integer",
            "format": "int32"
          },
          "periodNumber": {
            "type": "integer",
            "format": "int32"
          },
          "periodStartDate": {
            "type": "string",
            "format": "date-time"
          },
          "periodEndDate": {
            "type": "string",
            "format": "date-time"
          }
        },
        "additionalProperties": false
      },
      "Vsp.PensionDeclaration.Domain.PawwPensionDeclaration.v20180101.Models.AnnualPawwReportModel": {
        "type": "object",
        "properties": {
          "groupCode": {
            "type": "integer",
            "format": "int32"
          },
          "employerName": {
            "type": "string",
            "nullable": true
          },
          "clientNumber": {
            "type": "integer",
            "format": "int32"
          },
          "administrationNumber": {
            "type": "string",
            "nullable": true
          },
          "payrollTaxesNumber": {
            "type": "string",
            "nullable": true
          },
          "year": {
            "type": "integer",
            "format": "int32"
          },
          "period": {
            "type": "integer",
            "format": "int32"
          },
          "premiumWage": {
            "type": "number",
            "format": "double"
          },
          "contribution": {
            "type": "number",
            "format": "double"
          },
          "numberOfParticipants": {
            "type": "integer",
            "format": "int32"
          }
        },
        "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": [ ]
    }
  ]
}