---
title: "Get Future Posting By Id"
method: POST
path: "/GetFuturePostingById"
tags: ["Queries"]
---

# Get Future Posting By Id

`POST /GetFuturePostingById`

This method can be used to get Future Posting by id

## Request body

- GetFuturePostingById
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `DocumentNumber` integer, required — Transaction id
  - `TaxNumber` string, required — Legal Identification From Company

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