PRICE_LIST_TYPE (type of price list), PRICE_LIST_CODE (price list code), and the entity_code (store code).PRICE_LIST_TYPE and PRICE_LIST_CODE must correspond to an existing price list in the system.entity_code must correspond to an existing entity (store) in the system.POST request with the PRICE_LIST_TYPE, PRICE_LIST_CODE, and entity_code.prog_id of the inserted entity.PRICE_LIST_CODE does not exist, the API returns an error message:{
"message": "Price list not found"
}entity_code does not exist, the API returns an error message:{
"message": "Entity not found with entity_code: {{entity_code}}"
}