POST api/shoot/shootteampostitions?syncTime={syncTime}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
syncTime

date

Required

Body Parameters

Collection of ShootTeamPosition
NameDescriptionTypeAdditional 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-06-29T10:38:59.0941046+00:00",
    "AddedBy": 3,
    "ModifiedDate": "2025-06-29T10:38:59.0941046+00:00",
    "ModifiedBy": 1,
    "Id": "823c68fd-7224-4c7a-826b-97f7b2419418",
    "ClubGroundId": 5,
    "NeedsSync": true,
    "HasDuplication": true,
    "ShootTeamId": "2ea6cf5d-2b79-4c31-9733-38813d3b0b4f",
    "PositionNumber": 9,
    "ShootEntryId": "e2a02f84-a36d-4075-9326-43ace0590f57",
    "ShootSyncDate": "2025-06-29T10:38:59.0941046+00:00"
  },
  {
    "Archived": true,
    "AddedDate": "2025-06-29T10:38:59.0941046+00:00",
    "AddedBy": 3,
    "ModifiedDate": "2025-06-29T10:38:59.0941046+00:00",
    "ModifiedBy": 1,
    "Id": "823c68fd-7224-4c7a-826b-97f7b2419418",
    "ClubGroundId": 5,
    "NeedsSync": true,
    "HasDuplication": true,
    "ShootTeamId": "2ea6cf5d-2b79-4c31-9733-38813d3b0b4f",
    "PositionNumber": 9,
    "ShootEntryId": "e2a02f84-a36d-4075-9326-43ace0590f57",
    "ShootSyncDate": "2025-06-29T10:38:59.0941046+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

IHttpActionResult

None.

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.