Placement Document
POST
/v1/econtract/momofingo/sign/placement-docs
Submits the placement of signature documents.
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/placement-docs HTTP/1.1
Host: {{base_url}}v1
Content-Type: application/json
Accept: */*
Content-Length: 305
{
"signers": [
{
"page": 1,
"props": {
"x": 306,
"y": 396,
"w": 50,
"h": 50
},
"user": {
"speciment": "",
"name": "bowo test",
"email": null,
"userid": "ab69d220-b697-11ee-bada-41a5d350d473"
},
"emet": {
"urx": 356,
"ury": 396,
"llx": 306,
"lly": 346
},
"sign": null,
"type": "emet",
"documentSize": {
"height": 792,
"width": 612
}
}
],
"document_id": 12345
}
200
OK
{
"code": 200,
"success": true,
"msg": "Berhasil mengirimkan dokumen.",
"response": {
"data": {
"document_id": 16502,
"signer": [
{
"page": 1,
"props": {
"x": 306,
"y": 396,
"w": 50,
"h": 50
},
"user": {
"speciment": "",
"name": "bowo test",
"email": null,
"userid": "ab69d220-b697-11ee-bada-41a5d350d473"
},
"emet": {
"urx": 356,
"ury": 396,
"llx": 306,
"lly": 346
},
"sign": null,
"type": "emet",
"documentSize": {
"height": 792,
"width": 612
}
}
]
}
}
}
Last updated