---
title: "Cancel Collection Order"
method: POST
path: "/CancelCollectionOrder"
tags: ["Collection"]
---

# Cancel Collection Order

`POST /CancelCollectionOrder`

## Request body

- object
  - `Method` string, required — Method name
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required — Number Of The BusinessUnit
  - `DocumentNumber` integer, required — Transaction id
  - `Rate` object
    - `Sent` boolean — Indicates if the rate was sent
    - `Value` number, required — “The fee amount is required when Sent = 1”

## Response `200`

Results

- object
  - `Success` string
  - `DocumentNumber` integer
  - `Message` string
  - `ErrorCode` integer

---

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