Skip to content

Update a(n) Profile Template record​

PUT
/profile/template/{id}

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"ProfileTemplateId": "string",
"Description": "string",
"Introduction": "string",
"Conclusion": "string",
"ProfileFormat": "string",
"ProfileScore": "string",
"ProfileDate": "string",
"Qrollup": "string",
"Frollup": "string",
"Results": "string",
"ProfileActType": "string",
"DefaultMail": "string",
"HTMLCustomTemplate": "string",
"HTMLCustomTemplateInternal": "string",
"HTMLCustomTemplatePrint": "string",
"AllowUpdate": true,
"CreateType": "string",
"xmlurl": "string",
"xmlurlsd": "string",
"SendEmailAttachmentOnCreate": true,
"KnockoutPlan": "string",
"SuccessPlan": "string",
"RollupRemove": "string",
"WrapperOptions": "string",
"AfterSubmitMessage": "string",
"Questions": [...],
"NotifyList": [...],
"Version": "string",
"FormLetterN": "string",
"FormLetterC": "string",
"FormLetterP": "string",
"FormLetterNR": "string",
"FormLetterPR": "string",
"NotifyOnAdd": true,
"NotifyOnEdit": true,
"NotifyOnAddR": true,
"NotifyOnEditR": true,
"NotifyUser": true,
"PDFArchive": "string"
}

Responses​

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

Playground​

Authorization
Body

Samples​