---
title: "Get GPS Out By Id"
method: POST
path: "/GetGPSOutById"
tags: ["Queries"]
---

# Get GPS Out By Id

`POST /GetGPSOutById`

Returns a GPS payment by document number.

## Request body

- GetGPSOutById
  - `Method` string, required
  - `PartnerId` integer, required — Number Of The Partner
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `DocumentNumber` integer, required — Transaction id

## Response `200`

OK

- object
  - `Success` boolean
  - `GPS` 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/versions/f94d262a8f58/schema)
