POST api/person/shootuserclubs?syncTime={syncTime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
syncTime | date |
Required |
Body Parameters
Collection of ShootUserClubName | 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": "2025-06-29T10:55:17.2809832+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T10:55:17.2809832+00:00", "ModifiedBy": 1, "Id": "330e008f-29b9-459f-bd29-917291c141d5", "NeedsSync": true, "HasDuplication": true, "ClubGroundId": 7, "ShootUserId": "6aca8441-0bd3-416d-8673-ac884811ec72", "ShootSyncDate": "2025-06-29T10:55:17.2809832+00:00" }, { "Archived": true, "AddedDate": "2025-06-29T10:55:17.2809832+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T10:55:17.2809832+00:00", "ModifiedBy": 1, "Id": "330e008f-29b9-459f-bd29-917291c141d5", "NeedsSync": true, "HasDuplication": true, "ClubGroundId": 7, "ShootUserId": "6aca8441-0bd3-416d-8673-ac884811ec72", "ShootSyncDate": "2025-06-29T10:55:17.2809832+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>2025-06-29T10:55:17.2809832+00:00</AddedDate> <Archived>true</Archived> <ClubGroundId>7</ClubGroundId> <HasDuplication>true</HasDuplication> <Id>330e008f-29b9-459f-bd29-917291c141d5</Id> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-06-29T10:55:17.2809832+00:00</ModifiedDate> <NeedsSync>true</NeedsSync> <ShootSyncDate>2025-06-29T10:55:17.2809832+00:00</ShootSyncDate> <ShootUserId>6aca8441-0bd3-416d-8673-ac884811ec72</ShootUserId> </ShootUserClub> <ShootUserClub> <AddedBy>3</AddedBy> <AddedDate>2025-06-29T10:55:17.2809832+00:00</AddedDate> <Archived>true</Archived> <ClubGroundId>7</ClubGroundId> <HasDuplication>true</HasDuplication> <Id>330e008f-29b9-459f-bd29-917291c141d5</Id> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-06-29T10:55:17.2809832+00:00</ModifiedDate> <NeedsSync>true</NeedsSync> <ShootSyncDate>2025-06-29T10:55:17.2809832+00:00</ShootSyncDate> <ShootUserId>6aca8441-0bd3-416d-8673-ac884811ec72</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.