Skip to main content
POST
/
api
/
Configuration
/
Placements
/
Pay-Frequencies
Create Placement Pay Frequency
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
}

Body

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

Response

OK

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