POST api/TalentPortal/UpdatePayroll
Request Information
URI Parameters
None.
Body Parameters
TalentPayrollPreferenceName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
||
MaritalStatus | string |
None. |
|
NoOfDependents | integer |
None. |
|
OtherSources | string |
None. |
|
Deductions | string |
None. |
|
ExtraWHs | string |
None. |
|
IsMultipleJobs | boolean |
None. |
|
IsExempt | boolean |
None. |
|
IsAlienResident | boolean |
None. |
|
PaymentMethod | string |
None. |
|
VisaType | string |
None. |
|
VisaValid | string |
None. |
|
NoOfChildrenDependents | integer |
None. |
|
NoOfOthersDependents | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Email": "sample string 1", "MaritalStatus": "sample string 2", "NoOfDependents": 3, "OtherSources": "sample string 4", "Deductions": "sample string 5", "ExtraWHs": "sample string 6", "IsMultipleJobs": true, "IsExempt": true, "IsAlienResident": true, "PaymentMethod": "sample string 10", "VisaType": "sample string 11", "VisaValid": "sample string 12", "NoOfChildrenDependents": 13, "NoOfOthersDependents": 14 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
ContentEncoding | Encoding |
None. |
|
ContentType | string |
None. |
|
Data | Object |
None. |
|
JsonRequestBehavior | JsonRequestBehavior |
None. |
|
MaxJsonLength | integer |
None. |
|
RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ContentEncoding": null, "ContentType": "sample string 1", "Data": { "$id": "2" }, "JsonRequestBehavior": 0, "MaxJsonLength": 1, "RecursionLimit": 1 }