Skip to main content
PUT
/
api
/
Configuration
/
Placements
/
Pay-Frequencies
/
{payFrequencyId}
Update Placement Pay Frequency
curl --request PUT \
  --url https://api.example.com/api/Configuration/Placements/Pay-Frequencies/{payFrequencyId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "customerId": 123,
  "name": "<string>",
  "isEnabled": true
}
'

Path Parameters

payFrequencyId
integer<int32>
required

Body

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

Response

200

OK