Process document

POST /v1/econtract/momofingo/sign/process-docs

Processes the documents for signature.

Process Document

post
Header parameters
OriginstringOptionalExample: sdadsada.dev.momofingo.com
x-access-tokenstringOptionalExample: {{momofingo_token}}
Body
document_idintegerOptionalExample: 16502
Responses
200
OK
application/json
post
POST /econtract/momofingo/sign/process-docs HTTP/1.1
Host: {{base_url}}v1
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "document_id": 16502
}
{
  "code": 200,
  "success": true,
  "msg": "Dokumen anda sedang diproses",
  "data": {
    "otp": false,
    "type": ""
  }
}

Last updated