curl --request POST \
--url https://api.example.com/api/Configuration/Placements/Pay-Frequencies \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}
'{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}curl --request POST \
--url https://api.example.com/api/Configuration/Placements/Pay-Frequencies \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}
'{
"id": 123,
"customerId": 123,
"name": "<string>",
"isEnabled": true
}Was this page helpful?