Skip to main content
PUT
/
api
/
DocumentTemplates
/
Custom-Fields
Update Placement Sources.
curl --request PUT \
  --url https://api.example.com/api/DocumentTemplates/Custom-Fields \
  --header 'Content-Type: application/json' \
  --data '
{
  "fields": [
    {
      "id": 123,
      "customerID": 123,
      "name": "<string>",
      "slug": "<string>",
      "formula": "<string>"
    }
  ],
  "deleteIds": [
    123
  ]
}
'
[
  {
    "id": 123,
    "companyID": 123,
    "name": "<string>"
  }
]

Body

application/json
fields
object[] | null
deleteIds
integer<int32>[] | null

Response

200 - application/json

OK

id
integer<int32>
companyID
integer<int32>
name
string | null