POST Middleware/Services/SyncTAMSData/SalaryBreakupCreateAsync
Request Information
URI Parameters
None.
Body Parameters
SyncTAMSSalaryBreakupDataRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
Required |
|
| EmpCode | string |
Required |
|
| CtcAmount | decimal number |
Required |
|
| MpiApiPiType | string |
Required |
|
| BasicPay | decimal number |
Required |
|
| HouseRentAllowance | decimal number |
Required |
|
| FlexibleCompensationPlan | decimal number |
Required |
|
| MedicalAllowance | decimal number |
Required |
|
| ConveyanceAllowance | decimal number |
Required |
|
| ShiftAllowance | decimal number |
Required |
|
| SkillAllowance | decimal number |
Required |
|
| CityCompensatoryAllowance | decimal number |
Required |
|
| OtherAllowance | decimal number |
Required |
|
| StatutoryBonus | decimal number |
Required |
|
| ProvidentFund_EmployerContribution | decimal number |
Required |
|
| Gratuity | decimal number |
Required |
|
| ESICContribution_EmployerContribution | decimal number |
Required |
|
| RoundingOff | decimal number |
Required |
|
| PerformanceBonus | decimal number |
Required |
|
| RetentionBonus | decimal number |
Required |
|
| Medical_GPAInsurancePremium | decimal number |
Required |
|
| SuperAnnuation | decimal number |
Required |
|
| VehicleCostAndRunningMaintenance | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"EmpCode": "sample string 2",
"CtcAmount": 3.1,
"MpiApiPiType": "sample string 4",
"BasicPay": 5.1,
"HouseRentAllowance": 6.1,
"FlexibleCompensationPlan": 7.1,
"MedicalAllowance": 8.1,
"ConveyanceAllowance": 9.1,
"ShiftAllowance": 10.1,
"SkillAllowance": 11.1,
"CityCompensatoryAllowance": 12.1,
"OtherAllowance": 13.1,
"StatutoryBonus": 14.1,
"ProvidentFund_EmployerContribution": 15.1,
"Gratuity": 16.1,
"ESICContribution_EmployerContribution": 17.1,
"RoundingOff": 18.1,
"PerformanceBonus": 19.1,
"RetentionBonus": 20.1,
"Medical_GPAInsurancePremium": 21.1,
"SuperAnnuation": 22.1,
"VehicleCostAndRunningMaintenance": 23.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.