Creates a new warehouse including its inbound and outbound numbering series. The response returns the final persisted warehouse object.
Bearer token created for a specific company in Integrations → API.
Payload used to create a warehouse. All business fields are required.
Warehouse name.
255"Main warehouse"
Internal warehouse code unique within the token scope.
255"MAIN-WH"
Numbering-series pattern for warehouse inbound receipts. It must contain a counter token.
255"INB-(YY)-(CCCC)"
Next sequence number for the inbound series. Minimum value is 1.
x >= 11
Numbering-series pattern for warehouse outbound receipts. It must contain a counter token.
255"OUT-(YY)-(CCCC)"
Next sequence number for the outbound series. Minimum value is 1.
x >= 11
Warehouse created.
Warehouse, including inbound and outbound numbering-series configuration.
Internal warehouse ID in Fintoro.
301
Warehouse name displayed in Fintoro.
"Main warehouse"
Internal warehouse code unique within the token scope.
"MAIN-WH"
Numbering-series pattern used for warehouse inbound receipts of this warehouse.
"INB-(YY)-(CCCC)"
Next sequence number that will be used when automatically generating a warehouse inbound receipt.
12
Numbering-series pattern used for warehouse outbound receipts of this warehouse.
"OUT-(YY)-(CCCC)"
Next sequence number that will be used when automatically generating a warehouse outbound receipt.
8