POST api/shoot/shootsquadpositions?syncTime={syncTime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
syncTime | date |
Required |
Body Parameters
Collection of ShootSquadPositionName | 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": "2025-06-29T11:27:35.3442178+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T11:27:35.3442178+00:00", "ModifiedBy": 1, "Id": "2f410d51-bbe6-4ec3-abbb-9239a45ec856", "ClubGroundId": 5, "NeedsSync": true, "HasDuplication": true, "Number": 8, "ShootEntryId": "f751b724-7651-4919-baef-738804319b45", "ShootSquadId": "f79cdc89-734c-43cc-8509-f230d62a2f60", "ShootOffEnd": 1, "ShootSyncDate": "2025-06-29T11:27:35.3442178+00:00" }, { "Archived": true, "AddedDate": "2025-06-29T11:27:35.3442178+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T11:27:35.3442178+00:00", "ModifiedBy": 1, "Id": "2f410d51-bbe6-4ec3-abbb-9239a45ec856", "ClubGroundId": 5, "NeedsSync": true, "HasDuplication": true, "Number": 8, "ShootEntryId": "f751b724-7651-4919-baef-738804319b45", "ShootSquadId": "f79cdc89-734c-43cc-8509-f230d62a2f60", "ShootOffEnd": 1, "ShootSyncDate": "2025-06-29T11:27:35.3442178+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.