curl --location --request PUT 'https://api.falken.ltd/api/marksmanship/Competition/' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"description": "string",
"leagueSeasonId": "5e4920f1-4170-4476-8035-1a64fee56d20",
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"registrationStartDateTime": "2019-08-24T14:15:22Z",
"registrationEndDateTime": "2019-08-24T14:15:22Z",
"venueName": "string",
"address": "string",
"city": "string",
"stateOrTerritory": 1,
"postalCode": "string",
"country": 0,
"registrationFee": 0,
"maxEntries": 0,
"processingFee": 0,
"allowTeamEntries": true,
"rulesUrl": "string",
"isActive": true
}'
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"slug": "string",
"description": "string",
"leagueSeasonId": "5e4920f1-4170-4476-8035-1a64fee56d20",
"leagueSeasonName": "string",
"startDateTime": "2019-08-24T14:15:22Z",
"endDateTime": "2019-08-24T14:15:22Z",
"registrationStartDateTime": "2019-08-24T14:15:22Z",
"registrationEndDateTime": "2019-08-24T14:15:22Z",
"venueName": "string",
"address": "string",
"city": "string",
"stateOrTerritory": 1,
"stateOrTerritoryName": "string",
"postalCode": "string",
"country": 0,
"countryName": "string",
"registrationFee": 0,
"maxEntries": 0,
"processingFee": 0,
"allowTeamEntries": true,
"rulesUrl": "string",
"entryCount": 0,
"isActive": true,
"created": "2019-08-24T14:15:22Z",
"updated": "2019-08-24T14:15:22Z"
}