POST api/UserMaster
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
usermaster | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserId": 1, "UserName": "sample string 2", "FullName": "sample string 3", "Password": "sample string 4", "RoleId": 1, "MobileNo": "sample string 5", "EmailId": "sample string 6", "CreatedDt": "2025-09-26T03:49:09.0949794+05:30", "ModifiedDt": "2025-09-26T03:49:09.0949794+05:30", "IsActive": "sample string 7", "CompanyId": 1, "CompanyCode": "sample string 8", "AgentAccTypeId": 1, "AgentAccId": 1 }
text/html
Sample:
{"UserId":1,"UserName":"sample string 2","FullName":"sample string 3","Password":"sample string 4","RoleId":1,"MobileNo":"sample string 5","EmailId":"sample string 6","CreatedDt":"2025-09-26T03:49:09.0949794+05:30","ModifiedDt":"2025-09-26T03:49:09.0949794+05:30","IsActive":"sample string 7","CompanyId":1,"CompanyCode":"sample string 8","AgentAccTypeId":1,"AgentAccId":1}
application/xml, text/xml
Sample:
<UserMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models"> <AgentAccId>1</AgentAccId> <AgentAccTypeId>1</AgentAccTypeId> <CompanyCode>sample string 8</CompanyCode> <CompanyId>1</CompanyId> <CreatedDt>2025-09-26T03:49:09.0949794+05:30</CreatedDt> <EmailId>sample string 6</EmailId> <FullName>sample string 3</FullName> <IsActive>sample string 7</IsActive> <MobileNo>sample string 5</MobileNo> <ModifiedDt>2025-09-26T03:49:09.0949794+05:30</ModifiedDt> <Password>sample string 4</Password> <RoleId>1</RoleId> <UserId>1</UserId> <UserName>sample string 2</UserName> </UserMaster>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "UserId": 1, "UserName": "sample string 2", "FullName": "sample string 3", "Password": "sample string 4", "RoleId": 1, "MobileNo": "sample string 5", "EmailId": "sample string 6", "CreatedDt": "2025-09-26T03:49:09.0949794+05:30", "ModifiedDt": "2025-09-26T03:49:09.0949794+05:30", "IsActive": "sample string 7", "CompanyId": 1, "CompanyCode": "sample string 8", "AgentAccTypeId": 1, "AgentAccId": 1 }
text/html
Sample:
{"UserId":1,"UserName":"sample string 2","FullName":"sample string 3","Password":"sample string 4","RoleId":1,"MobileNo":"sample string 5","EmailId":"sample string 6","CreatedDt":"2025-09-26T03:49:09.0949794+05:30","ModifiedDt":"2025-09-26T03:49:09.0949794+05:30","IsActive":"sample string 7","CompanyId":1,"CompanyCode":"sample string 8","AgentAccTypeId":1,"AgentAccId":1}
application/xml, text/xml
Sample:
<UserMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models"> <AgentAccId>1</AgentAccId> <AgentAccTypeId>1</AgentAccTypeId> <CompanyCode>sample string 8</CompanyCode> <CompanyId>1</CompanyId> <CreatedDt>2025-09-26T03:49:09.0949794+05:30</CreatedDt> <EmailId>sample string 6</EmailId> <FullName>sample string 3</FullName> <IsActive>sample string 7</IsActive> <MobileNo>sample string 5</MobileNo> <ModifiedDt>2025-09-26T03:49:09.0949794+05:30</ModifiedDt> <Password>sample string 4</Password> <RoleId>1</RoleId> <UserId>1</UserId> <UserName>sample string 2</UserName> </UserMaster>