Item Customer

Create a new item customer

post/api/items/{itemId}/customers

Path parameters

itemIdstring required

Request body

customerIdstring required

Customer id associated to this entity. Please reference /api/customers endpoint.

customerItemNumberstring nullable

The item number for this customer.

customerItemNamestring nullable

The item name for this customer.

Response

Item customer created

idstring required

The id of the created record

Changes

No recorded changes to this endpoint across all 12 revisions of this API.