GET api/CompanyDefaultSuper
Request Information
URI Parameters
(i.e.queryString parameters in the form ?param1={param1}¶m2={param2})
None.
Body Parameters
None.
Response Information
Resource Description
CompanyDefaultSuperViewName | Description | Type | Additional information |
---|---|---|---|
idCompanyDefault  Super |
integer |
None. |
|
PayrollCompany  Code |
string |
None. |
|
PayrollCompany  Name |
string |
None. |
|
DefaultSuperFund  Code |
string |
None. |
|
DefaultSuperFund  Name |
string |
None. |
|
USI | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "idCompanyDefaultSuper": 1, "payrollCompanyCode": "sample string 2", "payrollCompanyName": "sample string 3", "defaultSuperFundCode": "sample string 4", "defaultSuperFundName": "sample string 5", "usi": "sample string 6" }
application/xml, text/xml
Sample:
<CompanyDefaultSuperView xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <idCompanyDefaultSuper>1</idCompanyDefaultSuper> <PayrollCompanyCode>sample string 2</PayrollCompanyCode> <PayrollCompanyName>sample string 3</PayrollCompanyName> <DefaultSuperFundCode>sample string 4</DefaultSuperFundCode> <DefaultSuperFundName>sample string 5</DefaultSuperFundName> <USI>sample string 6</USI> </CompanyDefaultSuperView>