POST api/AdjustTaxModulation
Request Information
URI Parameters
None.
Body Parameters
TaxModulationModelViewName | Description | Type | Additional information |
---|---|---|---|
Year | integer |
None. |
|
Number | integer |
None. |
|
EmployeeID | string |
None. |
|
FormDate | string |
None. |
|
Payer | string |
None. |
|
PersonalID | string |
None. |
|
PrenameTha | string |
None. |
|
FirstNameTha | string |
None. |
|
LastNameTha | string |
None. |
|
IsHouseLoan | string |
None. |
|
RDNumber | string |
None. |
|
BankName | string |
None. |
|
BankNumber | string |
None. |
|
CooperativeNumber | string |
None. |
|
CooperativeDepartment | string |
None. |
|
CooperativeProvince | string |
None. |
|
Address | string |
None. |
|
AddressTax | string |
None. |
|
PositionNameTha | string |
None. |
|
OrganizationNameTha | string |
None. |
|
Telephone | string |
None. |
|
EmployeeStatusID | integer |
None. |
|
MaritalIncomeID | integer |
None. |
|
ChildCountAll | integer |
None. |
|
ChildCountMod | integer |
None. |
|
ModInsurance | decimal number |
None. |
|
ModLoanInterest | decimal number |
None. |
|
ModDonate | decimal number |
None. |
|
ModPurchaseProvidentFund | decimal number |
None. |
|
ModPurchaseLongTermFund | decimal number |
None. |
|
Parent | Collection of TaxModulationModelViewParent |
None. |
|
Child | Collection of TaxModulationModelViewChild |
None. |
Request Formats
application/json, text/json
Sample:
{ "Year": 1, "Number": 2, "EmployeeID": "sample string 3", "FormDate": "sample string 4", "Payer": "sample string 5", "PersonalID": "sample string 6", "PrenameTha": "sample string 7", "FirstNameTha": "sample string 8", "LastNameTha": "sample string 9", "IsHouseLoan": "sample string 10", "RDNumber": "sample string 11", "BankName": "sample string 12", "BankNumber": "sample string 13", "CooperativeNumber": "sample string 14", "CooperativeDepartment": "sample string 15", "CooperativeProvince": "sample string 16", "Address": "sample string 17", "AddressTax": "sample string 18", "PositionNameTha": "sample string 19", "OrganizationNameTha": "sample string 20", "Telephone": "sample string 21", "EmployeeStatusID": 22, "MaritalIncomeID": 1, "ChildCountAll": 1, "ChildCountMod": 1, "ModInsurance": 23.0, "ModLoanInterest": 24.0, "ModDonate": 25.0, "ModPurchaseProvidentFund": 26.0, "ModPurchaseLongTermFund": 27.0, "Parent": [ { "PersonalID": "sample string 1", "Prename": "sample string 2", "Name": "sample string 3", "Lastname": "sample string 4", "LifeStatusID": 1, "DeathDate": "sample string 5", "IsReduce": "sample string 6", "BirthDate": "sample string 7", "CareerID": 1 }, { "PersonalID": "sample string 1", "Prename": "sample string 2", "Name": "sample string 3", "Lastname": "sample string 4", "LifeStatusID": 1, "DeathDate": "sample string 5", "IsReduce": "sample string 6", "BirthDate": "sample string 7", "CareerID": 1 } ], "Child": [ { "ChildPersonalID": "sample string 1", "ChildPrename": "sample string 2", "ChildName": "sample string 3", "ChildLastname": "sample string 4", "ChildBirthDate": "sample string 5", "ChildRelationID": 1, "ChildLifeStatusID": 1, "ChildDeathDate": "sample string 6", "ChildIsEducation": "sample string 7", "ChildReduceTypeID": 1, "ChildIsWelfareMedical": "sample string 8", "ChildIsWelfareEducation": "sample string 9", "ChildEducationLevelID": 1 }, { "ChildPersonalID": "sample string 1", "ChildPrename": "sample string 2", "ChildName": "sample string 3", "ChildLastname": "sample string 4", "ChildBirthDate": "sample string 5", "ChildRelationID": 1, "ChildLifeStatusID": 1, "ChildDeathDate": "sample string 6", "ChildIsEducation": "sample string 7", "ChildReduceTypeID": 1, "ChildIsWelfareMedical": "sample string 8", "ChildIsWelfareEducation": "sample string 9", "ChildEducationLevelID": 1 } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.