---
title: "Get ClosedLoop Company By Id"
method: POST
path: "/GetClosedLoopCompanyById"
tags: ["Company"]
---

# Get ClosedLoop Company By Id

`POST /GetClosedLoopCompanyById`

This API is responsible for registering new Contracts within the closed payment arrangement.

## Request body

- object
  - `Method` string, required — Text Containing The Name Of The Method
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `ContractIdentifier` string, required — The Store's ContractIdentifier

## Response `200`

Retrieve Company Contract

- GetClosedLoopCompanyById
  - `Success` boolean — True or False
  - `Message` string — Returned message
  - `CompanyContract` CompanyContract
    - `ContractIdentifier` string — The Store's ContractIdentifier
    - `Name` string — Name From Contract
    - `TaxNumber` string — Legal Identification From Company
    - `CompanySector` string — Sector From Contract's Company
    - `ServiceType` integer — Contract's Transactions Type
    - `RatePurchaseValue` number — Contract's Purchase Rate value
    - `RatePurchaseType` integer — Contract's Purchase Rate Type (Percentage, Fixed)
    - `RateWithdrawalValue` number — Contract's Withdrawal Rate value
    - `RateWithdrawalType` integer — Contract's Withdrawal Rate Type (Percentage, Fixed)
    - `RateDepositValue` number — Contract's Deposit Rate value
    - `RateDepositType` integer — Contract's Deposit Rate Type (Percentage, Fixed)
    - `DaysToSettle` integer — Time span for the transactions settlement of the transactions
    - `BusinessUnitId` integer — Number Of The BusinessUnit
    - `CreatedAt` string — creation date
    - `UpdatedAt` string — update date

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
