add pembuatan jurnal pi cicilan order asset

This commit is contained in:
Hanan Askarim
2026-07-14 09:47:44 +07:00
parent 048c35473c
commit be7f3b42be
2 changed files with 474 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
@host = https://accone.aplikasi.web.id/one-api/
### Create jurnal PI cicilan order aset
POST {{host}}/mockup/scheduler/JurnalPiCicilanOrderAset/CreateJournal
Content-Type: application/json
{
"date": "2026-07-14",
"branchCode": "BA",
"regionalID": 8,
"branchCompanyID": 1,
"jurnalTypeID": 11,
"title": "Jurnal PI Cicilan Order Aset",
"description": "Pembuatan jurnal PI cicilan order aset",
"userID": 0,
"details": [
{
"coaID": 2110100030,
"description": "Hutang cicilan",
"debit": 15000000,
"credit": 0,
"addonCode": "PICICIL",
"addonValue": "PI-INS-202607140001",
"mItemID": 123
},
{
"coaID": 1110100001,
"description": "Cicilan",
"debit": 0,
"credit": 15000000
}
]
}
### List eligible purchase order asset contracts
POST {{host}}/mockup/scheduler/JurnalPiCicilanOrderAset/ListEligiblePurchaseOrderAssetContracts
Content-Type: application/json
{
"startDate": "2026-07-01",
"endDate": "2026-07-31"
}