POST api/shoot/competitionclasses?syncTime={syncTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncTime | date |
Required |
Body Parameters
Collection of ShootCompetitionClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Archived | boolean |
None. |
|
| AddedDate | date |
None. |
|
| AddedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClubGroundId | integer |
None. |
|
| NeedsSync | boolean |
None. |
|
| HasDuplication | boolean |
None. |
|
| ShootCompetitionId | globally unique identifier |
None. |
|
| ClassificationBandId | integer |
None. |
|
| ShootSyncDate | date |
None. |
|
| ClassificationBandLevelDisciplineLink | ClassificationBandLevelDisciplineLink |
None. |
|
| ShootCompetition | ShootCompetition |
None. |
|
| ShootEntries | Collection of ShootEntry |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Archived": true,
"AddedDate": "2026-07-15T02:42:11.5521463+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-15T02:42:11.5521463+00:00",
"ModifiedBy": 1,
"Id": "44269014-1855-49e5-b598-41701b350b40",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"ShootCompetitionId": "7c8eb3b9-2c36-4d14-8893-b7353c201701",
"ClassificationBandId": 9,
"ShootSyncDate": "2026-07-15T02:42:11.5521463+00:00"
},
{
"Archived": true,
"AddedDate": "2026-07-15T02:42:11.5521463+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-15T02:42:11.5521463+00:00",
"ModifiedBy": 1,
"Id": "44269014-1855-49e5-b598-41701b350b40",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"ShootCompetitionId": "7c8eb3b9-2c36-4d14-8893-b7353c201701",
"ClassificationBandId": 9,
"ShootSyncDate": "2026-07-15T02:42:11.5521463+00:00"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.