Price Lists REST Endpoints
            
            Order Management/Price Lists
            
        
        
    The Price Lists resource manages price lists of products and services.
- Create price lists
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/priceLists - Delete one price list
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId} - Get all price lists
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists - Get one price list
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId} - Update one price list
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/priceLists/{PriceListId}