---
title: "Get DARF Out By Informations"
method: POST
path: "/GetDARFOutByInformations"
tags: ["Queries"]
---

# Get DARF Out By Informations

`POST /GetDARFOutByInformations`

Returns a DARF payment by informations.

## Request body

- GetDARFOutByInformations
  - `Method` string, required
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `DueDate` string, date — Date of Due (format YYYY-MM-DD)
  - `PrincipalValue` number, float — Collection Order Value
  - `TaxContributor` string
  - `ReferenceNumber` string
  - `CalculationPeriod` string

## Response `200`

OK

- object
  - `Success` boolean
  - `DARFs` string
  - `Message` string
  - `Validation` object

---

[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/revisions/f94d262a8f58/schema)
