POST api/shoot/shootsquadpositions?syncTime={syncTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncTime | date |
Required |
Body Parameters
Collection of ShootSquadPosition| 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. |
|
| Number | integer |
None. |
|
| ShootEntryId | globally unique identifier |
None. |
|
| ShootSquadId | globally unique identifier |
None. |
|
| ShootOffEnd | integer |
None. |
|
| ShootSyncDate | date |
None. |
|
| ShootSquad | ShootSquad |
None. |
|
| ShootEntry | ShootEntry |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Archived": true,
"AddedDate": "2026-02-26T00:23:08.3362699+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-02-26T00:23:08.3362699+00:00",
"ModifiedBy": 1,
"Id": "fafd962c-5c16-4383-850b-8aeec631df4c",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"Number": 8,
"ShootEntryId": "83d896c0-fdda-4aa9-b761-a45fb181e8fa",
"ShootSquadId": "b659d85b-b675-4ec9-b9f2-7cccb75ff739",
"ShootOffEnd": 1,
"ShootSyncDate": "2026-02-26T00:23:08.3362699+00:00"
},
{
"Archived": true,
"AddedDate": "2026-02-26T00:23:08.3362699+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-02-26T00:23:08.3362699+00:00",
"ModifiedBy": 1,
"Id": "fafd962c-5c16-4383-850b-8aeec631df4c",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"Number": 8,
"ShootEntryId": "83d896c0-fdda-4aa9-b761-a45fb181e8fa",
"ShootSquadId": "b659d85b-b675-4ec9-b9f2-7cccb75ff739",
"ShootOffEnd": 1,
"ShootSyncDate": "2026-02-26T00:23:08.3362699+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.