POST api/quotes/addNaming?orderNo={orderNo}&quantity={quantity}&sku={sku}&text1={text1}&text2={text2}&text3={text3}&text4={text4}&isDebug={isDebug}
Add naming to a given sku
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
| orderNo |
Order number [required]. Must be an existing quote |
string |
| quantity |
Quantity |
integer |
| sku |
Product sku [required] |
string |
| text1 |
Text 1 |
string |
| text2 |
Text 2 |
string |
| text3 |
Text 3 |
string |
| text4 |
Text 4 |
string |
Body Parameters
None.
Response Information
Resource Description
'OK' if successful, Exception (Status 500) Otherwise
string
Sample:
"result"