Skip to main content
POST
/
api
/
DocumentGeneration
/
Placeholders
Get Placeholder values.
curl --request POST \
  --url https://api.example.com/api/DocumentGeneration/Placeholders \
  --header 'Content-Type: application/json' \
  --data '
{
  "entityId": 123,
  "playerId": 123,
  "useLatestRate": true
}
'
[
  {
    "placeholder": "<string>",
    "placeholderUsage": "<string>",
    "friendlyName": "<string>",
    "value": "<string>"
  }
]

Body

application/json
entityId
integer<int32>
playerId
integer<int32>
useLatestRate
boolean

Response

200 - application/json

OK

placeholder
string | null
placeholderUsage
string | null
friendlyName
string | null
value
string | null