GET api/articles/netnetcalculation

Method that gets all NET NET calculations.

Request Information

URI Parameters

None.

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

Collection of NETNETCalculationResponse
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

Required

Max length: 50

RimPrice

decimal number

None.

Bonus1Percentage

decimal number

None.

Bonus2Percentage

decimal number

None.

Bonus3Percentage

decimal number

None.

Bonus4Percentage

decimal number

None.

GABonusPercentage

decimal number

None.

NetNetCalculationTypeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "RimPrice": 1.0,
    "Bonus1Percentage": 1.0,
    "Bonus2Percentage": 1.0,
    "Bonus3Percentage": 1.0,
    "Bonus4Percentage": 1.0,
    "GABonusPercentage": 1.0,
    "NetNetCalculationTypeId": 3
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "RimPrice": 1.0,
    "Bonus1Percentage": 1.0,
    "Bonus2Percentage": 1.0,
    "Bonus3Percentage": 1.0,
    "Bonus4Percentage": 1.0,
    "GABonusPercentage": 1.0,
    "NetNetCalculationTypeId": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfNETNETCalculationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Article">
  <NETNETCalculationResponse>
    <Bonus1Percentage>1</Bonus1Percentage>
    <Bonus2Percentage>1</Bonus2Percentage>
    <Bonus3Percentage>1</Bonus3Percentage>
    <Bonus4Percentage>1</Bonus4Percentage>
    <GABonusPercentage>1</GABonusPercentage>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <NetNetCalculationTypeId>3</NetNetCalculationTypeId>
    <RimPrice>1</RimPrice>
  </NETNETCalculationResponse>
  <NETNETCalculationResponse>
    <Bonus1Percentage>1</Bonus1Percentage>
    <Bonus2Percentage>1</Bonus2Percentage>
    <Bonus3Percentage>1</Bonus3Percentage>
    <Bonus4Percentage>1</Bonus4Percentage>
    <GABonusPercentage>1</GABonusPercentage>
    <Id>1</Id>
    <Name>sample string 2</Name>
    <NetNetCalculationTypeId>3</NetNetCalculationTypeId>
    <RimPrice>1</RimPrice>
  </NETNETCalculationResponse>
</ArrayOfNETNETCalculationResponse>