POST api/LicencePermitApproveUser/Authenticate

Request Information

URI Parameters

None.

Body Parameters

LicencePermitApproveUserViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

OGADepartmentId

integer

None.

OGASectionId

integer

None.

UserType

string

None.

FullName

string

None.

UserName

string

None.

Password

string

None.

Position

string

None.

Email

string

None.

Mobile

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedUserId

integer

None.

CreatedDate

date

None.

UpdatedUserId

integer

None.

UpdatedDate

date

None.

No

integer

None.

OGADepartmentName

string

None.

OGASectionName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "OGADepartmentId": 2,
  "OGASectionId": 3,
  "UserType": "sample string 4",
  "FullName": "sample string 5",
  "UserName": "sample string 6",
  "Password": "sample string 7",
  "Position": "sample string 8",
  "Email": "sample string 9",
  "Mobile": "sample string 10",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedUserId": 13,
  "CreatedDate": "2026-06-13T05:15:36.3190135+06:30",
  "UpdatedUserId": 15,
  "UpdatedDate": "2026-06-13T05:15:36.3190135+06:30",
  "No": 16,
  "OGADepartmentName": "sample string 17",
  "OGASectionName": "sample string 18"
}

application/xml, text/xml

Sample:
<LicencePermitApproveUserViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <CreatedDate>2026-06-13T05:15:36.3190135+06:30</CreatedDate>
  <CreatedUserId>13</CreatedUserId>
  <Email>sample string 9</Email>
  <FullName>sample string 5</FullName>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <Mobile>sample string 10</Mobile>
  <No>16</No>
  <OGADepartmentId>2</OGADepartmentId>
  <OGADepartmentName>sample string 17</OGADepartmentName>
  <OGASectionId>3</OGASectionId>
  <OGASectionName>sample string 18</OGASectionName>
  <Password>sample string 7</Password>
  <Position>sample string 8</Position>
  <UpdatedDate>2026-06-13T05:15:36.3190135+06:30</UpdatedDate>
  <UpdatedUserId>15</UpdatedUserId>
  <UserName>sample string 6</UserName>
  <UserType>sample string 4</UserType>
</LicencePermitApproveUserViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LicencePermitApproveUserViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.