43 lines
1.1 KiB
HTTP
43 lines
1.1 KiB
HTTP
@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"
|
|
}
|