{"openapi":"3.0.1","info":{"title":"Bytelab Car Commerce","version":"V1","x-swagger-net-version":"8.5.12.001"},"servers":[{"url":"http://localhost:3030/commerce","description":"Local server (FYI: port forward integration proxy)"},{"url":"http://integration-proxy-api/commerce","description":"Kubernetes proxy server (base url)"}],"tags":[{"name":"AssetsCategoryApi"},{"name":"CreditLineApi"},{"name":"CustomerHubApi"},{"name":"OfferFixedTermCalculationApi"},{"name":"StaccContractApi"}],"paths":{"/api/AssetsCategoryApi/GetAssetsCategories":{"get":{"tags":["AssetsCategoryApi"],"operationId":"AssetsCategoryApi_GetAssetsCategories","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/CreditLineApi/GetAllCreditLines":{"get":{"tags":["CreditLineApi"],"summary":"Get all credit lines in the system in a batch sequence.","description":"This endpoints allows for retrieving all CreditLines in the system using a batch sequences. It will take X amount of CreditLines skipping X amount.\r\nThe data is ordered by created date","operationId":"CreditLineApi_GetAllCreditLines","parameters":[{"name":"skip","in":"query","required":true,"schema":{"type":"integer","format":"int32"}},{"name":"take","in":"query","required":true,"schema":{"type":"integer","format":"int32"}}],"responses":{"200":{"description":"The CreditLines were successfully retrieved.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.AllCreditLineResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.AllCreditLineResponse"}}}},"400":{"description":"Retrieving the CreditLines failed due to invalid data or other issues.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/CreditLineApi/GetCreditLineByFrameId":{"get":{"tags":["CreditLineApi"],"summary":"Endpoint to get an creditline from a specific FrameId.","description":"This endpoint allows you to get a creditline by using a specific FrameId. \r\nIf the creditline cannot be found, a `NotFound` error is returned.","operationId":"CreditLineApi_GetCreditLineByFrameId","parameters":[{"name":"frameId","in":"query","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"The credtiline was successfully retrieved.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}}}},"400":{"description":"The credtiline get failed due to invalid data or other issues.","content":{}},"404":{"description":"The credtiline with the specified FrameID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/CreditLineApi/GetCreditLinesByApplicationId":{"get":{"tags":["CreditLineApi"],"summary":"Endpoint to get an creditline from a specific ApplicationInternallId.","description":"This endpoint allows you to get creditlines, based on applicationInternalId \r\nIf the creditlines cannot be found, a `NotFound` error is returned. \r\nIf the creditlines fails due to invalid data or other reasons, a `BadRequest` response is returned.","operationId":"CreditLineApi_GetCreditLinesByApplicationId","parameters":[{"name":"applicationInternalId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The creditlines was successfully retrieved.","content":{"application/json":{"schema":{"type":"array","xml":{"name":"CreditLineResponse","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}}},"text/json":{"schema":{"type":"array","xml":{"name":"CreditLineResponse","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}}}}},"400":{"description":"The creditlines failed due to invalid data or other issues.","content":{}},"404":{"description":"The creditlines with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/CreditLineApi/GetCreditLinesByExternalCustomerId":{"get":{"tags":["CreditLineApi"],"summary":"Endpoint to get an creditline from a specific CustomerId from KKS.","description":"This endpoint allows you to get creditlines, based on customerId\r\nIf the creditlines cannot be found, a `NotFound` error is returned. \r\nIf the creditlines fails due to invalid data or other reasons, a `BadRequest` response is returned.","operationId":"CreditLineApi_GetCreditLinesByExternalCustomerId","parameters":[{"name":"customerId","in":"query","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The creditlines was successfully retrieved.","content":{"application/json":{"schema":{"type":"array","xml":{"name":"CreditLineResponse","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}}},"text/json":{"schema":{"type":"array","xml":{"name":"CreditLineResponse","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse"}}}}},"400":{"description":"The creditlines failed due to invalid data or other issues.","content":{}},"404":{"description":"The creditlines with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/CreditLineApi/UpdateCreditLineStatus":{"post":{"tags":["CreditLineApi"],"summary":"Endpoint to update the status of an specific set of creditLines.","description":"This endpoint allows you to update the status of a group of creditlines\r\nIf the creditlines cannot be found, a `NotFound` error is returned. \r\nIf the creditlines fails due to invalid data or other reasons, a `BadRequest` response is returned.","operationId":"CreditLineApi_UpdateCreditLineStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineStatusRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineStatusRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineStatusRequest"}}},"required":true},"responses":{"200":{"description":"The creditlines was successfully updated.","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"The creditlines failed due to invalid data or other issues.","content":{}},"404":{"description":"The creditlines with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"statusRequest"}},"/api/CreditLineApi/UpdateCreditLineExternalId":{"post":{"tags":["CreditLineApi"],"summary":"Endpoint to update the CreditApplicationExternalId of an specific set of creditLines.","description":"This endpoint allows you to update the ApplicationExternalId of a group of creditlines\r\nIf the creditlines cannot be found, a `NotFound` error is returned. \r\nIf the creditlines fails due to invalid data or other reasons, a `BadRequest` response is returned.","operationId":"CreditLineApi_UpdateCreditLineExternalId","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineExternalIdRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineExternalIdRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineExternalIdRequest"}}},"required":true},"responses":{"200":{"description":"The creditlines was successfully updated.","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"The creditlines failed due to invalid data or other issues.","content":{}},"404":{"description":"The creditlines with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"req"}},"/api/CustomerHubApi/UpdateOrganisation":{"put":{"tags":["CustomerHubApi"],"summary":"Endpoint to update an existing organization.","description":"This endpoint allows you to update an organization's details. If the organization exists and the update is successful, the updated organization details are returned. \r\nIf the organization cannot be found, a `NotFound` error is returned. \r\nIf the update fails due to invalid data or other reasons, a `BadRequest` response is returned.","operationId":"CustomerHubApi_UpdateOrganisation","requestBody":{"description":"The updated organization data, including the organization's unique ID and new values to update.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksExternalOrganisation"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksExternalOrganisation"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksExternalOrganisation"}}},"required":true},"responses":{"200":{"description":"The organization was successfully updated.","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"The organization update failed due to invalid data or other issues.","content":{}},"404":{"description":"The organization with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"body"}},"/api/CustomerHubApi/DeleteOrganisation/{id}":{"delete":{"tags":["CustomerHubApi"],"summary":"Endpoint to delete an organization by its ID.","description":"This endpoint allows the deletion of an organization based on the provided ID.\r\nIf the organization is successfully deleted, a success message is returned.\r\nIf the deletion fails, a `BadRequest` is returned, and if the organization is not found, a `NotFound` error is returned.","operationId":"CustomerHubApi_DeleteOrganisation","parameters":[{"name":"id","in":"path","description":"The unique identifier of the organization to be deleted.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The organization was successfully deleted.","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"The organization could not be deleted.","content":{}},"404":{"description":"The organization with the specified ID was not found.","content":{}},"500":{"description":"An internal server error occurred.","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/OfferFixedTermCalculationApi/RecalculateLeasingContract":{"post":{"tags":["OfferFixedTermCalculationApi"],"summary":"Recalculates leasing contract with an updated fundingrate.\r\nSaves and resends the updated contract to an ERP system, if configured.","operationId":"OfferFixedTermCalculationApi_RecalculateLeasingContract","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationOutputDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationOutputDto"}}}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"calculationInputDto"}},"/api/OfferFixedTermCalculationApi/RecalculateLoanContract":{"post":{"tags":["OfferFixedTermCalculationApi"],"summary":"Recalculates loan contract with an updated fundingrate.\r\nSaves and resends the updated contract to an ERP system, if configured.","operationId":"OfferFixedTermCalculationApi_RecalculateLoanContract","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationOutputDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationOutputDto"}}}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"calculationInputDto"}},"/api/StaccContractApi/UpdateContractStatus":{"post":{"tags":["StaccContractApi"],"summary":"Updates status of contract","operationId":"StaccContractApi_UpdateContractStatus","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractStatusRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractStatusRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractStatusRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid data to update status","content":{}},"404":{"description":"Unable to find contract","content":{}},"500":{"description":"Unable to update contract status due to internal error","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"request"}},"/api/StaccContractApi/UploadDocument":{"post":{"tags":["StaccContractApi"],"summary":"Uploads document to contract","operationId":"StaccContractApi_UploadDocument","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UploadDocumentRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UploadDocumentRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UploadDocumentRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid data to upload document","content":{}},"404":{"description":"Unable to find contract","content":{}},"500":{"description":"Unable to upload document to bytes due to internal error","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"request"}},"/api/StaccContractApi/GetContractDocument":{"get":{"tags":["StaccContractApi"],"summary":"Get specific document for contract.","operationId":"StaccContractApi_GetContractDocument","parameters":[{"name":"contractId","in":"query","description":"Id of contract","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"contractType","in":"query","description":"Type of contract","required":true,"schema":{"type":"string","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]}},{"name":"documentId","in":"query","description":"Id of document that is being retrieved","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Files.ContractDocumentDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Files.ContractDocumentDto"}}}},"400":{"description":"Invalid data to get contract document","content":{}},"403":{"description":"Not allowed to perform action.","content":{}},"404":{"description":"Unable to find contract","content":{}},"500":{"description":"Unable to convert document to bytes due to internal error","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/StaccContractApi/GetAttachedFile":{"get":{"tags":["StaccContractApi"],"summary":"Get specific attached file for contract","operationId":"StaccContractApi_GetAttachedFile","parameters":[{"name":"contractId","in":"query","description":"Id of contract","required":true,"schema":{"type":"integer","format":"int64"}},{"name":"contractType","in":"query","description":"Type of contract","required":true,"schema":{"type":"string","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]}},{"name":"fileId","in":"query","description":"Id of file that is being retrieved","required":true,"schema":{"type":"integer","format":"int64"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Files.AttachedFileDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Files.AttachedFileDto"}}}},"400":{"description":"Invalid data to get contract document","content":{}},"403":{"description":"Not allowed to perform action.","content":{}},"404":{"description":"Unable to find contract","content":{}},"500":{"description":"Unable to convert document to bytes due to internal error","content":{}}},"security":[{"oauth2_clientCredentials":[]}]}},"/api/StaccContractApi/ToggleContractArchive":{"post":{"tags":["StaccContractApi"],"summary":"Set Toggle contract archive","operationId":"StaccContractApi_ToggleContractArchive","requestBody":{"description":"Contract toggle request, the information needed to toggle a specific contract","content":{"application/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractArchiveStateRequest"}},"text/json":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractArchiveStateRequest"}},"application/x-www-form-urlencoded":{"schema":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.UpdateContractArchiveStateRequest"}}},"required":true},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"object"}},"text/json":{"schema":{"type":"object"}}}},"400":{"description":"Invalid data to toggle the contract","content":{}},"403":{"description":"Not allowed to perform action.","content":{}},"404":{"description":"Unable to find and toggle contract","content":{}},"500":{"description":"Internal error, not possible to toggle contract","content":{}}},"security":[{"oauth2_clientCredentials":[]}],"x-codegen-request-body-name":"request"}}},"components":{"schemas":{"FinancingSystemDefinitions.Common.InterfaceMessage":{"type":"object","properties":{"Title":{"type":"string"},"Message":{"type":"string"},"Duration":{"type":"integer","format":"int32"},"IsFlowBlocker":{"type":"boolean"},"KeepAccessible":{"type":"boolean"},"MessageIdentification":{"type":"string","description":"None = 0, Calculation_GeneralError = 1, Calculation_NegativeInterest = 2, Calculation_DownpaymentOutOfRange = 3, Calculation_FixedPaymentResultsInNegativeInterest = 4, Calculation_FixedPaymentToHigh = 5, Calculation_PrincipalExcludingFeesOutOfRange = 6, Calculation_NegativeDealerInterestMargin = 7, Calculation_DealerInterestToHigh = 8, Calculation_ErOverDaekningsgraenseForPanthaverinteresseforsikring = 9, Calculation_ResidualValueLowerThanRecommended = 10, Calculation_DepriciationPercentInFirstYearHigherThanRecommended = 11, Calculation_SelectPanthaverinteresseforsikring = 12, Calculation_StartDateOutOfRange = 13, Calculation_FinancialPartnerInterestChanged = 14, Calculation_AssetTypeIsDeselectedOrDeleted = 15, Calculation_PrincipalExcludingFeesLargerThanMax = 16, Calculation_TotalNumberOfPaymentsOutOfRange = 17, Calculation_AgeOfAssetOutOfRange = 18, Calculation_ResidualValueOverCollateralValue = 19, Calculation_NoCollateralValueMatrix = 20, Calculation_NegativeCollateralValueAtEndOfPeriod = 21","enum":["None","Calculation_GeneralError","Calculation_NegativeInterest","Calculation_DownpaymentOutOfRange","Calculation_FixedPaymentResultsInNegativeInterest","Calculation_FixedPaymentToHigh","Calculation_PrincipalExcludingFeesOutOfRange","Calculation_NegativeDealerInterestMargin","Calculation_DealerInterestToHigh","Calculation_ErOverDaekningsgraenseForPanthaverinteresseforsikring","Calculation_ResidualValueLowerThanRecommended","Calculation_DepriciationPercentInFirstYearHigherThanRecommended","Calculation_SelectPanthaverinteresseforsikring","Calculation_StartDateOutOfRange","Calculation_FinancialPartnerInterestChanged","Calculation_AssetTypeIsDeselectedOrDeleted","Calculation_PrincipalExcludingFeesLargerThanMax","Calculation_TotalNumberOfPaymentsOutOfRange","Calculation_AgeOfAssetOutOfRange","Calculation_ResidualValueOverCollateralValue","Calculation_NoCollateralValueMatrix","Calculation_NegativeCollateralValueAtEndOfPeriod"]},"Type":{"type":"string","description":"Information = 0, Warning = 1, Error = 2, Success = 3","enum":["Information","Warning","Error","Success"]}},"xml":{"name":"InterfaceMessage"}},"FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Int32":{"type":"object","properties":{"From":{"type":"integer","format":"int32"},"To":{"type":"integer","format":"int32"}},"xml":{"name":"RangeDto`1"}},"FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Decimal":{"type":"object","properties":{"From":{"type":"number","format":"double"},"To":{"type":"number","format":"double"}},"xml":{"name":"RangeDto`1"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.AllCreditLineResponse":{"type":"object","properties":{"CreditLines":{"type":"array","xml":{"name":"AllCreditLineItemDto","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.AllCreditLineItemDto"}}},"xml":{"name":"AllCreditLineResponse"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.AllCreditLineItemDto":{"type":"object","properties":{"Currency":{"type":"string"},"CustomerId":{"type":"string"},"ExpiryDate":{"type":"string","format":"date-time"},"CreditLimit":{"type":"number","format":"double"},"FrameId":{"type":"integer","format":"int64"},"Revolving":{"type":"boolean"},"Status":{"type":"string","description":"Unknown = 0, Awaiting = 1, Approved = 2, Declined = 3, Cancelled = 4, Draft = 5, Expired = 6","enum":["Unknown","Awaiting","Approved","Declined","Cancelled","Draft","Expired"]},"Duration":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Int32"},"ResidualValue":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Decimal"},"EffectiveNoLaterThanDate":{"type":"string","format":"date-time"},"OrganisationId":{"type":"integer","format":"int64"},"AssetCategory":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineAssetCategoryDto"}},"xml":{"name":"AllCreditLineItemDto"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineAssetCategoryDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"Code":{"type":"string"}},"xml":{"name":"CreditLineAssetCategoryDto"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineResponse":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"FrameId":{"type":"integer","format":"int64"},"CreditLimit":{"type":"number","format":"double"},"Revolving":{"type":"boolean"},"ExpiryDate":{"type":"string","format":"date-time"},"EffectiveNoLaterThanDate":{"type":"string","format":"date-time"},"ApplicationInternalId":{"type":"string"},"ApplicationExternalId":{"type":"string"},"LastUpdate":{"type":"string","format":"date-time"},"Status":{"type":"string","description":"Unknown = 0, Awaiting = 1, Approved = 2, Declined = 3, Cancelled = 4, Draft = 5, Expired = 6","enum":["Unknown","Awaiting","Approved","Declined","Cancelled","Draft","Expired"]},"CustomerId":{"type":"string"},"Currency":{"type":"string"},"FinancialProduct":{"type":"string","description":"None = 0, FinancialLeasing = 1, HirePurchase = 2","enum":["None","FinancialLeasing","HirePurchase"]},"LineType":{"type":"string","description":"Unknown = 0, Credit = 1, ResidualValue = 2","enum":["Unknown","Credit","ResidualValue"]},"OwnerAfterLeasingLineType":{"type":"string","description":"Customer = 1, ThirdParty = 2, Dealer = 3, Leasing = 4, Supplier = 5","enum":["Customer","ThirdParty","Dealer","Leasing","Supplier"]},"PaymentFrequency":{"type":"string","description":"Monthly = 0, Quarterly = 1, Biannually = 2, Annually = 3","enum":["Monthly","Quarterly","Biannually","Annually"]},"Duration":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Int32"},"DownPayment":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Decimal"},"ResidualValue":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Decimal"},"CollateralValue":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.RangeDtoOfSystem.NullableOfSystem.Decimal"},"TypeOfDownPayment":{"type":"string","description":"Unknown = 0, TradeInAsset = 1, CapitalInjection = 2, Loan = 3, LiquiditySurplus = 4","enum":["Unknown","TradeInAsset","CapitalInjection","Loan","LiquiditySurplus"]},"PricePointId":{"type":"string"},"FacilityId":{"type":"string"},"AssetCategory":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineAssetCategoryDto"},"NewUsedCarType":{"type":"string","description":"NewAndUsed = 0, New = 1, Used = 2","enum":["NewAndUsed","New","Used"]},"YearlyRepaymentAmount":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.DTO.CreditLineModels.YearlyRepaymentAmountDto"},"InterestMargin":{"type":"number","format":"double"},"OrganisationId":{"type":"integer","format":"int64"}},"xml":{"name":"CreditLineResponse"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.YearlyRepaymentAmountDto":{"type":"object","properties":{"WorstCase":{"type":"number","format":"double"},"AverageCase":{"type":"number","format":"double"},"BestCase":{"type":"number","format":"double"}},"xml":{"name":"YearlyRepaymentAmountDto"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineStatusRequest":{"required":["ApplicationInternalId","Status"],"type":"object","properties":{"ApplicationInternalId":{"type":"string"},"Status":{"type":"string","description":"Unknown = 0, Awaiting = 1, Approved = 2, Declined = 3, Cancelled = 4, Draft = 5, Expired = 6","enum":["Unknown","Awaiting","Approved","Declined","Cancelled","Draft","Expired"]}},"xml":{"name":"CreditLineStatusRequest"}},"FinancingSystemBusinessLayer.DTO.CreditLineModels.CreditLineExternalIdRequest":{"required":["ApplicationExternalId","ApplicationInternalId"],"type":"object","properties":{"ApplicationInternalId":{"type":"string"},"ApplicationExternalId":{"type":"string"}},"xml":{"name":"CreditLineExternalIdRequest"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksExternalOrganisation":{"type":"object","properties":{"CustomerKey":{"type":"string"},"InternalInfo":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksInternalInfo"}},"xml":{"name":"KksExternalOrganisation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksInternalInfo":{"type":"object","properties":{"ContactInformation":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksContactInformation"}},"xml":{"name":"KksInternalInfo"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksContactInformation":{"type":"object","properties":{"Emails":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksEmailInformation"},"Phones":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksPhoneInformation"},"Addresses":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksAddressInformation"},"Names":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksNameInformation"}},"xml":{"name":"KksContactInformation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksEmailInformation":{"type":"object","properties":{"Id":{"type":"string"},"Primary":{"type":"boolean"},"Address":{"type":"string"},"EmailType":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksEmailType"},"Usage":{"type":"string"}},"xml":{"name":"KksEmailInformation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksPhoneInformation":{"type":"object","properties":{"Id":{"type":"string"},"Primary":{"type":"boolean"},"Number":{"type":"string"},"PhoneType":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksPhoneType"},"Usage":{"type":"string"},"Country":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksCountry"}},"xml":{"name":"KksPhoneInformation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksAddressInformation":{"type":"object","properties":{"Id":{"type":"string"},"PostOfficeBox":{"type":"string"},"Floor":{"type":"string"},"Side":{"type":"string"},"Room":{"type":"string"},"StreetName":{"type":"string"},"HouseNumber":{"type":"string"},"BuildingName":{"type":"string"},"MarkAttention":{"type":"string"},"MarkCare":{"type":"string"},"CityName":{"type":"string"},"PostOffice":{"type":"string"},"PostalZone":{"type":"string"},"PostalDistrict":{"type":"string"},"County":{"type":"string"},"Townland":{"type":"string"},"MunicipalityCode":{"type":"string"},"UnstructuredAddress":{"type":"object","additionalProperties":{"type":"string"}},"Country":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksCountry"},"SpecialMailing":{"type":"string"},"Usages":{"type":"string"},"Language":{"$ref":"#/components/schemas/FinancingSystemBusinessLayer.Danskebank.Models.KksLanguage"},"Primary":{"type":"boolean"},"Preferred":{"type":"boolean"},"Type":{"type":"string"},"Village":{"type":"string"},"Postalcode":{"type":"string"}},"xml":{"name":"KksAddressInformation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksNameInformation":{"type":"object","properties":{"Id":{"type":"string"},"CompanyName":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"}},"xml":{"name":"KksNameInformation"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksEmailType":{"type":"object","properties":{"Type":{"type":"string"},"Description":{"type":"string"}},"xml":{"name":"KksEmailType"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksPhoneType":{"type":"object","properties":{"Type":{"type":"string"},"Description":{"type":"string"}},"xml":{"name":"KksPhoneType"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksCountry":{"type":"object","properties":{"Code":{"type":"string"},"Name":{"type":"string"},"Isd":{"type":"string"}},"xml":{"name":"KksCountry"}},"FinancingSystemBusinessLayer.Danskebank.Models.KksLanguage":{"type":"object","properties":{"Code":{"type":"string"},"Description":{"type":"string"}},"xml":{"name":"KksLanguage"}},"LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationInputDto":{"type":"object","properties":{"ContractId":{"type":"integer","format":"int64"}},"xml":{"name":"OfferFixedTermsCalculationInputDto"}},"LeasingSystem.Controllers.Api.FixedTermCalculation.OfferFixedTermsCalculationOutputDto":{"type":"object","properties":{"Success":{"type":"boolean"},"InterfaceMessages":{"type":"array","xml":{"name":"InterfaceMessage","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Common.InterfaceMessage"}}},"xml":{"name":"OfferFixedTermsCalculationOutputDto"}},"BCC.Integrations.Stacc.Models.UpdateContractStatusRequest":{"required":["ContractId","ContractType","ToStatus"],"type":"object","properties":{"ContractId":{"type":"integer","format":"int64"},"ContractType":{"type":"string","description":"LoanFinancing = 0, Leasing = 1, Cash = 2, CarSubscription = 3","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]},"ToStatus":{"type":"string","description":"Created = 1, ReadyForCreditValidation = 2, AwaitingCreditValidation = 3, CreditValidationApprovedConditionally = 4, CreditValidationApproved = 5, CreditValidationRejected = 6, ContractPrinted = 7, ContractSigned = 8, Active = 9, ContractApproved = 10, AwatingCustomerInformation = 11, InvoiceApproved = 12","enum":["Created","AwatingCustomerInformation","ReadyForCreditValidation","AwaitingCreditValidation","CreditValidationApprovedConditionally","CreditValidationApproved","CreditValidationRejected","ContractPrinted","ContractSigned","ContractApproved","InvoiceApproved","Active"]}},"xml":{"name":"UpdateContractStatusRequest"}},"BCC.Integrations.Stacc.Models.UploadDocumentRequest":{"required":["Content","ContractId","ContractType","DocumentType","FileName","FileType"],"type":"object","properties":{"ContractId":{"type":"integer","format":"int64"},"ContractType":{"type":"string","description":"LoanFinancing = 0, Leasing = 1, Cash = 2, CarSubscription = 3","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]},"FileName":{"type":"string"},"FileType":{"type":"string","description":"Unknown = 0, Pdf = 1, Png = 2, Jpeg = 3","enum":["Unknown","Pdf","Png","Jpeg"]},"DocumentType":{"type":"string","description":"Unknown = 0, Korekort = 1, Slutseddel = 2, Opholdstilladelse = 3, Lønseddel = 4, Årsopgørelse = 5, UnderskrevetKontrakt = 6, Andet = 7, DigitaltUnderskrevetKontrakt = 8, ExternalContractDocuments = 9, DokumentationfraSKAT = 13, Afgiftsberegning = 14, Regnskab = 15, Leverancegodkendelse = 16, Kautionserklæring = 17, Registreringsattest = 18, Invoice = 19, OfferFromDealer = 20, ReceiptDmr = 21, RegistrationFeeDmr = 22, FleetPortal = 23, Allonge = 24, PaymentReceiptOther = 25, PaymentReceiptDkk = 26, DocumentationOffset = 27, DocumentationSerialNumber = 28, PowerOfAttorney = 29, CreditNote = 30, LandRegistryAddress = 31, LandRegistryCarBook = 32, LandRegistryCvr = 33, PaymentApproval = 34","enum":["Unknown","Korekort","Slutseddel","Opholdstilladelse","Lønseddel","Årsopgørelse","UnderskrevetKontrakt","Andet","DigitaltUnderskrevetKontrakt","ExternalContractDocuments","DokumentationfraSKAT","Afgiftsberegning","Regnskab","Leverancegodkendelse","Kautionserklæring","Registreringsattest","Invoice","OfferFromDealer","ReceiptDmr","RegistrationFeeDmr","FleetPortal","Allonge","PaymentReceiptOther","PaymentReceiptDkk","DocumentationOffset","DocumentationSerialNumber","PowerOfAttorney","CreditNote","LandRegistryAddress","LandRegistryCarBook","LandRegistryCvr","PaymentApproval"]},"Content":{"pattern":"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$","type":"string","format":"byte"}},"xml":{"name":"UploadDocumentRequest"}},"FinancingSystemDefinitions.Files.ContractDocumentDto":{"required":["Content","DocumentType","FileType","Name"],"type":"object","properties":{"DocumentType":{"type":"string","description":"OfferDocuments = 1, ContractDocuments = 2, StaticDocuments = 3, MiscDocuments = 4, DealerUploadedDocuments = 5","enum":["OfferDocuments","ContractDocuments","StaticDocuments","MiscDocuments","DealerUploadedDocuments"]},"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"Content":{"pattern":"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$","type":"string","format":"byte"},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]},"CreatedDate":{"type":"string","format":"date-time"}},"xml":{"name":"ContractDocumentDto"}},"FinancingSystemDefinitions.Files.AttachedFileDto":{"required":["AttachedFileType","Content","FileType","Name"],"type":"object","properties":{"AttachedFileType":{"type":"string","description":"Unknown = 0, Korekort = 1, Slutseddel = 2, Opholdstilladelse = 3, Lønseddel = 4, Årsopgørelse = 5, UnderskrevetKontrakt = 6, Andet = 7, DigitaltUnderskrevetKontrakt = 8, ExternalContractDocuments = 9, DokumentationfraSKAT = 13, Afgiftsberegning = 14, Regnskab = 15, Leverancegodkendelse = 16, Kautionserklæring = 17, Registreringsattest = 18, Invoice = 19, OfferFromDealer = 20, ReceiptDmr = 21, RegistrationFeeDmr = 22, FleetPortal = 23, Allonge = 24, PaymentReceiptOther = 25, PaymentReceiptDkk = 26, DocumentationOffset = 27, DocumentationSerialNumber = 28, PowerOfAttorney = 29, CreditNote = 30, LandRegistryAddress = 31, LandRegistryCarBook = 32, LandRegistryCvr = 33, PaymentApproval = 34","enum":["Unknown","Korekort","Slutseddel","Opholdstilladelse","Lønseddel","Årsopgørelse","UnderskrevetKontrakt","Andet","DigitaltUnderskrevetKontrakt","ExternalContractDocuments","DokumentationfraSKAT","Afgiftsberegning","Regnskab","Leverancegodkendelse","Kautionserklæring","Registreringsattest","Invoice","OfferFromDealer","ReceiptDmr","RegistrationFeeDmr","FleetPortal","Allonge","PaymentReceiptOther","PaymentReceiptDkk","DocumentationOffset","DocumentationSerialNumber","PowerOfAttorney","CreditNote","LandRegistryAddress","LandRegistryCarBook","LandRegistryCvr","PaymentApproval"]},"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"Content":{"pattern":"^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$","type":"string","format":"byte"},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]},"CreatedDate":{"type":"string","format":"date-time"}},"xml":{"name":"AttachedFileDto"}},"BCC.Integrations.Stacc.Models.UpdateContractArchiveStateRequest":{"required":["Archived","ContractId","ContractType"],"type":"object","properties":{"ContractId":{"type":"integer","format":"int64"},"ContractType":{"type":"string","description":"LoanFinancing = 0, Leasing = 1, Cash = 2, CarSubscription = 3","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]},"Archived":{"type":"boolean"},"Comment":{"type":"string"}},"xml":{"name":"UpdateContractArchiveStateRequest"}},"FlowVehicleContractWithCalculationResultDto":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowVehicleContractWithCalculationResultDto"},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCriteriaValueDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"}},"xml":{"name":"FlowCriteriaValueDto"}},"BCC.Integrations.Stacc.Models.FlowAarligtMiljoeTillaegDto":{"type":"object","properties":{"Year":{"type":"integer","format":"int32"},"Price":{"type":"number","format":"double"}},"xml":{"name":"FlowAarligtMiljoeTillaegDto"}},"BCC.Integrations.Stacc.Models.FlowContractVatDeductionPeriodDto":{"type":"object","properties":{"FromMonth":{"type":"integer","format":"int32"},"ToMonth":{"type":"integer","format":"int32"},"VatDeduction":{"type":"number","format":"double"}},"xml":{"name":"FlowContractVatDeductionPeriodDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomRetrofittedOptionDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"PriceExVat":{"type":"number","format":"double"},"PriceIncVat":{"type":"number","format":"double"},"WLTPCO2Addition":{"type":"integer","format":"int32"},"SupplierId":{"type":"integer","format":"int64"}},"xml":{"name":"FlowCustomRetrofittedOptionDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomPrefittedOptionDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"PriceExVatInclReg":{"type":"number","format":"double"},"PriceInclVatInclReg":{"type":"number","format":"double"},"RegistrationFee":{"type":"number","format":"double"}},"xml":{"name":"FlowCustomPrefittedOptionDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOwnerAfterLeasingDto":{"type":"object","properties":{"OwnerAfterLeasingType":{"type":"integer","format":"int32"}},"xml":{"name":"FlowOwnerAfterLeasingDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowInsuranceDto":{"type":"object","properties":{"UseInsurance":{"type":"boolean"},"ConfigurationId":{"type":"integer","format":"int64"},"Values":{"type":"array","xml":{"name":"FlowCriteriaValueDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCriteriaValueDto"}}},"xml":{"name":"FlowInsuranceDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"OptionType":{"type":"string","description":"None = 0, Color = 1, PreInstalled = 2, RetroFitted = 3, Service = 4, DealerFittedAccessories = 5, Tires = 6, WinterTires = 7, StuddedWinterTires = 8","enum":["None","Color","PreInstalled","RetroFitted","Service","DealerFittedAccessories","Tires","WinterTires","StuddedWinterTires"]},"Price":{"type":"number","format":"double"},"PriceIncVat":{"type":"number","format":"double"},"MonthlyPrice":{"type":"number","format":"double"},"Name":{"type":"string"},"RegistrationFee":{"type":"number","format":"double"},"Vat":{"type":"number","format":"double"},"ServiceOptionType":{"type":"string","description":"None = 0, Braendstofkort = 1, Vejhjaelp = 2, Erstatningsbil = 3, Forsikring = 4, Øvrige = 5, Services = 6, ServiceTillæg = 7, ElAbonnement = 8, Forsikringstilvalg = 9","enum":["None","Braendstofkort","Vejhjaelp","Erstatningsbil","Forsikring","Øvrige","Services","ServiceTillæg","ElAbonnement","Forsikringstilvalg"]},"ProductCode":{"type":"string"},"MonthlyPriceVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"VatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"SummerTirePriceMatrixId":{"type":"integer","format":"int64"},"ChargingStationIncluded":{"type":"boolean"},"ChargingStationPrice":{"type":"number","format":"double"},"SupplierId":{"type":"integer","format":"int64"},"OptionCategory":{"type":"string","description":"None = 0, Other = 1, Color = 2, Rim = 3, Service = 4, Package = 5","enum":["None","Other","Color","Rim","Service","Package"]},"IsAvailable":{"type":"boolean"},"IsSelected":{"type":"boolean"},"DisplayName":{"type":"string"},"RimSize":{"type":"integer","format":"int32"}},"xml":{"name":"FlowOptionDto"}},"BCC.Integrations.Stacc.Models.FlowPaymentDetailDto":{"type":"object","properties":{"Text":{"type":"string"},"Amount":{"type":"number","format":"double"}},"xml":{"name":"FlowPaymentDetailDto"}},"BCC.Integrations.Stacc.Models.FlowLeasingVehicleCalculationDto":{"type":"object","properties":{"TotalMonthlyPayment":{"type":"number","format":"double"},"TCOPrKm":{"type":"number","format":"double"},"TCOMonthly":{"type":"number","format":"double"},"OwnerFee":{"type":"number","format":"double"},"TaxValueInclVat":{"type":"number","format":"double"},"CompletePaymentWithoutInsuranceAndOwnerfee":{"type":"number","format":"double"},"DynamicInsuranceAllowedIfSelected":{"type":"boolean"},"TCODescription":{"type":"string"},"TCOToleranceLimitExceeded":{"type":"boolean"},"Id":{"type":"integer","format":"int64"},"CalculationId":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"RegistrationFee":{"type":"number","format":"double"},"ResidualValue":{"type":"number","format":"double"},"MonthlyService":{"type":"number","format":"double"},"InsuranceAdministration":{"type":"number","format":"double"},"FortjenestePåDækVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåDækIProcent":{"type":"number","format":"double"},"FortjenestePåErstatningsbilVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåErstatningsbilIProcent":{"type":"number","format":"double"},"FortjenestePåForsikringVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåServiceVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåServiceIProcent":{"type":"number","format":"double"},"FortjenestePåAndreTillægsydelserVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåAndreTillægsydelserIProcent":{"type":"number","format":"double"},"FortjenestePåVejhjælpVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåVejhjælpVatPriceIProcent":{"type":"number","format":"double"},"FortjenestePåBrændstofkortVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FortjenestePåBrændstofkortIProcent":{"type":"number","format":"double"},"L64Interest":{"type":"number","format":"double"},"L64PrePaidRegFee":{"type":"number","format":"double"},"L64RestRegFee":{"type":"number","format":"double"},"L64RestRegFeeIntrestAmount":{"type":"number","format":"double"},"L64WriteOffPercent":{"type":"number","format":"double"},"LeaseCompanyCommisionMarkup":{"type":"number","format":"double"},"LeasingInterestMarkupTotalValue":{"type":"number","format":"double"},"ResidualValuePercent":{"type":"number","format":"double"},"TotalRegistrationFee":{"type":"number","format":"double"},"TotalResidualValueInclRegfee":{"type":"number","format":"double"},"VehicleIncRegFeeResidualValueVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"VehicleResidualValueVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"SplitpaymentActive":{"type":"boolean"},"SplitpaymentMonthlyPaymentBeforePeriodVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"SplitpaymentMonthlyPaymentAfterPeriodVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"SplitpaymentPeriod":{"type":"integer","format":"int32"},"SplitpaymentMinDownpaymentInPeriodVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"SplitpaymentMinDownpaymentAsPercent":{"type":"number","format":"double"},"Deposit":{"type":"number","format":"double"},"DepositInterest":{"type":"number","format":"double"},"DepositInterestAmount":{"type":"number","format":"double"},"DepositTotalInterestAmount":{"type":"number","format":"double"},"CustomResidualValueDeviationPercentageLimit":{"type":"number","format":"double"},"MinimumResidualValueLimit":{"type":"number","format":"double"},"MinimumResidualValuePercentageLimit":{"type":"number","format":"double"},"VehicleOptionsLicencePlateDeliverySubidiesAndTotalRegFeeVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DeliveryVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ShippingCostVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"VatDeductionPre36Monthly":{"type":"number","format":"double"},"VatDeductionPost36Monthly":{"type":"number","format":"double"},"VatDeductionPeriods":{"type":"array","xml":{"name":"FlowContractVatDeductionPeriodDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowContractVatDeductionPeriodDto"}},"CalculatedCampaignMargin":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DownpaymentPercentageFee":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"GrundlagForAarligtMiljoetillaeg":{"type":"number","format":"double"},"AarligtMiljoetillaeg":{"type":"number","format":"double"},"AarligeMiljoetillaegList":{"type":"array","xml":{"name":"FlowAarligtMiljoeTillaegDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowAarligtMiljoeTillaegDto"}},"AboveKmPrice":{"type":"number","format":"double"},"AboveKmPriceInclVat":{"type":"number","format":"double"},"AdministrationFee":{"type":"number","format":"double"},"AdministrationFeeNoPBS":{"type":"number","format":"double"},"AverageMonthlyVatDeduction":{"type":"number","format":"double"},"AverageMonthlyVatDeductionFirst48Month":{"type":"number","format":"double"},"BelowKmPrice":{"type":"number","format":"double"},"BelowKmPriceInclVat":{"type":"number","format":"double"},"CalculatedTotalInterest":{"type":"number","format":"double"},"CompletePayment":{"type":"number","format":"double"},"CompleteVehicleOwnerFee":{"type":"number","format":"double"},"DealerInterestMarginSum":{"type":"number","format":"double"},"ExternalCommission":{"type":"number","format":"double"},"FinacedAmount":{"type":"number","format":"double"},"FinacedAmountAfterDownpayment":{"type":"number","format":"double"},"ImmediateDealerInterestCut":{"type":"number","format":"double"},"InitialFee":{"type":"number","format":"double"},"Interest":{"type":"number","format":"double"},"InterestSale":{"type":"number","format":"double"},"InterestSaleTotal":{"type":"number","format":"double"},"InvoicePrice":{"type":"number","format":"double"},"L64InterestDate":{"type":"string","format":"date-time"},"L64UpfrontPayment":{"type":"number","format":"double"},"LeasingInterestMarkupPerMonthValue":{"type":"number","format":"double"},"MonthlyInterestInCurrency":{"type":"number","format":"double"},"MonthlyPaymentAdministrationFee":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentColorOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentDealerFittedOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentFactoryFittedOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentInsuranceVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentReplacementCarVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentRoadAssistanceVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentServiceOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentServiceVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentTireDealVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentVehicleVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyServiceAndTireDealIncVat":{"type":"number","format":"double"},"MonthlyServiceIncVat":{"type":"number","format":"double"},"MonthlyServiceOptions":{"type":"number","format":"double"},"MonthlyServiceOptionsIncVat":{"type":"number","format":"double"},"MonthlyTireDealPrice":{"type":"number","format":"double"},"MonthlyTurnover":{"type":"number","format":"double"},"MonthlyTurnoverOptions":{"type":"number","format":"double"},"MonthlyTurnoverOptionsIncVat":{"type":"number","format":"double"},"MonthlyTurnoverVehicle":{"type":"number","format":"double"},"PeriodStep":{"type":"integer","format":"int32"},"PrePayment":{"type":"number","format":"double"},"PrePaymentPercentOfVehiclePrice":{"type":"number","format":"double"},"PrePaymentVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"PrimaryTirePricePerKm":{"type":"number","format":"double"},"Provision":{"type":"number","format":"double"},"RegFeeInPeriod":{"type":"number","format":"double"},"ResidualValueVAT":{"type":"number","format":"double"},"SubscriptionMonthlyPayment":{"type":"number","format":"double"},"SubscriptionMonthlyPaymentVat":{"type":"number","format":"double"},"SuggestedResidualValue":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TaxValueInclVatMonthly":{"type":"number","format":"double"},"NettoTaxValueInclVatMonthly":{"type":"number","format":"double"},"TaxValueInclVatYearly":{"type":"number","format":"double"},"TCO":{"type":"number","format":"double"},"TCOFuelPriceDiesel":{"type":"number","format":"double"},"TCOFuelPriceGasoline":{"type":"number","format":"double"},"TCOFuelUsageMonthly":{"type":"number","format":"double"},"TCOInsuranceEstimateMonthly":{"type":"number","format":"double"},"TCOInPeriod":{"type":"number","format":"double"},"TcoOwnerFeeMonthly":{"type":"number","format":"double"},"TcoExceededSalaryNetDeduction":{"type":"number","format":"double"},"TireHotelPrice":{"type":"number","format":"double"},"TotalAdministrationFee":{"type":"number","format":"double"},"TotalDealerCommission":{"type":"number","format":"double"},"DealerInitialFeeCommissionCut":{"type":"number","format":"double"},"TotalDealerProfit":{"type":"number","format":"double"},"TotalFeesAndInsuranceAdministration":{"type":"number","format":"double"},"TotalMonthlyPaymentInclVat":{"type":"number","format":"double"},"TotalMonthlyPaymentStep":{"type":"number","format":"double"},"TotalMonthlyPaymentVat":{"type":"number","format":"double"},"TotalMonthlyPaymentVehicleIncVatExService":{"type":"number","format":"double"},"TotalProfit":{"type":"number","format":"double"},"TotalResidualValue":{"type":"number","format":"double"},"TotalFinancingSum":{"type":"number","format":"double"},"varPriceVehiclePriceLicencePlateDeliverySubidiesAndRegFee":{"type":"number","format":"double"},"VehicleAgeAtLeasingStartMonths":{"type":"number","format":"double"},"VehicleMonthlyPayment":{"type":"number","format":"double"},"VehicleMonthlyPaymentExOptions":{"type":"number","format":"double"},"VehicleMonthlyPaymentExOptionsVat":{"type":"number","format":"double"},"VehicleMonthlyPaymentExOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"VehicleMonthlyPaymentVat":{"type":"number","format":"double"},"VehiclePriceIncOptionsIncRegFeeIncVAT":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliveryAndSubidies":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliveryAndSubidiesIncVAT":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliveryAndSubidiesVAT":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliverySubidiesAndTotalRegFee":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliverySubidiesAndTotalRegFeeIncVAT":{"type":"number","format":"double"},"VehiclePriceLicencePlateDeliverySubidiesAndTotalRegFeeVAT":{"type":"number","format":"double"},"VehiclePriceSubidiesAndRegFeeInPeriod":{"type":"number","format":"double"},"VehiclePriceSubidiesAndRegFeeInPeriodIncVAT":{"type":"number","format":"double"},"VehiclePriceSubidiesAndRegFeeInPeriodVAT":{"type":"number","format":"double"},"WinterTirePricePerKm":{"type":"number","format":"double"},"YearlyOwnerFee":{"type":"number","format":"double"},"OptionsLimitExceeded":{"type":"boolean"},"PreInstalledOptionsLimitExceeded":{"type":"boolean"},"RetroFittedOptionsLimitExceeded":{"type":"boolean"},"TotalPrefittedOptionsInclRegFeeVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalRetrofittedOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DownPayment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ObligationText":{"type":"string"},"MonthlyPaymentHiddenServiceOptionsVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalMileageDuringPeriod":{"type":"number","format":"double"},"FinancedAmountFees":{"type":"number","format":"double"},"PrePaymentInitialFeeAndInsuranceAdministration":{"type":"number","format":"double"},"VehicleReturnFee":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"InitialFeeVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalMonthlyPaymentVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FuelUsageMonthlyVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"AFradrag":{"type":"number","format":"double"},"BFradrag":{"type":"number","format":"double"},"DownpaymentAsPercentage":{"type":"number","format":"double"},"RegistrationFeePercentage":{"type":"number","format":"double"},"VehicleDiscount":{"type":"number","format":"double"},"VehicleFactoryFittedOptionsDiscount":{"type":"number","format":"double"},"VehicleRetrofittedOptionsDiscount":{"type":"number","format":"double"},"AnnualMileage":{"type":"number","format":"double"},"LeasingPeriod":{"type":"number","format":"double"},"SEFoermaansvaerde":{"type":"number","format":"double"},"SEFordonsskatt":{"type":"number","format":"double"},"SESocialCharges":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"MonthlyPaymentMaintenanceAgreementVatPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"}},"xml":{"name":"FlowLeasingVehicleCalculationDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowGeneratedDocumentLinkDto":{"type":"object","properties":{"DocumentType":{"type":"string","description":"OfferDocuments = 1, ContractDocuments = 2, StaticDocuments = 3, MiscDocuments = 4, DealerUploadedDocuments = 5","enum":["OfferDocuments","ContractDocuments","StaticDocuments","MiscDocuments","DealerUploadedDocuments"]},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]}},"xml":{"name":"FlowGeneratedDocumentLinkDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowAttachedDocumentLinkDto":{"type":"object","properties":{"DocumentType":{"type":"string","description":"Unknown = 0, Korekort = 1, Slutseddel = 2, Opholdstilladelse = 3, Lønseddel = 4, Årsopgørelse = 5, UnderskrevetKontrakt = 6, Andet = 7, DigitaltUnderskrevetKontrakt = 8, ExternalContractDocuments = 9, DokumentationfraSKAT = 13, Afgiftsberegning = 14, Regnskab = 15, Leverancegodkendelse = 16, Kautionserklæring = 17, Registreringsattest = 18, Invoice = 19, OfferFromDealer = 20, ReceiptDmr = 21, RegistrationFeeDmr = 22, FleetPortal = 23, Allonge = 24, PaymentReceiptOther = 25, PaymentReceiptDkk = 26, DocumentationOffset = 27, DocumentationSerialNumber = 28, PowerOfAttorney = 29, CreditNote = 30, LandRegistryAddress = 31, LandRegistryCarBook = 32, LandRegistryCvr = 33, PaymentApproval = 34","enum":["Unknown","Korekort","Slutseddel","Opholdstilladelse","Lønseddel","Årsopgørelse","UnderskrevetKontrakt","Andet","DigitaltUnderskrevetKontrakt","ExternalContractDocuments","DokumentationfraSKAT","Afgiftsberegning","Regnskab","Leverancegodkendelse","Kautionserklæring","Registreringsattest","Invoice","OfferFromDealer","ReceiptDmr","RegistrationFeeDmr","FleetPortal","Allonge","PaymentReceiptOther","PaymentReceiptDkk","DocumentationOffset","DocumentationSerialNumber","PowerOfAttorney","CreditNote","LandRegistryAddress","LandRegistryCarBook","LandRegistryCvr","PaymentApproval"]},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]}},"xml":{"name":"FlowAttachedDocumentLinkDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOmkostningscenterDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"Identifier":{"type":"string"},"Active":{"type":"boolean"},"Deleted":{"type":"boolean"},"HasContracts":{"type":"boolean"}},"xml":{"name":"FlowOmkostningscenterDto"}},"BCC.Integrations.Stacc.Models.FlowContractVehicleDto":{"type":"object","properties":{"Commision":{"type":"number","format":"double"},"Id":{"type":"integer","format":"int64"},"VehiclePricingId":{"type":"integer","format":"int64"},"Price":{"type":"number","format":"double"},"Vat":{"type":"number","format":"double"},"ResidualValue":{"type":"number","format":"double"},"ResidualValuePercent":{"type":"number","format":"double"},"ResidualValueIsInclVat":{"type":"boolean"},"KmCounter":{"type":"integer","format":"int32"},"Options":{"type":"array","xml":{"name":"FlowOptionDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto"}},"CustomPrefittedOptions":{"type":"array","xml":{"name":"FlowCustomPrefittedOptionDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomPrefittedOptionDto"}},"CustomRetrofittedOptions":{"type":"array","xml":{"name":"FlowCustomRetrofittedOptionDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomRetrofittedOptionDto"}},"CustomPrefittedRimOptions":{"type":"array","xml":{"name":"FlowCustomPrefittedOptionDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomPrefittedOptionDto"}},"CustomRetrofittedRimOptions":{"type":"array","xml":{"name":"FlowCustomRetrofittedOptionDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowCustomRetrofittedOptionDto"}},"LogicallyDisabledOptions":{"type":"array","items":{"type":"integer","format":"int64"}},"Rim":{"type":"integer","format":"int64"},"Color":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto"},"ColorNamePrefix":{"type":"string"},"ImageUrl":{"type":"string"},"VehicleBrochurePDFUrl":{"type":"string"},"VehicleSpecificationPDFUrl":{"type":"string"},"VehicleBrochureWebUrl":{"type":"string"},"EnergyClassId":{"type":"string","description":"Appp = 0, App = 1, Ap = 2, A = 3, B = 4, C = 5, D = 6, E = 7, F = 8, G = 9, NoLimit = 99","enum":["Appp","App","Ap","A","B","C","D","E","F","G","NoLimit"]},"EnergyClass":{"type":"string"},"CO2":{"type":"integer","format":"int32"},"CO2WithEquipmentConfiguration":{"type":"number","format":"double"},"ParticleFilter":{"type":"boolean"},"Description":{"type":"string"},"Specifications":{"type":"string"},"ABSBrakes":{"type":"boolean"},"SeatBeltAlarms":{"type":"integer","format":"int32"},"EuroNCAPStars":{"type":"integer","format":"int32"},"IntegratedChildSeats":{"type":"integer","format":"int32"},"Airbags":{"type":"integer","format":"int32"},"ESP":{"type":"boolean"},"Radio":{"type":"boolean"},"HorsePower":{"type":"integer","format":"int32"},"FirstRegistrationDate":{"type":"string","format":"date-time"},"InternalComments":{"type":"string"},"VehicleTypeId":{"type":"integer","format":"int32"},"BilInfoVehicleType":{"type":"string","description":"PrivateCarDiesel = 1, VanExVat = 2, VanInclVat = 3, PrivateCarElectronic = 4, PrivateCarGasoline = 5, CampingBus = 6, Caravan = 7, Motorcykel = 8, Unknown = -1","enum":["Unknown","PrivateCarDiesel","VanExVat","VanInclVat","PrivateCarElectronic","PrivateCarGasoline","CampingBus","Caravan","Motorcykel"]},"IsManualCar":{"type":"boolean"},"ManualCarRegistrationFee":{"type":"number","format":"double"},"ManualCarResidualValueMatrixId":{"type":"integer","format":"int64"},"ManualCarServiceMatrixId":{"type":"integer","format":"int64"},"ManualCarTireMatrixId":{"type":"integer","format":"int64"},"ManualCarPrimaryRimSize":{"type":"integer","format":"int32"},"IsRegistrationFeePaidFor":{"type":"boolean"},"IsVatIncludedInPrice":{"type":"boolean"},"VariantName":{"type":"string"},"ModelName":{"type":"string"},"BrandName":{"type":"string"},"ModelYear":{"type":"integer","format":"int32"},"Doors":{"type":"integer","format":"int32"},"Range":{"type":"number","format":"double"},"EuRange":{"type":"number","format":"double"},"EuRangeMeasurementMethod":{"type":"string","description":"Unknown = 0, NEDC1 = 1, NEDC2 = 2, WLTP = 3","enum":["Unknown","NEDC1","NEDC2","WLTP"]},"ElectricRange":{"type":"number","format":"double"},"EngineType":{"type":"string"},"EngineTypeEnum":{"type":"string","description":"Unknown = 0, Diesel = 1, Benzin = 2, El = 3, ElDiesel = 4, ElBenzin = 5, ElDieselPlugin = 6, ElBenzinPlugin = 7, BioEthanol85 = 8","enum":["Unknown","Diesel","Benzin","El","ElDiesel","ElBenzin","ElDieselPlugin","ElBenzinPlugin","BioEthanol85"]},"FuelType":{"type":"string","description":"Diesel = 1, Benzin = 2, Electric = 3, Hybrid = 4, BioEthanol85 = 5","enum":["Diesel","Benzin","Electric","Hybrid","BioEthanol85"]},"SecondaryFuelType":{"type":"string","description":"Diesel = 1, Benzin = 2, Electric = 3, Hybrid = 4, BioEthanol85 = 5","enum":["Diesel","Benzin","Electric","Hybrid","BioEthanol85"]},"EngineSize":{"type":"string"},"Weight":{"type":"integer","format":"int32"},"PurchasePrice":{"type":"number","format":"double"},"LicensePlateType":{"type":"string","description":"WhitePlates = 1, YellowPlates = 2","enum":["WhitePlates","YellowPlates"]},"FrameType":{"type":"string"},"DbiId":{"type":"integer","format":"int64"},"ExternalId":{"type":"integer","format":"int64"},"IsUsed":{"type":"boolean"},"ReRegistrationDate":{"type":"string","format":"date-time"},"LicenseNumber":{"type":"string"},"VIN":{"type":"string"},"HasServiceBook":{"type":"boolean"},"HasServiceMatrix":{"type":"boolean"},"TimingBeltReplaced":{"type":"string","description":"Unknown = 0, Yes = 1, No = 2, NoTimingBelt = 3","enum":["Unknown","Yes","No","NoTimingBelt"]},"HasKmWarranty":{"type":"boolean"},"BrandModelVariant":{"type":"string"},"Category":{"type":"string"},"DeliveryFromDate":{"type":"string","format":"date-time"}},"xml":{"name":"FlowContractVehicleDto"}},"BCC.Integrations.Stacc.Models.FlowContractLeasingPartDto":{"type":"object","properties":{"DealerInitialFee":{"type":"number","format":"double"},"UseFlexLeasing":{"type":"boolean"},"FlexLeasingPeriod":{"type":"integer","format":"int32"},"FlexLeasingRegistrationFeePeriodStart":{"type":"string","format":"date-time"},"FlexLeasingRegistrationFeePeriodEnd":{"type":"string","format":"date-time"},"L64":{"type":"boolean"},"L64Months":{"type":"integer","format":"int32"},"FinanceFees":{"type":"boolean"},"IsFinansialLeasing":{"type":"boolean"},"Downpayment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DownpaymentAsPercentage":{"type":"number","format":"double"},"PreviousDownpayment":{"type":"number","format":"double"},"PreviousDownpaymentPercentage":{"type":"number","format":"double"},"ProfileId":{"type":"integer","format":"int64"},"ExternalCommission":{"type":"number","format":"double"},"UseImmediateDealerInterestPayment":{"type":"boolean"},"SplitpaymentVariant":{"type":"integer","format":"int32"},"Deposit":{"type":"number","format":"double"},"DeliveryFee":{"type":"number","format":"double"},"LicensePlateFee":{"type":"number","format":"double"},"AnnualMileage":{"type":"number","format":"double"},"UserPreferredAnnualMileage":{"type":"integer","format":"int32"},"TireDealType":{"type":"integer","format":"int32"},"WinterTireDeal":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto"},"StuddedWinterTireDeal":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto"},"TireDeal":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowOptionDto"},"Insurance":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowInsuranceDto"},"TireCenterLocation":{"type":"string"},"TCOPeriod":{"type":"integer","format":"int32"},"TCOMileage":{"type":"integer","format":"int32"},"MaximumTCO":{"type":"number","format":"double"},"ToleranceLimitTCOPercentage":{"type":"number","format":"double"},"PublicAuthToken":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"InsurancePolicyNumber":{"type":"string"},"InsuranceCompany":{"type":"string"},"InsuranceCompanyCvr":{"type":"string"},"AboveKmPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"BelowKmPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ResidualValueObligation":{"type":"string"},"ResidualValueObligationThirdParty":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOrganisationDto"},"AdministrationFeeFinanced":{"type":"boolean"},"OwnerAfterLeasing":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOwnerAfterLeasingDto"},"UserPrefferedAboveKmPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"UserPrefferedBelowKmPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ReferenceInterest":{"type":"number","format":"double"}},"xml":{"name":"FlowContractLeasingPartDto"}},"BCC.Integrations.Stacc.Models.FlowVehicleCalculationResponseDto":{"type":"object","properties":{"Leasing":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowLeasingVehicleCalculationDto"},"StandardTireOptionPrice":{"type":"number","format":"double"},"MonthlyPaymentDetails":{"type":"array","xml":{"name":"FlowPaymentDetailDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowPaymentDetailDto"}},"DownpaymentDetails":{"type":"array","xml":{"name":"FlowPaymentDetailDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowPaymentDetailDto"}}},"xml":{"name":"FlowVehicleCalculationResponseDto"}},"BCC.Integrations.Stacc.Models.FlowVehicleContractDto":{"type":"object","properties":{"ContractType":{"type":"string","description":"LoanFinancing = 0, Leasing = 1, Cash = 2, CarSubscription = 3","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]},"Period":{"type":"integer","format":"int32"},"Id":{"type":"integer","format":"int64"},"ExternId":{"type":"string"},"Buyer":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCustomerStakeholderDto"},"Driver":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"},"CoBuyer":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCustomerStakeholderDto"},"Seller":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowStakeholderDto"},"Suppliers":{"type":"array","xml":{"name":"FlowSupplierDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowSupplierDto"}},"DeliveryCompany":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowStakeholderDto"},"Leasing":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowContractLeasingPartDto"},"Guarantors":{"type":"array","xml":{"name":"FlowGuarantorStakeholderDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowGuarantorStakeholderDto"}},"Signatories":{"type":"array","xml":{"name":"FlowPersonDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"}},"Vehicle":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowContractVehicleDto"},"WitnessesToTheSignature":{"type":"array","xml":{"name":"FlowPersonDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"}},"ContractMessages":{"type":"array","xml":{"name":"FlowContractMessageDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContractMessageDto"}},"OwnerAfterLeasing":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOwnerAfterLeasingStakeholderDto"},"VehicleSupplierId":{"type":"integer","format":"int64"},"FundingPartner":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowFundingPartner"},"IsLocked":{"type":"boolean"},"CreationDate":{"type":"string","format":"date-time"},"StartDate":{"type":"string","format":"date-time"},"ContractComment":{"type":"string"},"ContractMessage":{"type":"string"},"DeliveryDate":{"type":"string","format":"date-time"},"DeliveryAsap":{"type":"boolean"},"ExpectedDeliveryDate":{"type":"string","format":"date-time"},"UserPreferredDeliveryDate":{"type":"string"},"DeliveryLocation":{"type":"integer","format":"int32"},"AdditionalDealerInterest":{"type":"number","format":"double"},"OfferId":{"type":"integer","format":"int64"},"OfferFleetCustomerStatus":{"type":"integer","format":"int64"},"OfferFleetCustomerStatusString":{"type":"string"},"ContractId":{"type":"integer","format":"int64"},"ContractStatus":{"type":"integer","format":"int32"},"InterestType":{"type":"integer","format":"int32"},"Interest":{"type":"number","format":"double"},"InitialFee":{"type":"number","format":"double"},"AdministrationFee":{"type":"number","format":"double"},"Betalingsgebyr":{"type":"number","format":"double"},"DocumentCreationFee":{"type":"number","format":"double"},"AdministrationFeeNoPBS":{"type":"number","format":"double"},"SalesChannelGuid":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"CustomerTermsOrganisationId":{"type":"integer","format":"int64"},"CustomerTermsUserId":{"type":"integer","format":"int64"},"CarpolicyId":{"type":"integer","format":"int64"},"IsFleetContract":{"type":"boolean"},"FuelCardPincode":{"type":"string"},"OptionsPriceMaxLimitPercentage":{"type":"number","format":"double"},"OptionsPriceMaxLimitCurrency":{"type":"number","format":"double"},"PrefittedOptionsPriceMaxLimitPercentage":{"type":"number","format":"double"},"PrefittedOptionsPriceMaxLimitCurrency":{"type":"number","format":"double"},"RetrofittedOptionsPriceMaxLimitPercentage":{"type":"number","format":"double"},"RetrofittedOptionsPriceMaxLimitCurrency":{"type":"number","format":"double"},"PreviousLicenseNumber":{"type":"string"},"UsageType":{"type":"string","description":"ExclusivelyPrivateUse = 1, ExclusivelyCorporateUse = 2, MixedPrivateCorporateUse = 3","enum":["ExclusivelyPrivateUse","ExclusivelyCorporateUse","MixedPrivateCorporateUse"]},"CustomServiceOptionDictionary":{"type":"object","additionalProperties":{"type":"object","properties":{}}},"ContractExpirationDate":{"type":"string","format":"date-time"},"IsCalculationOnly":{"type":"boolean"},"IsWithoutPersonalInformation":{"type":"boolean"},"ServiceAgreement":{"type":"number","format":"double"},"ServicePeriod":{"type":"string"},"ServiceMileage":{"type":"integer","format":"int32"},"ServiceType":{"type":"integer","format":"int32"},"TaxValueInclVat":{"type":"number","format":"double"},"ResponsibleLeasingContactPersonId":{"type":"integer","format":"int64"},"InsurancePolicyNumber":{"type":"integer","format":"int64"},"InsuranceCompany":{"type":"string"},"InsuranceCompanyCvr":{"type":"integer","format":"int64"},"ExternalSource":{"type":"string","description":"Autodesktop = 0, Bilinfo = 1, NykreditLoanPortal = 2, Danbase = 3, OtherBcc = 4, DealerApi = 5, BannerOffer = 6","enum":["Autodesktop","Bilinfo","NykreditLoanPortal","Danbase","OtherBcc","DealerApi","BannerOffer"]},"HasEskatBeenCreated":{"type":"boolean"},"OmkostningsCenter":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOmkostningscenterDto"},"UseESkat":{"type":"boolean"},"InvoiceNumber":{"type":"string"},"IncludeUnavailableOptions":{"type":"boolean"},"ExchangeVehicleMileage":{"type":"integer","format":"int32"},"UserPreferredDeliveryLocation":{"type":"string"},"UserPreferredInterest":{"type":"number","format":"double"},"MonthlyPaymentDiscount":{"type":"number","format":"double"},"AttachedDocuments":{"type":"array","xml":{"name":"FlowAttachedDocumentLinkDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowAttachedDocumentLinkDto"}},"GeneratedDocuments":{"type":"array","xml":{"name":"FlowGeneratedDocumentLinkDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowGeneratedDocumentLinkDto"}}},"xml":{"name":"FlowVehicleContractDto"}},"BCC.Integrations.Stacc.Models.FlowVehicleContractWithCalculationResultDto":{"type":"object","properties":{"Contract":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowVehicleContractDto"},"Calculation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowVehicleCalculationResponseDto"},"MetaData":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowMetaDataDto"}},"xml":{"name":"FlowVehicleContractWithCalculationResultDto"}},"FlowAssetsContractWithCalculationResultDto":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowAssetsContractWithCalculationResultDto"},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetTypeDto":{"type":"object","properties":{"Name":{"type":"string"},"Code":{"type":"string"},"EconomicalLifetime":{"type":"integer","format":"int64"},"TechnicalLifetime":{"type":"integer","format":"int64"}},"xml":{"name":"FlowAssetTypeDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowPersonVehicleDto":{"type":"object","properties":{"MonthlyPayment":{"type":"number","format":"double"},"OwnershipType":{"type":"string","description":"Unknown = 0, PrivatelyOwned = 1, Leased = 2, CompanyVehicle = 3","enum":["Unknown","PrivatelyOwned","Leased","CompanyVehicle"]}},"xml":{"name":"FlowPersonVehicleDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowChildAgeDto":{"type":"object","properties":{"MixedVat":{"type":"number","format":"double"},"ExVat":{"type":"number","format":"double"},"Vat":{"type":"number","format":"double"},"IncVat":{"type":"number","format":"double"}},"xml":{"name":"FlowChildAgeDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowConsentRequestDto":{"type":"object","properties":{"Type":{"type":"string","description":"PreGdpr = 0, Implicit = 4, Explicit = 5, FleetPortalConsent = 6, DealerConsent = 7, InternalFleetPortalConsent = 8, DriverConsent = 9, NoPersistence = -1","enum":["NoPersistence","PreGdpr","Implicit","Explicit","FleetPortalConsent","DealerConsent","InternalFleetPortalConsent","DriverConsent"]},"AllowDataPersistence":{"type":"boolean"},"AllowAutomaticProcessing":{"type":"boolean"},"PersonId":{"type":"integer","format":"int64"},"ConsentRequestToken":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"ConsentRulesId":{"type":"integer","format":"int64"},"TypeSpecificData":{"type":"object","properties":{}},"SellerId":{"type":"integer","format":"int64"},"SalesChannelGuid":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"ConsentCheckboxValue":{"type":"boolean"},"AcceptedStamp":{"type":"string","format":"date-time"},"RejectedStamp":{"type":"string","format":"date-time"},"ClonedOriginalConsentId":{"type":"integer","format":"int64"},"Method":{"type":"string","description":"Unknown = 0, Email = 1, Sms = 2, Onboarding = 3, Document = 4, Convention = 5, Dialog = 6, Cloned = 7","enum":["Unknown","Email","Sms","Onboarding","Document","Convention","Dialog","Cloned"]},"ExternalSource":{"type":"string","description":"Autodesktop = 0, Bilinfo = 1, NykreditLoanPortal = 2, Danbase = 3, OtherBcc = 4, DealerApi = 5, BannerOffer = 6","enum":["Autodesktop","Bilinfo","NykreditLoanPortal","Danbase","OtherBcc","DealerApi","BannerOffer"]}},"xml":{"name":"FlowConsentRequestDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetCalculationDto":{"type":"object","properties":{"AssetId":{"type":"integer","format":"int64"},"ResidualValue":{"type":"number","format":"double"},"ResidualValuePercentage":{"type":"number","format":"double"},"InsuranceWithLeasingCompany":{"type":"boolean"},"InsurancePrice":{"type":"number","format":"double"},"ResidualValueAdjustmentInPercentagePoints":{"type":"number","format":"double"},"CollateralValueAdjustmentInPercentagePoints":{"type":"number","format":"double"},"AdjustedResidualValueMatrix":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixDto"},"AdjustedCollateralValueMatrix":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixDto"}},"xml":{"name":"FlowAssetCalculationDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowCollateralValueDto":{"type":"object","properties":{"StartOfPeriod":{"type":"number","format":"double"},"EndOfPeriod":{"type":"number","format":"double"},"PercentageOfAssetPrice":{"type":"number","format":"double"}},"xml":{"name":"FlowCollateralValueDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowInterestDto":{"type":"object","properties":{"NominalInterestRate":{"type":"number","format":"double"},"EffectiveInterestRate":{"type":"number","format":"double"},"FundingRate":{"type":"number","format":"double"},"InterestMargin":{"type":"number","format":"double"},"DealerInterestMargin":{"type":"number","format":"double"}},"xml":{"name":"FlowInterestDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto":{"type":"object","properties":{"MixedVat":{"type":"number","format":"double"},"ExVat":{"type":"number","format":"double"},"Vat":{"type":"number","format":"double"},"IncVat":{"type":"number","format":"double"}},"xml":{"name":"FlowVatPriceDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixIntervalDto":{"type":"object","properties":{"Value":{"type":"number","format":"double"},"XAxisValue":{"type":"integer","format":"int32"},"YAxisValue":{"type":"integer","format":"int32"}},"xml":{"name":"FlowPriceMatrixIntervalDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Brand":{"type":"string"},"Model":{"type":"string"},"Category":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetTypeDto"},"Type":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetTypeDto"},"Group":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetTypeDto"},"SubGroup":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetTypeDto"},"FirstRegistrationDate":{"type":"string","format":"date-time"},"AgeOfAsset":{"type":"string","format":"date-time"},"SerialNumber":{"type":"string"},"RegistrationNumber":{"type":"string"},"Price":{"type":"number","format":"double"},"PriceInOtherCurrency":{"type":"number","format":"double"},"CurrencyCode":{"type":"string"},"CurrencyExchangeRate":{"type":"number","format":"double"},"Condition":{"type":"string"},"InsuranceCompanyName":{"type":"string"},"InsuranceCompanyCvr":{"type":"string"},"InsurancePolicyNumber":{"type":"string"},"SupplierId":{"type":"integer","format":"int64"},"ModelYear":{"type":"string"},"OpkraevPanthaverinteresseforsikring":{"type":"boolean"},"Description":{"type":"string"},"MainAssetId":{"type":"integer","format":"int64"},"EconomicalLifetime":{"type":"integer","format":"int64"},"TechnicalLifetime":{"type":"integer","format":"int64"},"VehicleRegistered":{"type":"boolean"},"ResidualValueMatrixId":{"type":"integer","format":"int64"},"CollateralValueMatrixId":{"type":"integer","format":"int64"}},"xml":{"name":"FlowAssetDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOrganisationDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"VATnr":{"type":"string"},"FullAddress":{"type":"string"},"Address":{"type":"string"},"HouseNumber":{"type":"string"},"FloorNumber":{"type":"string"},"DoorNumber":{"type":"string"},"POBox":{"type":"string"},"ZipCode":{"type":"string"},"City":{"type":"string"},"Country":{"type":"string"},"CountryCodeAlpha2":{"type":"string"},"Phone":{"type":"string"},"CellPhone":{"type":"string"},"Fax":{"type":"string"},"Email":{"type":"string"},"Website":{"type":"string"},"CreditorNumber":{"type":"string"},"CompanyType":{"type":"string"},"CoOrAtt":{"type":"string"},"BranchekodeNummer":{"type":"string"},"VirkCompanyType":{"type":"string","description":"IkkeOplyst = 1, Enkeltmandsvirksomhed = 10, PersonligtEjetMindreVirksomhed = 15, Doedsbo = 20, Interessentskab = 30, Kommanditselskab = 40, Medarbejderinvesteringsselskab = 45, Partrederi = 50, Aktieselskab = 60, KommanditaktieselskabElPartnerselskab = 70, Anpartsselskab = 80, Ivaerksaetterselskab = 81, FondeOgAndreSelvejendeInstitutioner = 90, ErhvervsdrivendeFond = 100, Forening = 110, FrivilligForening = 115, AndelsselskabForening = 130, AndelsselskabForeningMedBegraensetAnsvar = 140, ForeningElSelskabMedBegrænsetAnsvar = 150, SelskabMedBegraensetAnsvar = 151, ForeningMedBegraensetAnsvar = 152, EuropaeiskOekonomiskFirmagruppe = 160, FilialAfUdenlandskAktieselskabKommanditaktieselskab = 170, FilialAfUdenlandskAnpartsselskabElSelskab = 180, FilialAfUdenlandskVirksomhedMedBegraensetAnsvar = 190, SCESelskab = 195, FilialAfUdenlandskSCESelskab = 196, FilialAfAndenUdenlandskVirksomhedsform = 200, AndenUdenlandskVirksomhed = 210, FastForretningsstedAfEuropaeiskOekonomiskFirma = 220, StatsligAdministrativEnhed = 230, SelvstaendigOffentligVirksomhed = 235, Region = 245, Primaerkommune = 250, FolkekirkeligeInstitutioner = 260, EnhedUnderOprettelseIErhvervsstyrelsen = 270, OevrigeVirksomhedsformer = 280, SaerligFinansielVirksomhed = 285, SESelskab = 290, FilialAfSESelskab = 291, UoplystVirksomhedsform = 990","enum":["IkkeOplyst","Enkeltmandsvirksomhed","PersonligtEjetMindreVirksomhed","Doedsbo","Interessentskab","Kommanditselskab","Medarbejderinvesteringsselskab","Partrederi","Aktieselskab","KommanditaktieselskabElPartnerselskab","Anpartsselskab","Ivaerksaetterselskab","FondeOgAndreSelvejendeInstitutioner","ErhvervsdrivendeFond","Forening","FrivilligForening","AndelsselskabForening","AndelsselskabForeningMedBegraensetAnsvar","ForeningElSelskabMedBegrænsetAnsvar","SelskabMedBegraensetAnsvar","ForeningMedBegraensetAnsvar","EuropaeiskOekonomiskFirmagruppe","FilialAfUdenlandskAktieselskabKommanditaktieselskab","FilialAfUdenlandskAnpartsselskabElSelskab","FilialAfUdenlandskVirksomhedMedBegraensetAnsvar","SCESelskab","FilialAfUdenlandskSCESelskab","FilialAfAndenUdenlandskVirksomhedsform","AndenUdenlandskVirksomhed","FastForretningsstedAfEuropaeiskOekonomiskFirma","StatsligAdministrativEnhed","SelvstaendigOffentligVirksomhed","Region","Primaerkommune","FolkekirkeligeInstitutioner","EnhedUnderOprettelseIErhvervsstyrelsen","OevrigeVirksomhedsformer","SaerligFinansielVirksomhed","SESelskab","FilialAfSESelskab","UoplystVirksomhedsform"]},"ExternalCustomerId":{"type":"string"},"ExternalSupplierId":{"type":"string"},"ExternalId":{"type":"string"}},"xml":{"name":"FlowOrganisationDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"FullName":{"type":"string"},"FullAddress":{"type":"string"},"Address":{"type":"string"},"HouseNumber":{"type":"string"},"FloorNumber":{"type":"string"},"DoorNumber":{"type":"string"},"POBox":{"type":"string"},"ZipCode":{"type":"string"},"City":{"type":"string"},"Phone":{"type":"string"},"CellPhone":{"type":"string"},"Email":{"type":"string"},"CPR":{"type":"string"},"Initials":{"type":"string"},"Other":{"type":"string"},"DanishCitizen":{"type":"boolean"},"AnnualGrossIncome":{"type":"number","format":"double"},"AnnualNetIncome":{"type":"number","format":"double"},"MonthlyIncomeGross":{"type":"number","format":"double"},"MonthlyIncomeNet":{"type":"number","format":"double"},"Debt":{"type":"number","format":"double"},"DebtFactor":{"type":"number","format":"double"},"AdultsInHousehold":{"type":"integer","format":"int32"},"ChildrenInHousehold":{"type":"integer","format":"int32"},"HasPreviouslyOwnedACar":{"type":"boolean"},"PermenantResidencePermit":{"type":"boolean"},"AcceptTermsAndConditionsForCreditValidation":{"type":"boolean"},"MonthlyDisposableIncome":{"type":"number","format":"double"},"OccupationType":{"type":"string"},"Occupation":{"type":"string"},"MaritalStatus":{"type":"string"},"Country":{"type":"string"},"Nationality":{"type":"integer","format":"int32"},"Housing":{"type":"string"},"GrossRent":{"type":"number","format":"double"},"DriverLicenseNumber":{"type":"string"},"AnnualMileage":{"type":"integer","format":"int32"},"Gender":{"type":"string"},"VehicleReplacementFrequencyInMonths":{"type":"integer","format":"int32"},"StartingMonthAtCurrentOccupation":{"type":"integer","format":"int32"},"StartingYearAtCurrentOccupation":{"type":"integer","format":"int32"},"YearsAtAdress":{"type":"integer","format":"int32"},"CoOrAtt":{"type":"string"},"Pid":{"type":"string"},"PhotoIdNumber":{"type":"string"},"LivedAtAddressSince":{"type":"string","format":"date-time"},"MemberOfUenemploymentInsuranceFundSince":{"type":"string","format":"date-time"},"CustomerInCurrentBankSince":{"type":"string","format":"date-time"},"PBECustomer":{"type":"boolean"},"EarlierPayments":{"type":"number","format":"double"},"MemberOfUenemploymentInsuranceFund":{"type":"boolean"},"AddressLegitimation":{"type":"integer","format":"int32"},"PhotoIdType":{"type":"integer","format":"int32"},"ResidencePermitType":{"type":"integer","format":"int32"},"Consent":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowConsentRequestDto"},"DesiresBankChangeMeeting":{"type":"boolean"},"NumberOfRelocations":{"type":"integer","format":"int32"},"NumberOfEmployments":{"type":"integer","format":"int32"},"IsContinuingEmployment":{"type":"boolean"},"HouseholdAvailabilityAmount":{"type":"number","format":"double"},"IsAdvertisementProtected":{"type":"boolean"},"AgesOfChildrenInHousehold":{"type":"array","xml":{"name":"FlowChildAgeDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowChildAgeDto"}},"TotalValueOfOtherAssets":{"type":"number","format":"double"},"AcquiredLoanAmountCurrentYear":{"type":"number","format":"double"},"NumberOfVehiclesInHousehold":{"type":"integer","format":"int32"},"VehiclesInHousehold":{"type":"array","xml":{"name":"FlowPersonVehicleDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Vehicle.FlowPersonVehicleDto"}},"TaxationCountry":{"type":"integer","format":"int32"},"ShareOfTotalHouseholdFixedCosts":{"type":"integer","format":"int32"},"EmploymentNo":{"type":"string"},"PrivateMiles":{"type":"integer","format":"int32"},"ServiceMiles":{"type":"integer","format":"int32"},"OmkostningscenterId":{"type":"integer","format":"int64"}},"xml":{"name":"FlowPersonDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCreditLineInformation":{"type":"object","properties":{"IsSingleCreditApplication":{"type":"boolean"},"Name":{"type":"string"},"FrameId":{"type":"integer","format":"int64"},"ApplicationInternalId":{"type":"string"},"ExpiryDate":{"type":"string","format":"date-time"},"EffectiveNoLaterThanDate":{"type":"string","format":"date-time"},"PricePointId":{"type":"string"},"FacilityId":{"type":"string"},"InterestMargin":{"type":"number","format":"double"}},"xml":{"name":"FlowCreditLineInformation"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto":{"type":"object","properties":{"Address":{"type":"string"},"ZipCode":{"type":"string"},"City":{"type":"string"},"Email":{"type":"string"},"Phone":{"type":"string"},"ExternalAddressId":{"type":"string"},"ExternalEmailId":{"type":"string"},"ExternalPhoneId":{"type":"string"}},"xml":{"name":"FlowContactInfoDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowBankDto":{"type":"object","properties":{"RegistrationNumber":{"type":"string"},"AccountNumber":{"type":"string"},"RegisterForPaymentService":{"type":"boolean"}},"xml":{"name":"FlowBankDto"}},"BCC.Integrations.Stacc.Models.FlowUserDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Email":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"}},"xml":{"name":"FlowUserDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowLoanAssetsCalculationDto":{"type":"object","properties":{"Payment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"Interest":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowInterestDto"},"FinancialPartnerInterestRate":{"type":"number","format":"double"},"DownPayment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DownPaymentPercentage":{"type":"number","format":"double"},"Deposit":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FinanceFees":{"type":"boolean"},"FinancedFees":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"RecalculationRiskPremium":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ResidualValue":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ResidualValuePercentage":{"type":"number","format":"double"},"CollateralValue":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowCollateralValueDto"},"ExpirationDate":{"type":"string","format":"date-time"},"Panthaverinteresseforsikring":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"AdministrationFee":{"type":"number","format":"double"},"InsuranceAdministrationFee":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalMonthlyInsurancePrice":{"type":"number","format":"double"},"Assets":{"type":"array","xml":{"name":"FlowAssetCalculationDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetCalculationDto"}},"Principal":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalAssetPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"}},"xml":{"name":"FlowLoanAssetsCalculationDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowLeasingAssetsCalculationDto":{"type":"object","properties":{"Payment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"Interest":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowInterestDto"},"DownPayment":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"DownPaymentPercentage":{"type":"number","format":"double"},"Deposit":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"FinanceFees":{"type":"boolean"},"FinancedFees":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"RecalculationRiskPremium":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"ResidualValue":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"CollateralValue":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowCollateralValueDto"},"TotalOriginalAcquisitionPrice":{"type":"number","format":"double"},"ResidualValuePercentage":{"type":"number","format":"double"},"ExpirationDate":{"type":"string","format":"date-time"},"Panthaverinteresseforsikring":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"AdministrationFee":{"type":"number","format":"double"},"InsuranceAdministrationFee":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalMonthlyInsurancePrice":{"type":"number","format":"double"},"Assets":{"type":"array","xml":{"name":"FlowAssetCalculationDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetCalculationDto"}},"Principal":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"},"TotalAssetPrice":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowVatPriceDto"}},"xml":{"name":"FlowLeasingAssetsCalculationDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Name":{"type":"string"},"Values":{"type":"array","xml":{"name":"FlowPriceMatrixIntervalDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixIntervalDto"}}},"xml":{"name":"FlowPriceMatrixDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContractMessageDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Stamp":{"type":"string"},"DateStamp":{"type":"string","format":"date-time"},"Message":{"type":"string"},"Author":{"type":"string"},"IsInternalMessage":{"type":"boolean"},"ContractType":{"type":"string","description":"LoanFinancing = 0, Leasing = 1, Cash = 2, CarSubscription = 3","enum":["LoanFinancing","Leasing","Cash","CarSubscription"]}},"xml":{"name":"FlowContractMessageDto"}},"BCC.Integrations.Stacc.Models.FlowLoanAssetsContractDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"SalesChannelId":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"Status":{"type":"string","description":"Created = 1, ReadyForCreditValidation = 2, AwaitingCreditValidation = 3, CreditValidationApprovedConditionally = 4, CreditValidationApproved = 5, CreditValidationRejected = 6, ContractPrinted = 7, ContractSigned = 8, Active = 9, ContractApproved = 10, AwatingCustomerInformation = 11, InvoiceApproved = 12","enum":["Created","AwatingCustomerInformation","ReadyForCreditValidation","AwaitingCreditValidation","CreditValidationApprovedConditionally","CreditValidationApproved","CreditValidationRejected","ContractPrinted","ContractSigned","ContractApproved","InvoiceApproved","Active"]},"ProfileId":{"type":"integer","format":"int64"},"Assets":{"type":"array","xml":{"name":"FlowAssetDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetDto"}},"StartDate":{"type":"string","format":"date-time"},"UseAdministrationFee":{"type":"boolean"},"PaymentFrequency":{"type":"integer","format":"int32"},"NumberOfPayments":{"type":"integer","format":"int32"},"InterestType":{"type":"string"},"EstablishmentFee":{"type":"number","format":"double"},"DealerProvision":{"type":"number","format":"double"},"GuaranteeNumberLoanDepositAccount":{"type":"string"},"EffectNumber":{"type":"string"},"DeliveryDate":{"type":"string","format":"date-time"},"CreationDate":{"type":"string","format":"date-time"},"IncludeFeesInMonthlyPayment":{"type":"boolean"},"DocumentGenerationFee":{"type":"number","format":"double"},"BankProcessingFee":{"type":"number","format":"double"},"EarlyTerminationFee":{"type":"number","format":"double"},"PartTerminationFee":{"type":"number","format":"double"},"MinDurationBeforeEarlyTerminationInMonths":{"type":"integer","format":"int32"},"AllowEarlyTermination":{"type":"boolean"}},"xml":{"name":"FlowLoanAssetsContractDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOwnerAfterLeasingStakeholderDto":{"type":"object","properties":{"OwnerAfterLeasingType":{"type":"string","description":"Customer = 1, ThirdParty = 2, Dealer = 3, Leasing = 4, Supplier = 5","enum":["Customer","ThirdParty","Dealer","Leasing","Supplier"]},"ReferenceStakeholderId":{"type":"integer","format":"int64"},"CreditLineInformation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCreditLineInformation"}},"xml":{"name":"FlowOwnerAfterLeasingStakeholderDto"}},"BCC.Integrations.Stacc.Models.FlowLeasingAssetsContractDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Status":{"type":"string","description":"Created = 1, ReadyForCreditValidation = 2, AwaitingCreditValidation = 3, CreditValidationApprovedConditionally = 4, CreditValidationApproved = 5, CreditValidationRejected = 6, ContractPrinted = 7, ContractSigned = 8, Active = 9, ContractApproved = 10, AwatingCustomerInformation = 11, InvoiceApproved = 12","enum":["Created","AwatingCustomerInformation","ReadyForCreditValidation","AwaitingCreditValidation","CreditValidationApprovedConditionally","CreditValidationApproved","CreditValidationRejected","ContractPrinted","ContractSigned","ContractApproved","InvoiceApproved","Active"]},"ProfileId":{"type":"integer","format":"int64"},"SalesChannelId":{"type":"string","format":"uuid","example":"00000000-0000-0000-0000-000000000000"},"Assets":{"type":"array","xml":{"name":"FlowAssetDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowAssetDto"}},"StartDate":{"type":"string","format":"date-time"},"UseAdministrationFee":{"type":"boolean"},"PaymentFrequency":{"type":"integer","format":"int32"},"NumberOfPayments":{"type":"integer","format":"int32"},"InterestType":{"type":"string"},"EstablishmentFee":{"type":"number","format":"double"},"DocumentGenerationFee":{"type":"number","format":"double"},"BankProcessingFee":{"type":"number","format":"double"},"DealerProvision":{"type":"number","format":"double"},"GuaranteeNumberLoanDepositAccount":{"type":"string"},"EffectNumber":{"type":"string"},"DeliveryDate":{"type":"string","format":"date-time"},"ExpectedDeliveryDate":{"type":"string","format":"date-time"},"DateForStatusPrinted":{"type":"string","format":"date-time"},"CreationDate":{"type":"string","format":"date-time"},"LeasingPeriodMonths":{"type":"integer","format":"int32"},"LeasingAccount":{"type":"string"},"IncludeMarginOnInvoice":{"type":"boolean"},"IncludeFeesInMonthlyPayment":{"type":"boolean"},"EarlyTerminationFee":{"type":"number","format":"double"},"PartTerminationFee":{"type":"number","format":"double"},"MinDurationBeforeEarlyTerminationInMonths":{"type":"integer","format":"int32"},"AllowEarlyTermination":{"type":"boolean"}},"xml":{"name":"FlowLeasingAssetsContractDto"}},"FinancingSystemDefinitions.Document.GeneratedDocumentLinkDto":{"type":"object","properties":{"DocumentType":{"type":"string","description":"OfferDocuments = 1, ContractDocuments = 2, StaticDocuments = 3, MiscDocuments = 4, DealerUploadedDocuments = 5","enum":["OfferDocuments","ContractDocuments","StaticDocuments","MiscDocuments","DealerUploadedDocuments"]},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]},"DocumentId":{"type":"integer","format":"int64"},"FileName":{"type":"string"},"DownloadDocumentUrl":{"type":"string"},"CreatedDate":{"type":"string","format":"date-time"}},"xml":{"name":"GeneratedDocumentLinkDto"}},"FinancingSystemDefinitions.Document.AttachedDocumentLinkDto":{"type":"object","properties":{"DocumentType":{"type":"string","description":"Unknown = 0, Korekort = 1, Slutseddel = 2, Opholdstilladelse = 3, Lønseddel = 4, Årsopgørelse = 5, UnderskrevetKontrakt = 6, Andet = 7, DigitaltUnderskrevetKontrakt = 8, ExternalContractDocuments = 9, DokumentationfraSKAT = 13, Afgiftsberegning = 14, Regnskab = 15, Leverancegodkendelse = 16, Kautionserklæring = 17, Registreringsattest = 18, Invoice = 19, OfferFromDealer = 20, ReceiptDmr = 21, RegistrationFeeDmr = 22, FleetPortal = 23, Allonge = 24, PaymentReceiptOther = 25, PaymentReceiptDkk = 26, DocumentationOffset = 27, DocumentationSerialNumber = 28, PowerOfAttorney = 29, CreditNote = 30, LandRegistryAddress = 31, LandRegistryCarBook = 32, LandRegistryCvr = 33, PaymentApproval = 34","enum":["Unknown","Korekort","Slutseddel","Opholdstilladelse","Lønseddel","Årsopgørelse","UnderskrevetKontrakt","Andet","DigitaltUnderskrevetKontrakt","ExternalContractDocuments","DokumentationfraSKAT","Afgiftsberegning","Regnskab","Leverancegodkendelse","Kautionserklæring","Registreringsattest","Invoice","OfferFromDealer","ReceiptDmr","RegistrationFeeDmr","FleetPortal","Allonge","PaymentReceiptOther","PaymentReceiptDkk","DocumentationOffset","DocumentationSerialNumber","PowerOfAttorney","CreditNote","LandRegistryAddress","LandRegistryCarBook","LandRegistryCvr","PaymentApproval"]},"FileType":{"type":"string","description":"Pdf = 0, Txt = 1, Xml = 2, Json = 3, Csv = 4, Png = 5, Jpeg = 6, Word = 7, Excel = 8, Docx = 9, Doc = 10, Jpg = 11, Exe = -3, Bak = -2, Unknown = -1","enum":["Exe","Bak","Unknown","Pdf","Txt","Xml","Json","Csv","Png","Jpeg","Word","Excel","Docx","Doc","Jpg"]},"DocumentId":{"type":"integer","format":"int64"},"FileName":{"type":"string"},"DownloadDocumentUrl":{"type":"string"},"CreatedDate":{"type":"string","format":"date-time"}},"xml":{"name":"AttachedDocumentLinkDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowFundingPartner":{"type":"object","properties":{"FundingPartnerName":{"type":"string"},"FundingRateName":{"type":"string"},"FundingRateCode":{"type":"string"}},"xml":{"name":"FlowFundingPartner"}},"BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowSupplierDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Cvr":{"type":"string"},"CompanyName":{"type":"string"},"Address":{"type":"string"},"Telephone":{"type":"string"},"Email":{"type":"string"},"Nationality":{"type":"string"},"Country":{"type":"string"},"CountryCodeAlpha2":{"type":"string"},"ZipCode":{"type":"string"},"City":{"type":"string"},"ExternalId":{"type":"string"},"ContactName":{"type":"string"},"ContactInfo":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"}},"xml":{"name":"FlowSupplierDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowStakeholderDto":{"type":"object","properties":{"Person":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"},"Organisation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOrganisationDto"},"ContactInfo":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"},"UseDigitalSigning":{"type":"boolean"}},"xml":{"name":"FlowStakeholderDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowGuarantorStakeholderDto":{"type":"object","properties":{"Id":{"type":"integer","format":"int64"},"Type":{"type":"string","description":"Organisation = 1, Person = 2","enum":["Organisation","Person"]},"GuarantorMaxAmount":{"type":"number","format":"double"},"Person":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"},"Organisation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOrganisationDto"},"ContactInfo":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"},"UseDigitalSigning":{"type":"boolean"}},"xml":{"name":"FlowGuarantorStakeholderDto"}},"BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCustomerStakeholderDto":{"type":"object","properties":{"CustomerType":{"type":"string","description":"Consumer = 0, Corporate = 1, Government = 2","enum":["Consumer","Corporate","Government"]},"Newsletter":{"type":"boolean"},"InsuranceConsent":{"type":"boolean"},"ContactRegardingContract":{"type":"boolean"},"RegisterForPBS":{"type":"boolean"},"ContactName":{"type":"string"},"Bank":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowBankDto"},"ContactInfoBilling":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"},"ContactInfoDelivery":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"},"CreditLineInformation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCreditLineInformation"},"Person":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPersonDto"},"Organisation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOrganisationDto"},"ContactInfo":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContactInfoDto"},"UseDigitalSigning":{"type":"boolean"}},"xml":{"name":"FlowCustomerStakeholderDto"}},"BCC.Integrations.Stacc.Models.FlowMetaDataDto":{"type":"object","properties":{"User":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowUserDto"}},"xml":{"name":"FlowMetaDataDto"}},"BCC.Integrations.Stacc.Models.FlowAssetsCalculationResultDto":{"type":"object","properties":{"LeasingAssets":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowLeasingAssetsCalculationDto"},"LoanAssets":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowLoanAssetsCalculationDto"}},"xml":{"name":"FlowAssetsCalculationResultDto"}},"BCC.Integrations.Stacc.Models.FlowAssetsContractDto":{"type":"object","properties":{"Buyer":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowCustomerStakeholderDto"},"Guarantors":{"type":"array","xml":{"name":"FlowGuarantorStakeholderDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowGuarantorStakeholderDto"}},"Seller":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowStakeholderDto"},"DeliveryCompany":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowStakeholderDto"},"Suppliers":{"type":"array","xml":{"name":"FlowSupplierDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Assets.FlowSupplierDto"}},"FundingPartner":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowFundingPartner"},"AttachedDocuments":{"type":"array","xml":{"name":"AttachedDocumentLinkDto","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Document.AttachedDocumentLinkDto"}},"GeneratedDocuments":{"type":"array","xml":{"name":"GeneratedDocumentLinkDto","wrapped":true},"items":{"$ref":"#/components/schemas/FinancingSystemDefinitions.Document.GeneratedDocumentLinkDto"}},"LeasingAssetsContract":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowLeasingAssetsContractDto"},"OwnerAfterLeasing":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowOwnerAfterLeasingStakeholderDto"},"LoanAssetsContract":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowLoanAssetsContractDto"},"ProfileProductType":{"type":"string","description":"None = 0, FinancialLeasing = 1, HirePurchase = 2","enum":["None","FinancialLeasing","HirePurchase"]},"DownPaymentType":{"type":"string","description":"Unknown = 0, TradeInAsset = 1, CapitalInjection = 2, Loan = 3, LiquiditySurplus = 4","enum":["Unknown","TradeInAsset","CapitalInjection","Loan","LiquiditySurplus"]},"ErpAutoSendToSigning":{"type":"boolean"},"ContractMessages":{"type":"array","xml":{"name":"FlowContractMessageDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowContractMessageDto"}},"Matrices":{"type":"array","xml":{"name":"FlowPriceMatrixDto","wrapped":true},"items":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.RequestModels.Shared.FlowPriceMatrixDto"}}},"xml":{"name":"FlowAssetsContractDto"}},"BCC.Integrations.Stacc.Models.FlowAssetsContractWithCalculationResultDto":{"type":"object","properties":{"Contract":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowAssetsContractDto"},"Calculation":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowAssetsCalculationResultDto"},"MetaData":{"$ref":"#/components/schemas/BCC.Integrations.Stacc.Models.FlowMetaDataDto"}},"xml":{"name":"FlowAssetsContractWithCalculationResultDto"}}}},"x-original-swagger-version":"2.0","security":[]}