API PUT Update Price

PUT Update Price

PUT https://api.beacukai.go.id/V3/NLE/document_do/price/

url development: https://api.beacukai.go.id/NLE-DEV/document_do/price/?doID=TestBooking

Path Parameters

Name
Type
Description

doID

string

Id Dokumen DO

Headers

Name
Type
Description

beacukai-api-key

string

API_KEY

Authorization

string

ACCESS_TOKEN

Request Body

Name
Type
Description

status

string

Status

payment_url

string

Url parameter

price

number

Harga

Success.
{
    "price": "7000000",
    "payment_url": "https://do.platform.com/checkout",
    "status": "Menunggu Pembayaran"
}

Last updated

Was this helpful?