curl --request GET \
--url https://api.example.com/api/Configuration/Placements/Pay-Frequencies[
{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}
]curl --request GET \
--url https://api.example.com/api/Configuration/Placements/Pay-Frequencies[
{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}
]Was this page helpful?