POST complaint/countlog

Request Information

URI Parameters

None.

Body Parameters

CountLogModel
NameDescriptionTypeAdditional information
MapLoginid_Pk

integer

None.

UserId_Fk

integer

None.

ModuleType

string

None.

Modeuleid_fk

integer

None.

PageName

string

None.

APIUsed

boolean

None.

APIType

string

None.

APISource

string

None.

DeptUser

boolean

None.

UpdateDeptId

integer

None.

UpdateOfficeId

integer

None.

UpdateUserId

integer

None.

UpdateOn

date

None.

IPAddress

string

None.

IMEINo

string

None.

UserType

integer

None.

serviceid

integer

None.

servicename

string

None.

password

string

None.

Request Formats

application/json, text/json

Sample:
{
  "mapLoginid_Pk": 1,
  "userId_Fk": 2,
  "moduleType": "sample string 3",
  "modeuleid_fk": 4,
  "pageName": "sample string 5",
  "apiUsed": true,
  "apiType": "sample string 7",
  "apiSource": "sample string 8",
  "deptUser": true,
  "updateDeptId": 1,
  "updateOfficeId": 1,
  "updateUserId": 1,
  "updateOn": "2025-12-21T18:03:24.5940462+05:30",
  "ipAddress": "sample string 11",
  "imeiNo": "sample string 12",
  "userType": 1,
  "serviceid": 13,
  "servicename": "sample string 14",
  "password": "sample string 15"
}

application/xml, text/xml

Sample:
<CountLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SewaApiModel">
  <APISource>sample string 8</APISource>
  <APIType>sample string 7</APIType>
  <APIUsed>true</APIUsed>
  <DeptUser>true</DeptUser>
  <IMEINo>sample string 12</IMEINo>
  <IPAddress>sample string 11</IPAddress>
  <MapLoginid_Pk>1</MapLoginid_Pk>
  <Modeuleid_fk>4</Modeuleid_fk>
  <ModuleType>sample string 3</ModuleType>
  <PageName>sample string 5</PageName>
  <UpdateDeptId>1</UpdateDeptId>
  <UpdateOfficeId>1</UpdateOfficeId>
  <UpdateOn>2025-12-21T18:03:24.5940462+05:30</UpdateOn>
  <UpdateUserId>1</UpdateUserId>
  <UserId_Fk>2</UserId_Fk>
  <UserType>1</UserType>
  <password>sample string 15</password>
  <serviceid>13</serviceid>
  <servicename>sample string 14</servicename>
</CountLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.