POST api/shoot/shootteampostitions?syncTime={syncTime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
syncTime | date |
Required |
Body Parameters
Collection of ShootTeamPositionName | 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. |
|
ShootTeamId | globally unique identifier |
None. |
|
PositionNumber | integer |
None. |
|
ShootEntryId | globally unique identifier |
None. |
|
ShootSyncDate | date |
None. |
|
ShootTeam | ShootTeam |
None. |
|
ShootEntry | ShootEntry |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Archived": true, "AddedDate": "2025-10-15T05:20:54.0542379+00:00", "AddedBy": 3, "ModifiedDate": "2025-10-15T05:20:54.0542379+00:00", "ModifiedBy": 1, "Id": "a30e7658-9aba-4b9e-87f7-0fff41751c3d", "ClubGroundId": 5, "NeedsSync": true, "HasDuplication": true, "ShootTeamId": "ea274af9-dd2d-49e2-b5cc-c31d84dcba0b", "PositionNumber": 9, "ShootEntryId": "f36c15ed-4053-4ebe-be54-90d7696c60aa", "ShootSyncDate": "2025-10-15T05:20:54.0542379+00:00" }, { "Archived": true, "AddedDate": "2025-10-15T05:20:54.0542379+00:00", "AddedBy": 3, "ModifiedDate": "2025-10-15T05:20:54.0542379+00:00", "ModifiedBy": 1, "Id": "a30e7658-9aba-4b9e-87f7-0fff41751c3d", "ClubGroundId": 5, "NeedsSync": true, "HasDuplication": true, "ShootTeamId": "ea274af9-dd2d-49e2-b5cc-c31d84dcba0b", "PositionNumber": 9, "ShootEntryId": "f36c15ed-4053-4ebe-be54-90d7696c60aa", "ShootSyncDate": "2025-10-15T05:20:54.0542379+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.