insertLists_v3 web service. {
"priceListsRecords": [
{
"priceLists": {
"priceList": "",
"description": "",
"startDate": "",
"currency": "",
"priceListType": "",
"active": "",
"netPrice": "",
"forceDate": "",
},
"itemPrices": [
{
"itemCode": "",
"startDate": "",
"price": ""
}
],
"listEntities": [
{
"entityCode": ""
}
]
}
]
}
| Field | Type | Description | Mandatory |
|---|---|---|---|
priceList | string | Price list code | ā |
description | string | Price list description | ā |
startDate | date | Start date for the list | ā |
currency | string | ISO code for the currency | ā |
priceListType | string | Price list type code | ā |
active | char(1) | 'T' for active, 'F' for inactive | ā |
netPrice | char(1) | 'T' for net price, 'F' otherwise | ā |
forceDate | char(1) | 'T' to force the price start date with that of the json, 'F' otherwise |
| Field | Type | Description | Mandatory |
|---|---|---|---|
itemCode | string | Item code | ā |
startDate | date | Start date for the item | ā |
price | number | Item price | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
entityCode | string | Entity code | ā |