GET v1/Inventory/GenerateItemCode?customerId={customerId}
Generates a unique item code for a given customer.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
The ID of the customer for whom the item code is to be generated. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A containing: - and the generated item code if successful. - if the item code generation fails or invalid data is provided. - if the item code could not be generated. - if an exception occurs.
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>