nanoq Nanoq

EmpregInfoService.GetPersonReportedMonthlyIncome

Provider

EmpregInfoService

Method

EmpregInfoService.GetPersonReportedMonthlyIncome()

Description

This method is intended for use by accounting systems to get information on tax payers' income and taxes paid by month - as reporterd to Sulinal. Calculations such as average income over time can then be performed by the client accounting system.

Remark: The same information is available in page 275 in eTax

Production URL: Prisme

Under development.

Production URL: XAL

Not applicable.

Test URL: Prisme

http://etaxprisme.knno.local/etax_webservice/EmpregInfoService.asmx

Test URL: XAL

Not applicable.

Input

Client user credentials, an array of CPR numbers, and the first and last months of the period for which income data is desired.

Name

Type

Format

Allow Null

Username

String

 

No

Password

String

 

No

CPR number array

String[]

An array of max 50(?) CPR numbers in string format of 10 characters DDMMYYXXXX. Max size subject to performance testing.

No

StartMonth

Date

The date of the starting month for the period desired. Only the year and month values are used for the search.

No

EndMonth

Date

The date of the end month for the period desired. Only the year and month values are used for the search. Max timespan 6 months.

No

Output

InfoOnIncomeMonthResponse object. This object has two properties, a (nullable) error object and an array of PersonReportedMonthlyIncome objects, which describes the income info lines. Each PersonReportedMonthlyIncome object represents 1 person(CPR)'s income from one employer(CVR) for 1 month.

Name

Type

Format

Notes

LineGUID

String

36 characters.

Unique identifier of this line(PersonReportedMonthlyIncome object).

CprNumber

String

10-digit numeric identifier.

Unique identifier of the person for whome income was reported.

Year

Number

4 digit number.


Month

Number

1 or 2 digit number.


EmployerCvrNumber

String

10 character numeric.

Unique identifier of the Employer who reported this income.

TaxMunicipality

String

2 or 3 character numeric.

The tax municipality code in which the income was reported.

Aincome

Number

Positive, negative or zero.


Atax

Number

Positive, negative or zero.


CatchsaleIncome

Number

Positive, negative or zero.


CatchsaleTax

Number

Positive, negative or zero.


PensionIncome

Number

Positive, negative or zero.


PensionTax

Number

Positive, negative or zero.


Response entity model:

Posting Lifecycle
© Copyright KIMIK iT A/S