status | Data Type: STRING
Status of the request delivered to server. Available value: * "success" * "error"
|
data | Data Type: OBJECT
Data transmitted by response.
|
data.meta | Data Type: OBJECT
Holds information about the result data. Currently holds information about pagination of the result
|
data.meta.first | Data Type: STRING
URL link to the first page of the data, i.e: page=1
|
data.meta.last | Data Type: STRING
URL link to the last page of the data
|
data.meta.limit | Data Type: INTEGER
Limit of data per page
|
data.meta.next | Data Type: STRING
URL link to the “NEXT” page of the data
Empty if this is the last page
|
data.meta.page | Data Type: INTEGER
Current page
|
data.meta.prev | Data Type: STRING
URL link to the “PREVIOUS” page of the data. Empty if this is the first page
|
data.meta.total_data | Data Type: INTEGER
Total data for the request
|
data.meta.total_page | Data Type: INTEGER
Total page for the request
|
data.transaction-termin | Data Type: ARRAY OF OBJECT |
data.transaction-termin.buyer_group | Data Type: OBJECT
BUMN buyer group
|
data.transaction-termin.buyer_group.bumn_id | Data Type: STRING
Self-explained
|
data.transaction-termin.buyer_group.id | Data Type: STRING
Self-explained
|
data.transaction-termin.buyer_group.id | Data Type: STRING
Self-explained
|
data.transaction-termin.buyer_group.user_id | Data Type: STRING
Self-explained
|
data.transaction-termin.buyer_group.user_name | Data Type: STRING
Self-explained
|
data.transaction-termin.general | Data Type: OBJECT
General transaction data
|
data.transaction-termin.general.buyer_name | Data Type: STRING
Self-explained
|
data.transaction-termin.general.entry_date | Data Type: STRING
Entry date of transaction
|
data.transaction-termin.general.invoice_number | Data Type: STRING
Self-explained
|
data.transaction-termin.general.purchase_order_number | Data Type: STRING
Self-explained
|
data.transaction-termin.general.purchase_request_number | Data Type: STRING
Self-explained
|
data.transaction-termin.general.status_change_date | Data Type: STRING
Date of last status change
|
data.transaction-termin.general.status_name | Data Type: STRING
Current Transaction's status
|
data.transaction-termin.payment | Data Type: OBJECT
Payment Data for the current transaction
|
data.transaction-termin.payment.bank_holder | Data Type: STRING |
data.transaction-termin.payment.bank_name | Data Type: STRING |
data.transaction-termin.payment.bill_amount | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.payment_method | Data Type: STRING |
data.transaction-termin.payment.pph21 | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.pph22 | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.pph23 | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.ppn_by | Data Type: STRING |
data.transaction-termin.payment.price_sub_total | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.product_ppn | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.shipping_cost | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.shipping_cost_pph | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.shipping_cost_ppn | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.step | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.total_pph | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.total_ppn | Data Type: NUMERIC (Float) |
data.transaction-termin.payment.total_step | Data Type: NUMERIC (Float) |
data.transaction-termin.vendor | Data Type: OBJECT |
data.transaction-termin.vendor.id | Data Type: STRING
Seller ID
|
data.transaction-termin.vendor.address | Data Type: STRING
Address of the Seller store
|
data.transaction-termin.vendor.city | Data Type: STRING
City of the Seller store
|
data.transaction-termin.vendor.district | Data Type: STRING
District of the Seller store
|
data.transaction-termin.vendor.name | Data Type: STRING
Name of the Seller
|
data.transaction-termin.vendor.province | Data Type: STRING
Province of the Seller store
|
data.transaction-termin.vendor.zipcode | Data Type: STRING
Zipcode of the Seller store
|
message | Data Type: STRING Description and/or details message of the status. Available Value: “ok” or some error message by trapped condition
|