POST api/LMSMaster/SaveEmployeeTarget

Request Information

URI Parameters

None.

Body Parameters

EmployeeTargetData
NameDescriptionTypeAdditional information
UserID

integer

None.

TargetID

integer

None.

Target

integer

None.

TeamTarget

integer

None.

YearID

integer

None.

MonthID

integer

None.

DesignationID

integer

None.

Description

string

None.

Depot

string

None.

RO

string

None.

Product

string

None.

IsActive

integer

None.

AddUserID

integer

None.

AddDate

date

None.

EditUserID

integer

None.

EditDate

date

None.

WETODATE

date

None.

IsDelete

integer

None.

EmployeeTargetDetail

Collection of EmployeeTargetDetail

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "TargetID": 1,
  "Target": 2,
  "TeamTarget": 3,
  "YearID": 4,
  "MonthID": 5,
  "DesignationID": 6,
  "Description": "sample string 7",
  "Depot": "sample string 8",
  "RO": "sample string 9",
  "Product": "sample string 10",
  "IsActive": 1,
  "AddUserID": 11,
  "AddDate": "2025-12-12T02:27:54.8054551+05:30",
  "EditUserID": 12,
  "EditDate": "2025-12-12T02:27:54.8054551+05:30",
  "WETODATE": "2025-12-12T02:27:54.8054551+05:30",
  "IsDelete": 1,
  "EmployeeTargetDetail": [
    {
      "TDID": 1,
      "EmployeeID": 2,
      "Target": "sample string 3",
      "Meeting": "sample string 4",
      "Allotment": "sample string 5",
      "Registration": 6,
      "Security": 7,
      "MachineValue": 8,
      "DepReg": 9,
      "DepSecurityDeposited": 10,
      "DepLicenceFee": 11,
      "DepEquipmentValue": 12,
      "ROReg": 13,
      "ROSecurityDeposited": 14,
      "ROEquipmentValue": 15,
      "ROLicenceFee": 16,
      "KL": 17,
      "GreenDiesel": 18,
      "LicenceFee": 19,
      "Lubricants": 20,
      "Beverages": 21,
      "UserID": 1,
      "CompanyID": 1,
      "FinancialYearID": 1,
      "FinancialYear": "sample string 22"
    },
    {
      "TDID": 1,
      "EmployeeID": 2,
      "Target": "sample string 3",
      "Meeting": "sample string 4",
      "Allotment": "sample string 5",
      "Registration": 6,
      "Security": 7,
      "MachineValue": 8,
      "DepReg": 9,
      "DepSecurityDeposited": 10,
      "DepLicenceFee": 11,
      "DepEquipmentValue": 12,
      "ROReg": 13,
      "ROSecurityDeposited": 14,
      "ROEquipmentValue": 15,
      "ROLicenceFee": 16,
      "KL": 17,
      "GreenDiesel": 18,
      "LicenceFee": 19,
      "Lubricants": 20,
      "Beverages": 21,
      "UserID": 1,
      "CompanyID": 1,
      "FinancialYearID": 1,
      "FinancialYear": "sample string 22"
    }
  ]
}

application/xml, text/xml

Sample:
<EmployeeTargetData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AddDate>2025-12-12T02:27:54.8054551+05:30</AddDate>
  <AddUserID>11</AddUserID>
  <Depot>sample string 8</Depot>
  <Description>sample string 7</Description>
  <DesignationID>6</DesignationID>
  <EditDate>2025-12-12T02:27:54.8054551+05:30</EditDate>
  <EditUserID>12</EditUserID>
  <EmployeeTargetDetail>
    <EmployeeTargetDetail>
      <CompanyID>1</CompanyID>
      <FinancialYear>sample string 22</FinancialYear>
      <FinancialYearID>1</FinancialYearID>
      <UserID>1</UserID>
      <Allotment>sample string 5</Allotment>
      <Beverages>21</Beverages>
      <DepEquipmentValue>12</DepEquipmentValue>
      <DepLicenceFee>11</DepLicenceFee>
      <DepReg>9</DepReg>
      <DepSecurityDeposited>10</DepSecurityDeposited>
      <EmployeeID>2</EmployeeID>
      <GreenDiesel>18</GreenDiesel>
      <KL>17</KL>
      <LicenceFee>19</LicenceFee>
      <Lubricants>20</Lubricants>
      <MachineValue>8</MachineValue>
      <Meeting>sample string 4</Meeting>
      <ROEquipmentValue>15</ROEquipmentValue>
      <ROLicenceFee>16</ROLicenceFee>
      <ROReg>13</ROReg>
      <ROSecurityDeposited>14</ROSecurityDeposited>
      <Registration>6</Registration>
      <Security>7</Security>
      <TDID>1</TDID>
      <Target>sample string 3</Target>
    </EmployeeTargetDetail>
    <EmployeeTargetDetail>
      <CompanyID>1</CompanyID>
      <FinancialYear>sample string 22</FinancialYear>
      <FinancialYearID>1</FinancialYearID>
      <UserID>1</UserID>
      <Allotment>sample string 5</Allotment>
      <Beverages>21</Beverages>
      <DepEquipmentValue>12</DepEquipmentValue>
      <DepLicenceFee>11</DepLicenceFee>
      <DepReg>9</DepReg>
      <DepSecurityDeposited>10</DepSecurityDeposited>
      <EmployeeID>2</EmployeeID>
      <GreenDiesel>18</GreenDiesel>
      <KL>17</KL>
      <LicenceFee>19</LicenceFee>
      <Lubricants>20</Lubricants>
      <MachineValue>8</MachineValue>
      <Meeting>sample string 4</Meeting>
      <ROEquipmentValue>15</ROEquipmentValue>
      <ROLicenceFee>16</ROLicenceFee>
      <ROReg>13</ROReg>
      <ROSecurityDeposited>14</ROSecurityDeposited>
      <Registration>6</Registration>
      <Security>7</Security>
      <TDID>1</TDID>
      <Target>sample string 3</Target>
    </EmployeeTargetDetail>
  </EmployeeTargetDetail>
  <IsActive>1</IsActive>
  <IsDelete>1</IsDelete>
  <MonthID>5</MonthID>
  <Product>sample string 10</Product>
  <RO>sample string 9</RO>
  <Target>2</Target>
  <TargetID>1</TargetID>
  <TeamTarget>3</TeamTarget>
  <UserID>1</UserID>
  <WETODATE>2025-12-12T02:27:54.8054551+05:30</WETODATE>
  <YearID>4</YearID>
</EmployeeTargetData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.