---
title: "Get Future Posting"
method: POST
path: "/GetFuturePosting"
tags: ["Queries"]
---

# Get Future Posting

`POST /GetFuturePosting`

This method can be used to get Future Posting

## Request body

- GetFuturePosting
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `TaxNumber` string, required — Legal Identification From Company
  - `InitialDate` string, required — Start date for future posting
  - `FinalDate` string, required — End date for future posting
  - `PageSize` integer, required — Number of records to return per page
  - `PageIndex` integer, required — Index of the page starting in 0
  - `Bank` string — Bank code
  - `BankBranch` string — Beneficiary's Bank Branch
  - `BankAccount` string — Beneficiary's Account Number (without digit)
  - `BankAccountDigit` string — Beneficiary's Account Digit
  - `Status` string — (Created = 0, CanBeSettled = 1, Settled = 2, Canceled = 3, ErrorBalance = 4, Error = 5, Expired = 6, Delayed = 7)

## Response `200`

Successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[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)
