POST api/person/shootuserclubs?syncTime={syncTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncTime | date |
Required |
Body Parameters
Collection of ShootUserClub| 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. |
|
| NeedsSync | boolean |
None. |
|
| HasDuplication | boolean |
None. |
|
| ClubGroundId | integer |
None. |
|
| ShootUserId | globally unique identifier |
None. |
|
| ShootSyncDate | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Archived": true,
"AddedDate": "2026-04-12T23:30:25.8536788+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-04-12T23:30:25.8536788+00:00",
"ModifiedBy": 1,
"Id": "c77ee7da-2dd3-45be-8525-53d78020ccf5",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "d5659e56-2b02-496a-aed8-aa6ade0f2150",
"ShootSyncDate": "2026-04-12T23:30:25.8536788+00:00"
},
{
"Archived": true,
"AddedDate": "2026-04-12T23:30:25.8536788+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-04-12T23:30:25.8536788+00:00",
"ModifiedBy": 1,
"Id": "c77ee7da-2dd3-45be-8525-53d78020ccf5",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "d5659e56-2b02-496a-aed8-aa6ade0f2150",
"ShootSyncDate": "2026-04-12T23:30:25.8536788+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfShootUserClub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MerlinData.DataSource">
<ShootUserClub>
<AddedBy>3</AddedBy>
<AddedDate>2026-04-12T23:30:25.8536788+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>c77ee7da-2dd3-45be-8525-53d78020ccf5</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-04-12T23:30:25.8536788+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-04-12T23:30:25.8536788+00:00</ShootSyncDate>
<ShootUserId>d5659e56-2b02-496a-aed8-aa6ade0f2150</ShootUserId>
</ShootUserClub>
<ShootUserClub>
<AddedBy>3</AddedBy>
<AddedDate>2026-04-12T23:30:25.8536788+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>c77ee7da-2dd3-45be-8525-53d78020ccf5</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-04-12T23:30:25.8536788+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-04-12T23:30:25.8536788+00:00</ShootSyncDate>
<ShootUserId>d5659e56-2b02-496a-aed8-aa6ade0f2150</ShootUserId>
</ShootUserClub>
</ArrayOfShootUserClub>
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.