POST {language}/exportImport/importSGPPersonalIncomeTaxFCP
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
language | string |
Required |
Body Parameters
SGPPersonalIncomeTaxFCPRequestName | Description | Type | Additional information |
---|---|---|---|
SignUpEmail | string |
None. |
|
CompanyName | string |
None. |
|
EmployeeID | string |
None. |
|
BasisYear | integer |
None. |
|
EmploymentIncome | decimal number |
None. |
|
EmploymentExpenses | decimal number |
None. |
|
TradeBusinessProfessionOrVacation | decimal number |
None. |
|
Dividends | decimal number |
None. |
|
Interest | decimal number |
None. |
|
RentFromProperty | decimal number |
None. |
|
RoyaltyChargeEstateTrustIncome | decimal number |
None. |
|
GainsOrProfitsOfAnIncomeNature | decimal number |
None. |
|
ApprovedDonations | decimal number |
None. |
|
EarnedIncomeRelief | decimal number |
None. |
|
SpouseHandicappedSpouseRelief | decimal number |
None. |
|
QualifyingHandicappedChildRelief | decimal number |
None. |
|
WorkingMotherChildRelief | decimal number |
None. |
|
ParentHandicappedParentRelief | decimal number |
None. |
|
GrandparentCaregiverRelief | decimal number |
None. |
|
HandicappedBrotherSisterRelief | decimal number |
None. |
|
CPFProvidentFundRelief | decimal number |
None. |
|
LifeInsuranceRelief | decimal number |
None. |
|
CourseFeesRelief | decimal number |
None. |
|
ForeignMaidLevyRelief | decimal number |
None. |
|
CPFCashTopUpReliefSelfDependantAndMediSaveAccount | decimal number |
None. |
|
SupplementaryRetirementSchemeSRSRelief | decimal number |
None. |
|
NSmanSelfWifeParentRelief | decimal number |
None. |
|
ParenthoodTaxRebate | decimal number |
None. |
|
RequestId | globally unique identifier |
None. |
|
Language | string |
None. |
|
LanguageLogin | string |
None. |
|
AuthToken | string |
None. |
|
ClientId | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SignUpEmail": "sample string 1", "CompanyName": "sample string 2", "EmployeeID": "sample string 3", "BasisYear": 4, "EmploymentIncome": 5.0, "EmploymentExpenses": 6.1, "TradeBusinessProfessionOrVacation": 7.0, "Dividends": 8.0, "Interest": 9.0, "RentFromProperty": 10.0, "RoyaltyChargeEstateTrustIncome": 11.0, "GainsOrProfitsOfAnIncomeNature": 12.0, "ApprovedDonations": 13.0, "EarnedIncomeRelief": 14.0, "SpouseHandicappedSpouseRelief": 15.0, "QualifyingHandicappedChildRelief": 16.0, "WorkingMotherChildRelief": 17.0, "ParentHandicappedParentRelief": 18.0, "GrandparentCaregiverRelief": 19.0, "HandicappedBrotherSisterRelief": 20.0, "CPFProvidentFundRelief": 21.0, "LifeInsuranceRelief": 22.0, "CourseFeesRelief": 23.0, "ForeignMaidLevyRelief": 24.0, "CPFCashTopUpReliefSelfDependantAndMediSaveAccount": 25.0, "SupplementaryRetirementSchemeSRSRelief": 26.0, "NSmanSelfWifeParentRelief": 27.0, "ParenthoodTaxRebate": 28.0, "RequestId": "0fb98284-e90a-4b14-8ae9-1729ab242e52", "Language": "sample string 30", "LanguageLogin": "sample string 31", "AuthToken": "sample string 32", "ClientId": "sample string 33", "PageIndex": 34, "PageSize": 35 }
application/xml, text/xml
Sample:
<SGPPersonalIncomeTaxFCPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.ViewModels"> <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 32</AuthToken> <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 33</ClientId> <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 30</Language> <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 31</LanguageLogin> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">34</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">35</PageSize> <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">0fb98284-e90a-4b14-8ae9-1729ab242e52</RequestId> <ApprovedDonations>13</ApprovedDonations> <BasisYear>4</BasisYear> <CPFCashTopUpReliefSelfDependantAndMediSaveAccount>25</CPFCashTopUpReliefSelfDependantAndMediSaveAccount> <CPFProvidentFundRelief>21</CPFProvidentFundRelief> <CompanyName>sample string 2</CompanyName> <CourseFeesRelief>23</CourseFeesRelief> <Dividends>8</Dividends> <EarnedIncomeRelief>14</EarnedIncomeRelief> <EmployeeID>sample string 3</EmployeeID> <EmploymentExpenses>6.1</EmploymentExpenses> <EmploymentIncome>5</EmploymentIncome> <ForeignMaidLevyRelief>24</ForeignMaidLevyRelief> <GainsOrProfitsOfAnIncomeNature>12</GainsOrProfitsOfAnIncomeNature> <GrandparentCaregiverRelief>19</GrandparentCaregiverRelief> <HandicappedBrotherSisterRelief>20</HandicappedBrotherSisterRelief> <Interest>9</Interest> <LifeInsuranceRelief>22</LifeInsuranceRelief> <NSmanSelfWifeParentRelief>27</NSmanSelfWifeParentRelief> <ParentHandicappedParentRelief>18</ParentHandicappedParentRelief> <ParenthoodTaxRebate>28</ParenthoodTaxRebate> <QualifyingHandicappedChildRelief>16</QualifyingHandicappedChildRelief> <RentFromProperty>10</RentFromProperty> <RoyaltyChargeEstateTrustIncome>11</RoyaltyChargeEstateTrustIncome> <SignUpEmail>sample string 1</SignUpEmail> <SpouseHandicappedSpouseRelief>15</SpouseHandicappedSpouseRelief> <SupplementaryRetirementSchemeSRSRelief>26</SupplementaryRetirementSchemeSRSRelief> <TradeBusinessProfessionOrVacation>7</TradeBusinessProfessionOrVacation> <WorkingMotherChildRelief>17</WorkingMotherChildRelief> </SGPPersonalIncomeTaxFCPRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.