Katana BinTransferRowController API
The BinTransferRowController API from Katana — 2 operation(s) for bintransferrowcontroller.
The BinTransferRowController API from Katana — 2 operation(s) for bintransferrowcontroller.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/katana-bintransferrowcontroller-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
openapi: 3.2.0
info:
title: katana-api-gateway AdditionalCostController Bin Transfer Row Controller API
version: 0.0.1
description: public api
contact: {}
servers:
- url: https://api.katanamrp.com/v1
tags:
- name: BinTransferRowController
paths:
/bin_transfer_rows/{id}:
patch:
x-controller-name: BinTransferRowController
x-operation-name: updateById
tags:
- BinTransferRowController
responses:
'200':
description: Return value of BinTransferRowController.updateById
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateBinTransferRowDto'
required: true
x-parameter-index: 1
operationId: BinTransferRowController.updateById
parameters:
- name: id
in: path
schema:
type: integer
format: int32
required: true
get:
x-controller-name: BinTransferRowController
x-operation-name: findById
tags:
- BinTransferRowController
responses:
'200':
description: Return value of BinTransferRowController.findById
operationId: BinTransferRowController.findById
parameters:
- name: id
in: path
schema:
type: integer
format: int32
required: true
delete:
x-controller-name: BinTransferRowController
x-operation-name: deleteById
tags:
- BinTransferRowController
responses:
'200':
description: Return value of BinTransferRowController.deleteById
operationId: BinTransferRowController.deleteById
parameters:
- name: id
in: path
schema:
type: integer
format: int32
required: true
/bin_transfer_rows:
post:
x-controller-name: BinTransferRowController
x-operation-name: create
tags:
- BinTransferRowController
responses:
'200':
description: Return value of BinTransferRowController.create
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateBinTransferRowDto'
required: true
operationId: BinTransferRowController.create
get:
x-controller-name: BinTransferRowController
x-operation-name: findAndPaginate
tags:
- BinTransferRowController
responses:
'200':
description: Return value of BinTransferRowController.findAndPaginate
operationId: BinTransferRowController.findAndPaginate
parameters:
- name: pagination
in: query
content:
application/json:
schema:
type: object
additionalProperties: true
- name: dateFilter
in: query
content:
application/json:
schema:
type: object
additionalProperties: true
- name: ids
in: query
schema:
type: array
items:
type: integer
maximum: 2147483647
- name: bin_transfer_id
in: query
schema:
type: integer
format: int32
- name: variant_id
in: query
schema:
type: integer
format: int32
- name: source_bin_location_id
in: query
schema:
type: integer
format: int32
- name: target_bin_location_id
in: query
schema:
type: integer
format: int32
- name: include_deleted
in: query
schema:
type: boolean
components:
schemas:
TraceabilityInputDto:
title: TraceabilityInputDto
type: object
properties:
batch_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
serial_number_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
quantity:
allOf:
- anyOf:
- type: number
minimum: 0
- type: string
pattern: ^[0-9]+?\.?[0-9]*$
- anyOf:
- type: number
not:
const: 0
- type: string
not:
pattern: ^(-|)[0]+?\.?[0]*$
additionalProperties: false
CreateBinTransferRowDto:
title: CreateBinTransferRowDto
type: object
properties:
variant_id:
type: integer
minimum: 0
maximum: 2147483647
quantity:
allOf:
- anyOf:
- type: number
minimum: 0
- type: string
pattern: ^[0-9]+?\.?[0-9]*$
- anyOf:
- type: number
not:
const: 0
- type: string
not:
pattern: ^(-|)[0]+?\.?[0]*$
source_bin_location_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
target_bin_location_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
traceability:
type: array
items:
$ref: '#/components/schemas/TraceabilityInputDto'
bin_transfer_id:
type: integer
minimum: 0
maximum: 2147483647
required:
- variant_id
- quantity
- bin_transfer_id
additionalProperties: false
UpdateBinTransferRowDto:
title: UpdateBinTransferRowDto
type: object
properties:
variant_id:
type: integer
minimum: 0
maximum: 2147483647
quantity:
allOf:
- anyOf:
- type: number
minimum: 0
- type: string
pattern: ^[0-9]+?\.?[0-9]*$
- anyOf:
- type: number
not:
const: 0
- type: string
not:
pattern: ^(-|)[0]+?\.?[0]*$
source_bin_location_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
target_bin_location_id:
type:
- number
- 'null'
minimum: 0
maximum: 2147483647
traceability:
type: array
items:
$ref: '#/components/schemas/TraceabilityInputDto'
additionalProperties: false