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| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id for the NET NET Calculation |
integer |
None. |
| Name |
Name |
string |
Required Max length: 50 |
| RimPrice |
Rim price |
decimal number |
None. |
| Bonus1Percentage |
Bonus 1 percentage |
decimal number |
None. |
| Bonus2Percentage |
Bonus 2 percentage |
decimal number |
None. |
| Bonus3Percentage |
Bonus 3 percentage |
decimal number |
None. |
| Bonus4Percentage |
Bonus 4 percentage |
decimal number |
None. |
| GABonusPercentage |
GA bounus percentage |
decimal number |
None. |
| NetNetCalculationTypeId |
Id for the NET NET calculation type |
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>