mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 11:55:23 +02:00
feat(bc): sync pricing units2
This commit is contained in:
+2
-1
@@ -15,7 +15,8 @@ BC_ITEMS_WRITE_METHOD="PATCH"
|
||||
BC_ITEMS_WRITE_URL_TEMPLATE="{{itemsUrl}}('{{itemNo}}')"
|
||||
BC_ITEMS_WRITE_BODY_TEMPLATE=''
|
||||
BC_UOM_WRITE_METHOD="PATCH"
|
||||
BC_UOM_WRITE_URL_TEMPLATE="{{itemUnitsOfMeasureUrl}}('{{itemNo}}')"
|
||||
BC_UOM_CODE="OUTER"
|
||||
BC_UOM_WRITE_URL_TEMPLATE="{{itemUnitsOfMeasureUrl}}(itemNo='{{itemNo}}',code='{{itemUnitsCode}}')"
|
||||
BC_UOM_WRITE_BODY_TEMPLATE=''
|
||||
|
||||
# APP_URL: The URL where this applet is hosted.
|
||||
|
||||
Reference in New Issue
Block a user