A valid request URL is required to generate request examples{
"successCount": 123,
"failureCount": 123,
"failureDetails": [
{
"priceListCode": "<string>",
"productCode": "<string>",
"currencyCode": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"msg": "<string>"
}
]
}Add bulk price list entries. By default, any single error will cause the entire batch to fail. If desired, set allowPartialSuccess=true to allow valid entries to be completed even if others in the batch fail.
A valid request URL is required to generate request examples{
"successCount": 123,
"failureCount": 123,
"failureDetails": [
{
"priceListCode": "<string>",
"productCode": "<string>",
"currencyCode": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"msg": "<string>"
}
]
}JWT Authorization header using the Bearer scheme.
Returns status codes of 200 (complete success), 206 (some entries failed validation), 409 (all entries failed validation), or 500 (unexpected failure)
limits which fields are returned in the response body
External unique identifier of the PriceList. Must be unique an only contain url sanitized characters. Max length is 50
Show child attributes
Show child attributes
Show child attributes
Show child attributes