POST api/shoot/shootteampostitions?syncTime={syncTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncTime | date |
Required |
Body Parameters
Collection of ShootTeamPosition| 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. |
|
| 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": "2026-07-14T02:00:06.6820305+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-14T02:00:06.6820305+00:00",
"ModifiedBy": 1,
"Id": "1c6a16cd-b761-4982-9608-57b8e86f8c66",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"ShootTeamId": "e1a5060e-48f7-4feb-b577-e96252c8042f",
"PositionNumber": 9,
"ShootEntryId": "3a78cb33-f6cc-4492-9545-c467b2a3bd9b",
"ShootSyncDate": "2026-07-14T02:00:06.6820305+00:00"
},
{
"Archived": true,
"AddedDate": "2026-07-14T02:00:06.6820305+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-14T02:00:06.6820305+00:00",
"ModifiedBy": 1,
"Id": "1c6a16cd-b761-4982-9608-57b8e86f8c66",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"ShootTeamId": "e1a5060e-48f7-4feb-b577-e96252c8042f",
"PositionNumber": 9,
"ShootEntryId": "3a78cb33-f6cc-4492-9545-c467b2a3bd9b",
"ShootSyncDate": "2026-07-14T02:00:06.6820305+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.