PUT/esignglobal/v1/stamps
Interface Description
Using This interface allows for the modification of stamp names and images. After editing, the changes can be viewd and modified again on the page.
- Using an APPID with the corresponding stamp modification permissions, you can edit the name and image of a previously created stamp.
Request Parameters
Request Example
{
"stampId": "37e4abd1c9cc4232a29fa095b242d219",
"stampName": "demoStamp",
"imageBase64": "demoImageBase64"
}
Response Parameters
Response Example
{
"code": 0,
"data": {
"stampId": "37e4abd1c9cc4232a29fa095b242d219",
"stampWidth": 36,
"stampHeight": 29
},
"message": "success"
}