Momofin
  • QUICKSTART
    • Getting Started
    • Uploading a document for e-Meterai stamping
  • Reference
    • API Reference
      • Auth
        • Generate access token
        • Get list of contacts
      • Documents
        • Upload document
        • Upload document with Base64 encoded data
        • Download document
        • Get list of sent documents
        • Get list of incoming documents
        • Get document detail
        • Get Document Status
        • Get signers of the document
        • Get original document
        • Placement Document
        • Process document
        • Delete document
        • Audit trail
        • Get speciment
        • Restamping meterai
        • Get client balance
Powered by GitBook
On this page
  1. Reference
  2. API Reference
  3. Documents

Restamping meterai

PreviousGet specimentNextGet client balance

Last updated 7 months ago

POST /v1/econtract/momofingo/sign/restamping-meterai

Submits the restamping of stamp duty documents.

Restamping Meterai

post
Header parameters
x-access-tokenstringOptionalExample: {{momofingo_token}}
Body
document_idintegerOptionalExample: 10073
Responses
200
OK
application/json
post
POST /econtract/momofingo/sign/restamping-meterai HTTP/1.1
Host: {{base_url}}v1
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "document_id": 10073
}
200

OK

{
  "code": 200,
  "success": true,
  "msg": "Dokumen sudah berhasil direstamping"
}