GET api/CostEstimateAssignments

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CostEstimateAssignment
NameDescriptionTypeAdditional information
ClientID

integer

None.

GrossupAccrual

integer

None.

AutoGrossupAccrual

boolean

None.

PolicyID

integer

None.

PolicyCode

string

Required

String length: inclusive between 0 and 50

DefaultCurrency

string

String length: inclusive between 0 and 10

HypotaxOn

string

String length: inclusive between 0 and 2

HypoOption

string

String length: inclusive between 0 and 50

HypoAmt

decimal number

None.

HypoFactorHome

decimal number

None.

HypoFactorHost

decimal number

None.

HypoSocialOn

string

String length: inclusive between 0 and 2

SalaryBasis

string

String length: inclusive between 0 and 20

Assumption1

string

String length: inclusive between 0 and 20

Assumption2

string

String length: inclusive between 0 and 20

Assumption3

string

String length: inclusive between 0 and 20

Assumption4

string

String length: inclusive between 0 and 20

Assumption5

string

String length: inclusive between 0 and 20

Assumption6

string

String length: inclusive between 0 and 20

Assumption7

string

String length: inclusive between 0 and 20

Assumption8

string

String length: inclusive between 0 and 20

Assumption9

string

String length: inclusive between 0 and 20

Assumption10

string

String length: inclusive between 0 and 20

TaxYear

integer

None.

GrossupAccrualHost

boolean

None.

RptType

byte

None.

BSPolicyCode

string

String length: inclusive between 0 and 20

BSPolicyID

integer

None.

BSPolicyDesc

string

String length: inclusive between 0 and 50

HypoTaxFactor

decimal number

None.

CEAStatus

string

String length: inclusive between 0 and 2

PolicyType

string

String length: inclusive between 0 and 20

defForeignTaxCredit

byte

None.

defForeignHousing

byte

None.

PolicyDesc

string

String length: inclusive between 0 and 100

TaxMethod

string

String length: inclusive between 0 and 50

PermMove

string

String length: inclusive between 0 and 2

BreakResidency

string

String length: inclusive between 0 and 2

IgnoreTotAgreements

byte

None.

ShortTerm

string

String length: inclusive between 0 and 2

PartialYear

string

String length: inclusive between 0 and 2

RptMethod

string

String length: inclusive between 0 and 50

NoHypoCountries

string

String length: inclusive between 0 and 3000

AllowedBusCodes

string

String length: inclusive between 0 and 250

HideReportZeroes

byte

None.

LocalPlus

string

None.

ID

integer

None.

ThirdCurrency

string

String length: inclusive between 0 and 10

DeductFirstYearCodes

string

String length: inclusive between 0 and 4000

DeductFirstYearDays

decimal number

None.

DeductLastYearCodes

string

String length: inclusive between 0 and 4000

DeductLastYearDays

decimal number

None.

Capped_Salary

decimal number

None.

Capped_SalaryTable

string

String length: inclusive between 0 and 100

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ClientID": 1,
    "GrossupAccrual": 1,
    "AutoGrossupAccrual": true,
    "PolicyID": 2,
    "PolicyCode": "sample string 3",
    "DefaultCurrency": "sample string 4",
    "HypotaxOn": "sample string 5",
    "HypoOption": "sample string 6",
    "HypoAmt": 1.0,
    "HypoFactorHome": 1.0,
    "HypoFactorHost": 1.0,
    "HypoSocialOn": "sample string 7",
    "SalaryBasis": "sample string 8",
    "Assumption1": "sample string 9",
    "Assumption2": "sample string 10",
    "Assumption3": "sample string 11",
    "Assumption4": "sample string 12",
    "Assumption5": "sample string 13",
    "Assumption6": "sample string 14",
    "Assumption7": "sample string 15",
    "Assumption8": "sample string 16",
    "Assumption9": "sample string 17",
    "Assumption10": "sample string 18",
    "TaxYear": 1,
    "GrossupAccrualHost": true,
    "RptType": 64,
    "BSPolicyCode": "sample string 19",
    "BSPolicyID": 1,
    "BSPolicyDesc": "sample string 20",
    "HypoTaxFactor": 1.0,
    "CEAStatus": "sample string 21",
    "PolicyType": "sample string 22",
    "defForeignTaxCredit": 64,
    "defForeignHousing": 64,
    "PolicyDesc": "sample string 23",
    "TaxMethod": "sample string 24",
    "PermMove": "sample string 25",
    "BreakResidency": "sample string 26",
    "IgnoreTotAgreements": 64,
    "ShortTerm": "sample string 27",
    "PartialYear": "sample string 28",
    "RptMethod": "sample string 29",
    "NoHypoCountries": "sample string 30",
    "AllowedBusCodes": "sample string 31",
    "HideReportZeroes": 64,
    "LocalPlus": "sample string 32",
    "ID": 33,
    "ThirdCurrency": "sample string 34",
    "DeductFirstYearCodes": "sample string 35",
    "DeductFirstYearDays": 1.1,
    "DeductLastYearCodes": "sample string 36",
    "DeductLastYearDays": 1.1,
    "Capped_Salary": 1.0,
    "Capped_SalaryTable": "sample string 37"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCostEstimateAssignment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <CostEstimateAssignment i:nil="true" />
  <CostEstimateAssignment>
    <AllowedBusCodes>sample string 31</AllowedBusCodes>
    <Assumption1>sample string 9</Assumption1>
    <Assumption10>sample string 18</Assumption10>
    <Assumption2>sample string 10</Assumption2>
    <Assumption3>sample string 11</Assumption3>
    <Assumption4>sample string 12</Assumption4>
    <Assumption5>sample string 13</Assumption5>
    <Assumption6>sample string 14</Assumption6>
    <Assumption7>sample string 15</Assumption7>
    <Assumption8>sample string 16</Assumption8>
    <Assumption9>sample string 17</Assumption9>
    <AutoGrossupAccrual>true</AutoGrossupAccrual>
    <BSPolicyCode>sample string 19</BSPolicyCode>
    <BSPolicyDesc>sample string 20</BSPolicyDesc>
    <BSPolicyID>1</BSPolicyID>
    <BreakResidency>sample string 26</BreakResidency>
    <CEAStatus>sample string 21</CEAStatus>
    <Capped_Salary>1</Capped_Salary>
    <Capped_SalaryTable>sample string 37</Capped_SalaryTable>
    <ClientID>1</ClientID>
    <DeductFirstYearCodes>sample string 35</DeductFirstYearCodes>
    <DeductFirstYearDays>1.1</DeductFirstYearDays>
    <DeductLastYearCodes>sample string 36</DeductLastYearCodes>
    <DeductLastYearDays>1.1</DeductLastYearDays>
    <DefaultCurrency>sample string 4</DefaultCurrency>
    <GrossupAccrual>1</GrossupAccrual>
    <GrossupAccrualHost>true</GrossupAccrualHost>
    <HideReportZeroes>64</HideReportZeroes>
    <HypoAmt>1</HypoAmt>
    <HypoFactorHome>1</HypoFactorHome>
    <HypoFactorHost>1</HypoFactorHost>
    <HypoOption>sample string 6</HypoOption>
    <HypoSocialOn>sample string 7</HypoSocialOn>
    <HypoTaxFactor>1</HypoTaxFactor>
    <HypotaxOn>sample string 5</HypotaxOn>
    <ID>33</ID>
    <IgnoreTotAgreements>64</IgnoreTotAgreements>
    <LocalPlus>sample string 32</LocalPlus>
    <NoHypoCountries>sample string 30</NoHypoCountries>
    <PartialYear>sample string 28</PartialYear>
    <PermMove>sample string 25</PermMove>
    <PolicyCode>sample string 3</PolicyCode>
    <PolicyDesc>sample string 23</PolicyDesc>
    <PolicyID>2</PolicyID>
    <PolicyType>sample string 22</PolicyType>
    <RptMethod>sample string 29</RptMethod>
    <RptType>64</RptType>
    <SalaryBasis>sample string 8</SalaryBasis>
    <ShortTerm>sample string 27</ShortTerm>
    <TaxMethod>sample string 24</TaxMethod>
    <TaxYear>1</TaxYear>
    <ThirdCurrency>sample string 34</ThirdCurrency>
    <defForeignHousing>64</defForeignHousing>
    <defForeignTaxCredit>64</defForeignTaxCredit>
  </CostEstimateAssignment>
</ArrayOfCostEstimateAssignment>