POST api/UserMsts/Authenticate
Request Information
URI Parameters
None.
Body Parameters
UserMstName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
UserType | integer |
None. |
|
Username | string |
None. |
|
Password | string |
None. |
|
DisplayName | string |
None. |
|
IsDeleted | boolean |
None. |
|
CreatedBy | integer |
None. |
|
CreateDate | date |
None. |
|
ModifiedBy | integer |
None. |
|
ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "UserType": 2, "Username": "sample string 3", "Password": "sample string 4", "DisplayName": "sample string 5", "IsDeleted": true, "CreatedBy": 7, "CreateDate": "2024-11-17T15:12:27.4767352+05:30", "ModifiedBy": 1, "ModifiedDate": "2024-11-17T15:12:27.4767352+05:30" }
application/xml, text/xml
Sample:
<UserMst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEDAAPI.Models"> <CreateDate>2024-11-17T15:12:27.4767352+05:30</CreateDate> <CreatedBy>7</CreatedBy> <DisplayName>sample string 5</DisplayName> <IsDeleted>true</IsDeleted> <ModifiedBy>1</ModifiedBy> <ModifiedDate>2024-11-17T15:12:27.4767352+05:30</ModifiedDate> <Password>sample string 4</Password> <UserID>1</UserID> <UserType>2</UserType> <Username>sample string 3</Username> </UserMst>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.