GET V2/odata/IrregularityPercentage({key})

Gets IrregularityPercentage entity by key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

IrregularityPercentageId from IrregularityPercentage entity

integer

Required

Body Parameters

None.

Response Information

Resource Description

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"
}

application/xml, text/xml

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