POST api/person/shootusers?syncTime={syncTime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
syncTime | date |
Required |
Body Parameters
Collection of ShootUserName | 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": "2025-06-29T11:33:47.143713+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T11:33:47.143713+00:00", "ModifiedBy": 1, "Id": "b2ebf57e-7b85-4d32-b586-311c5b2619fc", "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": "2025-06-29T11:33:47.143713+00:00", "Flags": 1 }, { "Archived": true, "AddedDate": "2025-06-29T11:33:47.143713+00:00", "AddedBy": 3, "ModifiedDate": "2025-06-29T11:33:47.143713+00:00", "ModifiedBy": 1, "Id": "b2ebf57e-7b85-4d32-b586-311c5b2619fc", "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": "2025-06-29T11:33:47.143713+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>2025-06-29T11:33:47.143713+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>b2ebf57e-7b85-4d32-b586-311c5b2619fc</Id> <Initials>sample string 15</Initials> <Locked>true</Locked> <LoginAttempts>1</LoginAttempts> <MembershipId>1</MembershipId> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-06-29T11:33:47.143713+00:00</ModifiedDate> <NeedsSync>true</NeedsSync> <Password>sample string 13</Password> <RoleType>14</RoleType> <Salt>sample string 12</Salt> <ShootSyncDate>2025-06-29T11:33:47.143713+00:00</ShootSyncDate> <Surname>sample string 10</Surname> <Title>sample string 8</Title> </ShootUser> <ShootUser> <AddedBy>3</AddedBy> <AddedDate>2025-06-29T11:33:47.143713+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>b2ebf57e-7b85-4d32-b586-311c5b2619fc</Id> <Initials>sample string 15</Initials> <Locked>true</Locked> <LoginAttempts>1</LoginAttempts> <MembershipId>1</MembershipId> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2025-06-29T11:33:47.143713+00:00</ModifiedDate> <NeedsSync>true</NeedsSync> <Password>sample string 13</Password> <RoleType>14</RoleType> <Salt>sample string 12</Salt> <ShootSyncDate>2025-06-29T11:33:47.143713+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.