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-01-11T20:46:49.6264808+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-01-11T20:46:49.6264808+00:00",
"ModifiedBy": 1,
"Id": "be1ad55d-8e22-419f-a14f-2c78bad24184",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "4b0345e7-a3c3-4ebd-8680-ab9218ba1e92",
"ShootSyncDate": "2026-01-11T20:46:49.6264808+00:00"
},
{
"Archived": true,
"AddedDate": "2026-01-11T20:46:49.6264808+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-01-11T20:46:49.6264808+00:00",
"ModifiedBy": 1,
"Id": "be1ad55d-8e22-419f-a14f-2c78bad24184",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "4b0345e7-a3c3-4ebd-8680-ab9218ba1e92",
"ShootSyncDate": "2026-01-11T20:46:49.6264808+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-01-11T20:46:49.6264808+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>be1ad55d-8e22-419f-a14f-2c78bad24184</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-01-11T20:46:49.6264808+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-01-11T20:46:49.6264808+00:00</ShootSyncDate>
<ShootUserId>4b0345e7-a3c3-4ebd-8680-ab9218ba1e92</ShootUserId>
</ShootUserClub>
<ShootUserClub>
<AddedBy>3</AddedBy>
<AddedDate>2026-01-11T20:46:49.6264808+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>be1ad55d-8e22-419f-a14f-2c78bad24184</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-01-11T20:46:49.6264808+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-01-11T20:46:49.6264808+00:00</ShootSyncDate>
<ShootUserId>4b0345e7-a3c3-4ebd-8680-ab9218ba1e92</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.