Skip to main content
GET
/
api
/
Configuration
/
Placements
/
Pay-Frequencies
Get Placement Pay Frequencies.
curl --request GET \
  --url https://api.example.com/api/Configuration/Placements/Pay-Frequencies
[
  {
    "id": 123,
    "customerId": 123,
    "name": "<string>",
    "isEnabled": true
  }
]

Query Parameters

enabledOnly
boolean

Response

200 - application/json

OK

id
integer<int32>
customerId
integer<int32>
name
string | null
isEnabled
boolean