POST api/ClubManagement/UserSelection
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Usr | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "cType": "sample string 1", "nUserId": 2, "cUserName": "sample string 3", "cLoginName": "sample string 4", "cMobile": "sample string 5", "cPassword": "sample string 6", "bActive": true, "bCancelled": true, "nCreatedBy": 9, "dCreatedDate": "2024-10-09T04:04:26.6903744+05:30", "nModifiedBy": 1, "dModifiedDate": "2024-10-09T04:04:26.6903744+05:30", "nCompanyId": 10 }
application/xml, text/xml
Sample:
<Users xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <bActive>true</bActive> <bCancelled>true</bCancelled> <cLoginName>sample string 4</cLoginName> <cMobile>sample string 5</cMobile> <cPassword>sample string 6</cPassword> <cType>sample string 1</cType> <cUserName>sample string 3</cUserName> <dCreatedDate>2024-10-09T04:04:26.6903744+05:30</dCreatedDate> <dModifiedDate>2024-10-09T04:04:26.6903744+05:30</dModifiedDate> <nCompanyId>10</nCompanyId> <nCreatedBy>9</nCreatedBy> <nModifiedBy>1</nModifiedBy> <nUserId>2</nUserId> </Users>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Data": null, "Message": "sample string 2" }
application/xml, text/xml
Sample:
<ResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TabHDManagement.Models"> <Data i:nil="true" /> <Message>sample string 2</Message> <Status>sample string 1</Status> </ResponseData>