Process document
POST /v1/econtract/momofingo/sign/process-docs
Processes the documents for signature.
Header parameters
OriginstringOptionalExample:
sdadsada.dev.momofingo.comx-access-tokenstringOptionalExample:
{{momofingo_token}}Body
document_idintegerOptionalExample:
16502Responses
200
OK
application/json
400
Bad Request
application/json
post
/econtract/momofingo/sign/process-docsPOST /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