Skip to content

Update Form Letter​

PUT
/formletter/{recordType}/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"FormId": 0,
"LinkId": 0,
"FormName": "string",
"FormText": "string",
"FormBinary": "string",
"FormBinaryPDF": "string",
"LastModified": "string",
"UserName": "string",
"Salutation": "string",
"TopM": 0,
"BottomM": 0,
"LeftM": 0,
"WidthM": 0,
"FormType": "string",
"Folder": "string"
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​