Needio.Services

<back to all web services

GetMyBannedUsersRequest

Requires Authentication
Required role:Approved
The following routes are available for this service:
All Verbs/User/GetMyBannedUsers/
BaseRequest Parameters:
NameParameterData TypeRequiredDescription
startformDateTimeNo
DeviceUUIDformstringNo
APIKeyformstringNo
isAdminformboolNo
CmdformstringNo
GetMyBannedUsersResponse Parameters:
NameParameterData TypeRequiredDescription
MyBannedUsersformList<UserDetailDTO>No
BaseResponse Parameters:
NameParameterData TypeRequiredDescription
ResultformboolNo
ResMessageformstringNo
ErrorformErrorNo
PageInfoformBasePageInfoNo
Error Parameters:
NameParameterData TypeRequiredDescription
ErrorYnformboolNo
ExYnformboolNo
ErrorCodeformstringNo
ErrorDescriptionformstringNo
BasePageInfo Parameters:
NameParameterData TypeRequiredDescription
TotalRecordCountformintNo
TotalPageCountformintNo
CurrentPageformintNo
UserDetailDTO Parameters:
NameParameterData TypeRequiredDescription
UserSsnformstringNo
UserGenderformGendersNo
EmailformstringNo
UserKeyformGuidNo
EmailVerifiedformboolNo
PhoneNumberformstringNo
PhoneNumberVerifiedformboolNo
SalesManYnformboolNo
CardUserKeyformstringNo
CompanyNameformstringNo
BlokedYnformboolNo
ExternalYnformboolNo
BirthYearformintNo
DefaultAdressesIdformintNo
NviApprovedYnformboolNo
ApproveStatusformbyteNo
ApproveMessageformstringNo
OwnSalesmanCodeformstringNo
CreatedDateformDateTime?No
RegisterDateformDateTime?No
UserInfo Parameters:
NameParameterData TypeRequiredDescription
UserIdformintNo
UserNameformstringNo
FirstNameformstringNo
UserFullNameformstringNo
SurnameformstringNo
NickNameformstringNo
ProfileImageformMediaDTONo
UserSocialInfoformUserSocialInfoDTONo
AvatarformstringNo
NeedCommercialMessageConfirmationYnformboolNo
MediaDTO Parameters:
NameParameterData TypeRequiredDescription
PostIdformintNo
MediaIdformint?No
UsageTypeformUsageTypesNo
MediaTypeformMediaTypesNo
SourceformstringNo
MediaFileNameformstringNo
MediaMimeformstringNo
IsMainformboolNo
RefIdformint?No
OrderNumformintNo
ActionformDBActionNo
IsDeletedformboolNo
FriendlyURLformstringNo
PostVariantA1KeyformstringNo
SourceUrlformstringNo
ActiveYnformboolNo
UsageTypes Enum:
NameValue
StoreMedias1
StoreFiles2
MediaTypes Enum:
NameValue
icon0
Image1
Video2
Youtube3
Pdf8
File9
ThreeD10
Custom99
DBAction Enum:
NameValue
None0
Insert1
Update2
Delete3
UserSocialInfoDTO Parameters:
NameParameterData TypeRequiredDescription
AvgRateformdoubleNo
RateCountformintNo
LikeCountformintNo
BanCountformintNo
BannedCountformintNo
FollowCountformintNo
FollowedCountformintNo
ActivePostCountformintNo
ViewCountformintNo
DidUserLikeformboolNo
DidUserBanformboolNo
DidUserBannedformboolNo
DidUserRateformboolNo
DidUserFollowformboolNo
DidUserFollowedformboolNo
Genders Enum:
NameValue
unspecified0
Male1
Female2
GetMyBannedUsersResponse Parameters:
NameParameterData TypeRequiredDescription
MyBannedUsersformList<UserDetailDTO>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /User/GetMyBannedUsers/ HTTP/1.1 
Host: baseservices.needion.com 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"start":"\/Date(-62135596800000-0000)\/","DeviceUUID":"String","APIKey":"String","isAdmin":false,"Cmd":"String"}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"MyBannedUsers":[{"UserSsn":"String","UserGender":0,"Email":"String","UserKey":"00000000000000000000000000000000","EmailVerified":false,"PhoneNumber":"String","PhoneNumberVerified":false,"SalesManYn":false,"CardUserKey":"String","CompanyName":"String","BlokedYn":false,"ExternalYn":false,"BirthYear":0,"DefaultAdressesId":0,"NviApprovedYn":false,"ApproveStatus":0,"ApproveMessage":"String","OwnSalesmanCode":"String","CreatedDate":"\/Date(-62135596800000-0000)\/","RegisterDate":"\/Date(-62135596800000-0000)\/","UserId":0,"UserName":"String","FirstName":"String","UserFullName":"String","Surname":"String","NickName":"String","ProfileImage":{"PostId":0,"MediaId":0,"UsageType":1,"MediaType":0,"Source":"String","MediaFileName":"String","MediaMime":"String","IsMain":false,"RefId":0,"OrderNum":0,"Action":0,"IsDeleted":false,"FriendlyURL":"String","PostVariantA1Key":"String","SourceUrl":"String","ActiveYn":false},"UserSocialInfo":{"AvgRate":0,"RateCount":0,"LikeCount":0,"BanCount":0,"BannedCount":0,"FollowCount":0,"FollowedCount":0,"ActivePostCount":0,"ViewCount":0,"DidUserLike":false,"DidUserBan":false,"DidUserBanned":false,"DidUserRate":false,"DidUserFollow":false,"DidUserFollowed":false},"Avatar":"String","NeedCommercialMessageConfirmationYn":false}],"Result":false,"ResMessage":"String","Error":{"ErrorYn":false,"ExYn":false,"ErrorCode":"String","ErrorDescription":"String"},"PageInfo":{"TotalRecordCount":0,"TotalPageCount":0,"CurrentPage":0}}