GET V2/odata/IrregularityPercentage

Gets IrregularityPercentage entities

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of QicsUnity.Api.Areas.V2.Models.IrregularityPercentage
NameDescriptionTypeAdditional information
IrregularityPercentageId

Gets or sets the IrregularityPercentageId

integer

Required

64-bit signed integer

Name

Gets or sets Name

string

Required

Percentage

Gets or sets Percentage

decimal number

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "IrregularityPercentageId": "1",
    "Name": "sample 2",
    "Percentage": "3"
  },
  {
    "IrregularityPercentageId": "1",
    "Name": "sample 2",
    "Percentage": "3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfIrregularityPercentage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QicsUnity.Api.Areas.V2.Models">
  <IrregularityPercentage>
    <IrregularityPercentageId>1</IrregularityPercentageId>
    <Name>sample 2</Name>
    <Percentage>3</Percentage>
  </IrregularityPercentage>
  <IrregularityPercentage>
    <IrregularityPercentageId>1</IrregularityPercentageId>
    <Name>sample 2</Name>
    <Percentage>3</Percentage>
  </IrregularityPercentage>
</ArrayOfIrregularityPercentage>