POST api/Configuration/EmployeeInternalClient

Request Information

URI Parameters

None.

Body Parameters

EmployeeInternalClientConfigurationViewModel
NameDescriptionTypeAdditional information
lstEmployeeInternalClientId

Collection of string

None.

EmployeeInternalClientId

integer

None.

EmployeeId

integer

None.

EmployeeName

string

None.

InternalClientId

integer

None.

InternalClientName

string

None.

Description

string

None.

Code

string

None.

ClientId

integer

None.

DisplayOrder

integer

None.

IsActive

boolean

None.

CreatedDate

date

None.

CreatedBy

integer

None.

CreatedByName

string

None.

ModifyDate

date

None.

ModifyBy

integer

None.

ModifyByName

string

None.

IpAddress

string

None.

LocalIpAddress

string

None.

DbUserAccount

string

None.

lstInternalClientId

Collection of string

None.

RequestType

RequestTypeEnum

None.

Request Formats

application/json, text/json

Sample:
{
  "lstEmployeeInternalClientId": [
    "sample string 1",
    "sample string 2"
  ],
  "EmployeeInternalClientId": 1,
  "EmployeeId": 1,
  "EmployeeName": "sample string 2",
  "InternalClientId": 1,
  "InternalClientName": "sample string 3",
  "Description": "sample string 4",
  "Code": "sample string 5",
  "ClientId": 1,
  "DisplayOrder": 6,
  "IsActive": true,
  "CreatedDate": "2026-01-07T07:13:12.4514662+05:30",
  "CreatedBy": 9,
  "CreatedByName": "sample string 10",
  "ModifyDate": "2026-01-07T07:13:12.4514662+05:30",
  "ModifyBy": 1,
  "ModifyByName": "sample string 11",
  "IpAddress": "sample string 12",
  "LocalIpAddress": "sample string 13",
  "DbUserAccount": "sample string 14",
  "lstInternalClientId": [
    "sample string 1",
    "sample string 2"
  ],
  "RequestType": 0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.