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-02-26T00:24:23.2115992+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-02-26T00:24:23.2271507+00:00",
"ModifiedBy": 1,
"Id": "8d0f915f-e444-4744-a022-2f3f5c29e498",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "11a4d038-7ba7-42fb-aeba-80043c737945",
"ShootSyncDate": "2026-02-26T00:24:23.2271507+00:00"
},
{
"Archived": true,
"AddedDate": "2026-02-26T00:24:23.2115992+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-02-26T00:24:23.2271507+00:00",
"ModifiedBy": 1,
"Id": "8d0f915f-e444-4744-a022-2f3f5c29e498",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "11a4d038-7ba7-42fb-aeba-80043c737945",
"ShootSyncDate": "2026-02-26T00:24:23.2271507+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-02-26T00:24:23.2115992+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>8d0f915f-e444-4744-a022-2f3f5c29e498</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-02-26T00:24:23.2271507+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-02-26T00:24:23.2271507+00:00</ShootSyncDate>
<ShootUserId>11a4d038-7ba7-42fb-aeba-80043c737945</ShootUserId>
</ShootUserClub>
<ShootUserClub>
<AddedBy>3</AddedBy>
<AddedDate>2026-02-26T00:24:23.2115992+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>8d0f915f-e444-4744-a022-2f3f5c29e498</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-02-26T00:24:23.2271507+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-02-26T00:24:23.2271507+00:00</ShootSyncDate>
<ShootUserId>11a4d038-7ba7-42fb-aeba-80043c737945</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.