GET api/C_ServiceItemMaster?ATaxCode={ATaxCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ATaxCode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of F_AggregateTaxCodeView
NameDescriptionTypeAdditional information
Id

integer

None.

ATaxCode

string

None.

ATaxDescription

string

None.

TaxCode

string

None.

FreeTax

string

None.

LayerNo

integer

None.

Layer1

boolean

None.

Layer2

boolean

None.

Layer3

boolean

None.

Layer4

boolean

None.

Layer5

boolean

None.

Layer6

boolean

None.

Layer7

boolean

None.

ActiveFlag

string

None.

TaxType

integer

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

TaxRate

decimal number

None.

EffectiveDate

date

None.

SalesTax

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "ATaxCode": "sample string 2",
    "ATaxDescription": "sample string 3",
    "TaxCode": "sample string 4",
    "FreeTax": "sample string 5",
    "LayerNo": 6,
    "Layer1": true,
    "Layer2": true,
    "Layer3": true,
    "Layer4": true,
    "Layer5": true,
    "Layer6": true,
    "Layer7": true,
    "ActiveFlag": "sample string 7",
    "TaxType": 1,
    "CreatedBy": 1,
    "CreatedOn": "2024-04-27T17:08:52.1160264+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2024-04-27T17:08:52.1160264+00:00",
    "TaxRate": 8.0,
    "EffectiveDate": "2024-04-27T17:08:52.1160264+00:00",
    "SalesTax": "sample string 10"
  },
  {
    "Id": 1,
    "ATaxCode": "sample string 2",
    "ATaxDescription": "sample string 3",
    "TaxCode": "sample string 4",
    "FreeTax": "sample string 5",
    "LayerNo": 6,
    "Layer1": true,
    "Layer2": true,
    "Layer3": true,
    "Layer4": true,
    "Layer5": true,
    "Layer6": true,
    "Layer7": true,
    "ActiveFlag": "sample string 7",
    "TaxType": 1,
    "CreatedBy": 1,
    "CreatedOn": "2024-04-27T17:08:52.1160264+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2024-04-27T17:08:52.1160264+00:00",
    "TaxRate": 8.0,
    "EffectiveDate": "2024-04-27T17:08:52.1160264+00:00",
    "SalesTax": "sample string 10"
  }
]

application/xml, text/xml

Sample:
<ArrayOfF_AggregateTaxCodeView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models.Views">
  <F_AggregateTaxCodeView>
    <ATaxCode>sample string 2</ATaxCode>
    <ATaxDescription>sample string 3</ATaxDescription>
    <ActiveFlag>sample string 7</ActiveFlag>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2024-04-27T17:08:52.1160264+00:00</CreatedOn>
    <EffectiveDate>2024-04-27T17:08:52.1160264+00:00</EffectiveDate>
    <FreeTax>sample string 5</FreeTax>
    <Id>1</Id>
    <Layer1>true</Layer1>
    <Layer2>true</Layer2>
    <Layer3>true</Layer3>
    <Layer4>true</Layer4>
    <Layer5>true</Layer5>
    <Layer6>true</Layer6>
    <Layer7>true</Layer7>
    <LayerNo>6</LayerNo>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2024-04-27T17:08:52.1160264+00:00</ModifiedOn>
    <SalesTax>sample string 10</SalesTax>
    <TaxCode>sample string 4</TaxCode>
    <TaxRate>8</TaxRate>
    <TaxType>1</TaxType>
  </F_AggregateTaxCodeView>
  <F_AggregateTaxCodeView>
    <ATaxCode>sample string 2</ATaxCode>
    <ATaxDescription>sample string 3</ATaxDescription>
    <ActiveFlag>sample string 7</ActiveFlag>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2024-04-27T17:08:52.1160264+00:00</CreatedOn>
    <EffectiveDate>2024-04-27T17:08:52.1160264+00:00</EffectiveDate>
    <FreeTax>sample string 5</FreeTax>
    <Id>1</Id>
    <Layer1>true</Layer1>
    <Layer2>true</Layer2>
    <Layer3>true</Layer3>
    <Layer4>true</Layer4>
    <Layer5>true</Layer5>
    <Layer6>true</Layer6>
    <Layer7>true</Layer7>
    <LayerNo>6</LayerNo>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedOn>2024-04-27T17:08:52.1160264+00:00</ModifiedOn>
    <SalesTax>sample string 10</SalesTax>
    <TaxCode>sample string 4</TaxCode>
    <TaxRate>8</TaxRate>
    <TaxType>1</TaxType>
  </F_AggregateTaxCodeView>
</ArrayOfF_AggregateTaxCodeView>