Clients
Client is the inventory owner for all the stock in the warehouse
Fetch details of Client
GET
/wms/client
Use this API to get the details of the Client(s). Below mentioned filters can be used to filter to get a single or set of client objects. If multi filters are used then all will be used for matching the result.
Query Parameters
id
String
Client id returned by the Blowhorn at the time of client creation.
description
String
Full or partial description text of the client
name
String
Full or partial name of the client.
Headers
API_KEY*
string
API key obtained by the Customer/Partner
Create a Client
POST
/wms/client
Use this API to create client on the blowhorn systems.
Headers
API_KEY*
String
API key obtained by the Customer/Partner
Request Body
name*
String
Name of the client
description
String
Description of the client
Last updated
Was this helpful?