Inventory

Campaign Inventory Management APIs

Facilitates the maintenance and management of inventories.

Create a Inventory Log.

post

Creates Inventory Log On successful Inventory Log Ok response is returned.

Body

The request object, containing all necessary information for creating an Inventory Log and the request body metadata

Responses
200

Inventory Log created successfully.

application/json
post
/log/v1/_create

Update An Inventory Log.

post

Update An Inventory Log, Ok response is returned.

Body
Responses
200

Updated Inventory Log successfully.

application/json
post
/log/v1/_update

Search Inventory Log.

post

Search Inventory Log Ok response is returned.

Body
Responses
200

Fetched Search InventoryLogs.

application/json
post
/log/v1/_search

Create a Reconciliation Log.

post

Creates Reconciliation Log On successful Reconciliation Ok response is returned.

Body

The request object, containing all necessary information for creating an Inventory Log and the request body metadata

Responses
200

Reconciliation Log created successfully.

application/json
post
/reconciliation/v1/_create

Search reconciliation Logs.

post

Search reconciliation Logs Ok response is returned.

Body

The request object, containing all necessary information for creating an Reconciliation and the request body metadata

Responses
200

Fetched Search reconciliation Logs.

application/json
post
/reconciliation/v1/_search

Last updated

Was this helpful?