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-07-14T00:54:04.857638+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-14T00:54:04.857638+00:00",
"ModifiedBy": 1,
"Id": "aa413081-7ecc-4e35-876c-82decda470e3",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "5854d898-8a98-454a-9845-bc87375b9ab3",
"ShootSyncDate": "2026-07-14T00:54:04.857638+00:00"
},
{
"Archived": true,
"AddedDate": "2026-07-14T00:54:04.857638+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-07-14T00:54:04.857638+00:00",
"ModifiedBy": 1,
"Id": "aa413081-7ecc-4e35-876c-82decda470e3",
"NeedsSync": true,
"HasDuplication": true,
"ClubGroundId": 7,
"ShootUserId": "5854d898-8a98-454a-9845-bc87375b9ab3",
"ShootSyncDate": "2026-07-14T00:54:04.857638+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-07-14T00:54:04.857638+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>aa413081-7ecc-4e35-876c-82decda470e3</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-07-14T00:54:04.857638+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-07-14T00:54:04.857638+00:00</ShootSyncDate>
<ShootUserId>5854d898-8a98-454a-9845-bc87375b9ab3</ShootUserId>
</ShootUserClub>
<ShootUserClub>
<AddedBy>3</AddedBy>
<AddedDate>2026-07-14T00:54:04.857638+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>7</ClubGroundId>
<HasDuplication>true</HasDuplication>
<Id>aa413081-7ecc-4e35-876c-82decda470e3</Id>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-07-14T00:54:04.857638+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<ShootSyncDate>2026-07-14T00:54:04.857638+00:00</ShootSyncDate>
<ShootUserId>5854d898-8a98-454a-9845-bc87375b9ab3</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.