PUT Middleware/Services/SyncTAMSSalaryBreakupData/PutAsync
Request Information
URI Parameters
None.
Body Parameters
SyncTAMSSalaryBreakupData| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| EmpCode | string |
None. |
|
| JoiningDate | date |
None. |
|
| EffeciveFrom | date |
None. |
|
| EffeciveTo | date |
None. |
|
| CtcAmount | decimal number |
None. |
|
| MpiApiPiType | MpiApiPiType |
None. |
|
| BasicPay | decimal number |
None. |
|
| HouseRentAllowance | decimal number |
None. |
|
| FlexibleCompensationPlan | decimal number |
None. |
|
| MedicalAllowance | decimal number |
None. |
|
| ConveyanceAllowance | decimal number |
None. |
|
| ShiftAllowance | decimal number |
None. |
|
| SkillAllowance | decimal number |
None. |
|
| CityCompensatoryAllowance | decimal number |
None. |
|
| OtherAllowance | decimal number |
None. |
|
| StatutoryBonus | decimal number |
None. |
|
| ProvidentFund_EmployerContribution | decimal number |
None. |
|
| Gratuity | decimal number |
None. |
|
| ESICContribution_EmployerContribution | decimal number |
None. |
|
| RoundingOff | decimal number |
None. |
|
| PerformanceBonus | decimal number |
None. |
|
| RetentionBonus | decimal number |
None. |
|
| Medical_GPAInsurancePremium | decimal number |
None. |
|
| SuperAnnuation | decimal number |
None. |
|
| VehicleCostAndRunningMaintenance | decimal number |
None. |
|
| UploadedAt | date |
None. |
|
| TransformStatus | TAMSSalBrTransformStatus |
None. |
|
| TAMSProcessStatus | TAMSSalBrProcessStatus |
None. |
|
| Id | string |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"EmpCode": "sample string 2",
"JoiningDate": "2026-04-04T13:17:09.0731114+05:30",
"EffeciveFrom": "2026-04-04T13:17:09.0731114+05:30",
"EffeciveTo": "2026-04-04T13:17:09.0731114+05:30",
"CtcAmount": 3.1,
"MpiApiPiType": 0,
"BasicPay": 4.1,
"HouseRentAllowance": 5.1,
"FlexibleCompensationPlan": 6.1,
"MedicalAllowance": 7.1,
"ConveyanceAllowance": 8.1,
"ShiftAllowance": 9.1,
"SkillAllowance": 10.1,
"CityCompensatoryAllowance": 11.1,
"OtherAllowance": 12.1,
"StatutoryBonus": 13.1,
"ProvidentFund_EmployerContribution": 14.1,
"Gratuity": 15.1,
"ESICContribution_EmployerContribution": 16.1,
"RoundingOff": 17.1,
"PerformanceBonus": 18.1,
"RetentionBonus": 19.1,
"Medical_GPAInsurancePremium": 20.1,
"SuperAnnuation": 21.1,
"VehicleCostAndRunningMaintenance": 22.1,
"UploadedAt": "2026-04-04T13:17:09.0731114+05:30",
"TransformStatus": 0,
"TAMSProcessStatus": 0,
"Id": "sample string 24",
"Name": "sample string 25"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.