POST api/AggregateTaxCode/UploadDetail?CreatedBy={CreatedBy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CreatedBy

integer

Required

Body Parameters

Collection of F_AggregateTaxCode
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.

TaxType

integer

None.

ActiveFlag

string

None.

CreatedBy

integer

None.

CreatedOn

date

None.

ModifiedBy

integer

None.

ModifiedOn

date

None.

Request 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,
    "TaxType": 1,
    "ActiveFlag": "sample string 7",
    "CreatedBy": 1,
    "CreatedOn": "2024-04-27T22:38:49.2398234+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2024-04-27T22:38:49.2398234+00:00"
  },
  {
    "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,
    "TaxType": 1,
    "ActiveFlag": "sample string 7",
    "CreatedBy": 1,
    "CreatedOn": "2024-04-27T22:38:49.2398234+00:00",
    "ModifiedBy": 1,
    "ModifiedOn": "2024-04-27T22:38:49.2398234+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfF_AggregateTaxCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models">
  <F_AggregateTaxCode>
    <ATaxCode>sample string 2</ATaxCode>
    <ATaxDescription>sample string 3</ATaxDescription>
    <ActiveFlag>sample string 7</ActiveFlag>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2024-04-27T22:38:49.2398234+00:00</CreatedOn>
    <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-27T22:38:49.2398234+00:00</ModifiedOn>
    <TaxCode>sample string 4</TaxCode>
    <TaxType>1</TaxType>
  </F_AggregateTaxCode>
  <F_AggregateTaxCode>
    <ATaxCode>sample string 2</ATaxCode>
    <ATaxDescription>sample string 3</ATaxDescription>
    <ActiveFlag>sample string 7</ActiveFlag>
    <CreatedBy>1</CreatedBy>
    <CreatedOn>2024-04-27T22:38:49.2398234+00:00</CreatedOn>
    <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-27T22:38:49.2398234+00:00</ModifiedOn>
    <TaxCode>sample string 4</TaxCode>
    <TaxType>1</TaxType>
  </F_AggregateTaxCode>
</ArrayOfF_AggregateTaxCode>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'F_AggregateTaxCode[]'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.