Skip to main content

Get All Transaction Termin

Deskripsi

API ini digunakan untuk mendapatkan list transaksi termin

MethodURL
GET/api/v1/bumn/transactions/termin

Response

Success

StatusPayload
success
{
"status": "success",
"data": {
"meta": {
"first": "",
"last": "",
"limit": 10,
"next": "",
"page": 1,
"prev": "",
"total_data": 1,
"total_page": 1
},
"transaction-termin": [
{
"buyer_group": {
"bumn_id": "62a7079031bfe7a364644259",
"id": "631e40eff6f16759f9da64e4",
"name": "Yunita Dwima Noormalinda",
"user_id": "64eff95cb78a10294e40609d",
"user_name": "Yunita Dwima Noormalinda"
},
"general": {
"buyer_name": "Yunita Dwima Noormalinda",
"entry_date": "2024-10-20T23:27:56.435Z",
"invoice_date": "",
"invoice_number": "",
"purchase_order_number": "PO-2024-10-21-992176465",
"purchase_request_number": "PR-2024-10-21-997102467",
"status_name": "Diproses Penjual"
},
"payment": {
"bank_holder": "PADIUMKM PT Pembangunan Perumahan",
"bank_name": "Mandiri Virtual Account",
"bill_amount": 257005026,
"payment_method": "MANDIRI",
"pph21": 14351758,
"pph22": 0,
"pph23": 0,
"ppn_by": "",
"price_sub_total": 271356784,
"product_ppn": 0,
"shipping_cost": 0,
"shipping_cost_pph": 0,
"shipping_cost_ppn": 0,
"step": 1,
"total_pph": 14351758,
"total_ppn": 29849246,
"total_step": 4,
"va_number": ""
},
"vendor": {
"id": "62a7079031bfe7a364644444",
"address": "Kantor Taman E3.3 Unit B3-B3A, Jalan Dr. Ide Anak Agung Gde Agung Lot 8.6-8.7/E3.3, Kawasan Mega Kuningan, RT/RW 004/005, Kuningan Timur",
"city": "Jakarta Selatan",
"district": "Setiabudi",
"name": "PT. DAYA DIMENSI INDONESIA",
"province": "Jakarta",
"zipcode": "12910",
"email":"xxxx@gmail.com",
"nomor_telepon":"081xxxxxx",
"npwp":"9291389128"
}
}
]
},
"message": "ok"
}

Error

StatusPayload
404
{
"status": "error",
"message": "transactions termin not found"
}
ParamsDescription
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-terminData 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_holderData Type: STRING
data.transaction-termin.payment.bank_nameData Type: STRING
data.transaction-termin.payment.bill_amountData Type: NUMERIC (Float)
data.transaction-termin.payment.payment_methodData Type: STRING
data.transaction-termin.payment.pph21Data Type: NUMERIC (Float)
data.transaction-termin.payment.pph22Data Type: NUMERIC (Float)
data.transaction-termin.payment.pph23Data Type: NUMERIC (Float)
data.transaction-termin.payment.ppn_byData Type: STRING
data.transaction-termin.payment.price_sub_totalData Type: NUMERIC (Float)
data.transaction-termin.payment.product_ppnData Type: NUMERIC (Float)
data.transaction-termin.payment.shipping_costData Type: NUMERIC (Float)
data.transaction-termin.payment.shipping_cost_pphData Type: NUMERIC (Float)
data.transaction-termin.payment.shipping_cost_ppnData Type: NUMERIC (Float)
data.transaction-termin.payment.stepData Type: NUMERIC (Float)
data.transaction-termin.payment.total_pphData Type: NUMERIC (Float)
data.transaction-termin.payment.total_ppnData Type: NUMERIC (Float)
data.transaction-termin.payment.total_stepData Type: NUMERIC (Float)
data.transaction-termin.vendorData 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