POST api/person/shootusers?syncTime={syncTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| syncTime | date |
Required |
Body Parameters
Collection of ShootUser| 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. |
|
| ClubGroundId | integer |
None. |
|
| NeedsSync | boolean |
None. |
|
| HasDuplication | boolean |
None. |
|
| Title | string |
None. |
|
| Firstname | string |
None. |
|
| Surname | string |
None. |
|
| EmailAddress | string |
None. |
|
| Salt | string |
None. |
|
| Password | string |
None. |
|
| RoleType | integer |
None. |
|
| LoginAttempts | integer |
None. |
|
| Locked | boolean |
None. |
|
| Initials | string |
None. |
|
| MembershipId | integer |
None. |
|
| ShootSyncDate | date |
None. |
|
| Flags | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Archived": true,
"AddedDate": "2026-01-11T20:41:12.0469734+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-01-11T20:41:12.0469734+00:00",
"ModifiedBy": 1,
"Id": "92581813-ecf8-4d79-b0de-09b417d51314",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"Title": "sample string 8",
"Firstname": "sample string 9",
"Surname": "sample string 10",
"EmailAddress": "sample string 11",
"Salt": "sample string 12",
"Password": "sample string 13",
"RoleType": 14,
"LoginAttempts": 1,
"Locked": true,
"Initials": "sample string 15",
"MembershipId": 1,
"ShootSyncDate": "2026-01-11T20:41:12.0469734+00:00",
"Flags": 1
},
{
"Archived": true,
"AddedDate": "2026-01-11T20:41:12.0469734+00:00",
"AddedBy": 3,
"ModifiedDate": "2026-01-11T20:41:12.0469734+00:00",
"ModifiedBy": 1,
"Id": "92581813-ecf8-4d79-b0de-09b417d51314",
"ClubGroundId": 5,
"NeedsSync": true,
"HasDuplication": true,
"Title": "sample string 8",
"Firstname": "sample string 9",
"Surname": "sample string 10",
"EmailAddress": "sample string 11",
"Salt": "sample string 12",
"Password": "sample string 13",
"RoleType": 14,
"LoginAttempts": 1,
"Locked": true,
"Initials": "sample string 15",
"MembershipId": 1,
"ShootSyncDate": "2026-01-11T20:41:12.0469734+00:00",
"Flags": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfShootUser xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MerlinData.DataSource">
<ShootUser>
<AddedBy>3</AddedBy>
<AddedDate>2026-01-11T20:41:12.0469734+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>5</ClubGroundId>
<EmailAddress>sample string 11</EmailAddress>
<Firstname>sample string 9</Firstname>
<Flags>1</Flags>
<HasDuplication>true</HasDuplication>
<Id>92581813-ecf8-4d79-b0de-09b417d51314</Id>
<Initials>sample string 15</Initials>
<Locked>true</Locked>
<LoginAttempts>1</LoginAttempts>
<MembershipId>1</MembershipId>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-01-11T20:41:12.0469734+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<Password>sample string 13</Password>
<RoleType>14</RoleType>
<Salt>sample string 12</Salt>
<ShootSyncDate>2026-01-11T20:41:12.0469734+00:00</ShootSyncDate>
<Surname>sample string 10</Surname>
<Title>sample string 8</Title>
</ShootUser>
<ShootUser>
<AddedBy>3</AddedBy>
<AddedDate>2026-01-11T20:41:12.0469734+00:00</AddedDate>
<Archived>true</Archived>
<ClubGroundId>5</ClubGroundId>
<EmailAddress>sample string 11</EmailAddress>
<Firstname>sample string 9</Firstname>
<Flags>1</Flags>
<HasDuplication>true</HasDuplication>
<Id>92581813-ecf8-4d79-b0de-09b417d51314</Id>
<Initials>sample string 15</Initials>
<Locked>true</Locked>
<LoginAttempts>1</LoginAttempts>
<MembershipId>1</MembershipId>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2026-01-11T20:41:12.0469734+00:00</ModifiedDate>
<NeedsSync>true</NeedsSync>
<Password>sample string 13</Password>
<RoleType>14</RoleType>
<Salt>sample string 12</Salt>
<ShootSyncDate>2026-01-11T20:41:12.0469734+00:00</ShootSyncDate>
<Surname>sample string 10</Surname>
<Title>sample string 8</Title>
</ShootUser>
</ArrayOfShootUser>
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.