curl --location --request POST 'https://api.falken.ltd/api/marksmanship/CourseOfFire' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string",
"description": "string",
"totalShots": 1,
"totalTimeMinutes": 1,
"sanctioningBody": "string",
"isActive": true,
"displayOrder": 0,
"positions": [
{
"position": "string",
"shotCount": 1,
"timeMinutes": 1,
"positionOrder": 0,
"notes": "string",
"allowSightingShots": true,
"sightingShotCount": 0
}
]
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string",
"description": "string",
"totalShots": 0,
"totalTimeMinutes": 0,
"sanctioningBody": "string",
"isActive": true,
"displayOrder": 0,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z",
"positions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"courseOfFireId": "60126575-594a-46bb-a092-ade373c69957",
"position": "string",
"shotCount": 0,
"timeMinutes": 0,
"positionOrder": 0,
"notes": "string",
"allowSightingShots": true,
"sightingShotCount": 0,
"created": "2019-08-24T14:15:22.123Z",
"updated": "2019-08-24T14:15:22.123Z"
}
]
}