[Inventory Transfer Order] - List view

[ { "id": 1, // SEE ALSO: Revision number increment "revision_display": "A", "revision": -1, "sub_revision": 1, "user_editable": true, "revision_editable": true, "status": 1, // SEE ALSO: Status number meaning "status_name": "Pending Approval", "approval_status": 1, // SEE ALSO: Approval status number meaning "approval_status_name": "Partially Approved", "delivery_status": 2, "delivery_status_name": "Pending Delivery", "approval_flow": [{ "approver": 2, "approved_date": "2017-10-05T10:21:32Z", "role": 1 }, { "approver": 2, "approved_date": "2017-10-05T10:21:32Z", "role": 1 }, /* ... */], "requester": 2, "requester_name": "Sirinthra Chantharaj", "owner": 2, "owner_name": "Sirinthra Chantharaj", "assistant": null, "assistant_name": "-", "numbering_code": 2, "reserved_no": "TFRR1COM01-0014", "approved_no": "TFOR1COM01-0014", "company": 1, "company_name": "Bizinterprise Co.,Ltd.", "company_address": "79/182 Life@Ratchadapisek Huaykwang Huaykwang Bangkok 10310", "company_tax_id": "1234567890123", "date": "2017-09-30", // NOTE: ISO8601 Date "date_long": "30 September 2017", // NOTE: Localized date format, could be Thai or English "sensitivity_level": 1, // SEE ALSO: Sensitivity level number meaning "sensitivity_level_name": "Confidential", "external_ref_no": "SR0139284382829", "source": { "company": 1, "company_name": "Bizinterprise Co.,Ltd.", "warehouse": 1, "warehouse_name": "W0001 - ห้วยขวาง", "business_unit": 1, "business_unit_name": "01 - Technology", "work_order": 3, "work_order_name": "WOR1COM01-0003", "bu_follow_work_order": false, }, "destination": { "company": 1, "company_name": "Bizinterprise 2 Co.,Ltd.", "warehouse": 1, "warehouse_name": "W0002 - พระราม 9", "business_unit": 1, "business_unit_name": "01 - Technology", "work_order": 4, "work_order_name": "WOR1COM01-0004", "bu_follow_work_order": false, }, "from": "Bizinterprise Co.,Ltd.", "to": "Bizinterprise 2 Co.,Ltd.", "is_across_companies": true, "remark": "", "storage_bins_specified": true, "order_products": [ { "id": 31, "product": { "id": 1, "name": "132392 - KitKat", "uom": "PCK" }, "quantity": 575, "source_storage_bin": 1, "source_storage_bin_name": "SB1 - Storage bin 01", "destination_storage_bin": 2, "destination_storage_bin_name": "SB2 - Storage bin 02", "required_date": "2017-12-17" }, { "id": 31, "product": { "id": 1, "name": "132392 - KitKat", "uom": "PCK" }, "quantity": 325, "source_storage_bin": 1, "source_storage_bin_name": "SB1 - Storage bin 01", "destination_storage_bin": 3, "destination_storage_bin_name": "SB3 - Storage bin 03", "required_date": "2017-12-17" } ] }, ]
The Sample API Result
Module name: Inventory Transfer Order
Sample view: List view

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.