[
{
"id":9,
"currency":"THB",
"start_date":"2017-09-29",
"tax":"6.00",
"base_price":"1200.00",
"product": { // MODIFIED, changed from FK field to Object.
"id": 1,
"name": "KitKat",
"uom": "PCK"
},
"master_contract": 1,
"selling_unit_price": [
{
"id": 12,
"price": "1080.00",
"discount": "10.00",
"pricing_type": 1
},
{
"id": 13,
"price": "900.00",
"discount": "25.00",
"pricing_type": 3
},
{
"id": 14,
"price": "960.00",
"discount": "20.00",
"pricing_type": 4
}
],
}
]
The Sample API Result
Module name: Product querying of Sale Order
Sample view: Response
NOTE: There're a few markers at the end of lines:
- REMOVED: The field should be removed
- ADDED: the field should be added.
- MODIFIED: the field has been edited from the current version in somewhat, please read more info at that line.
Module name: Product querying of Sale Order
Sample view: Response
NOTE: There're a few markers at the end of lines:
- REMOVED: The field should be removed
- ADDED: the field should be added.
- MODIFIED: the field has been edited from the current version in somewhat, please read more info at that line.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.