GET api/ProformaInvoiceDetailTax/{id}?DataType={DataType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

DataType

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of ProformaInvoiceDetailTax
NameDescriptionTypeAdditional information
ProformaInvoiceDetailTaxId

integer

None.

ProformaInvoiceDetailId

integer

None.

TaxId

integer

None.

TaxRate

decimal number

None.

TaxAmount

decimal number

None.

Tax

Tax

None.

CreatedDate

date

Data type: DateTime

CreatedBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProformaInvoiceDetailTaxId": 1,
    "ProformaInvoiceDetailId": 2,
    "TaxId": 3,
    "TaxRate": 4.1,
    "TaxAmount": 5.1,
    "Tax": {
      "TaxId": 1,
      "TaxName": "sample string 2",
      "DisplayName": "sample string 3",
      "Rate": 4.1,
      "TaxTypeId": 5,
      "TaxStatusId": 6,
      "CreatedDate": "2025-12-08T01:56:42.5176105+05:30",
      "CreatedBy": "sample string 8"
    },
    "CreatedDate": "2025-12-08T01:56:42.5176105+05:30",
    "CreatedBy": "sample string 7"
  },
  {
    "ProformaInvoiceDetailTaxId": 1,
    "ProformaInvoiceDetailId": 2,
    "TaxId": 3,
    "TaxRate": 4.1,
    "TaxAmount": 5.1,
    "Tax": {
      "TaxId": 1,
      "TaxName": "sample string 2",
      "DisplayName": "sample string 3",
      "Rate": 4.1,
      "TaxTypeId": 5,
      "TaxStatusId": 6,
      "CreatedDate": "2025-12-08T01:56:42.5176105+05:30",
      "CreatedBy": "sample string 8"
    },
    "CreatedDate": "2025-12-08T01:56:42.5176105+05:30",
    "CreatedBy": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProformaInvoiceDetailTax xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">
  <ProformaInvoiceDetailTax>
    <CreatedBy>sample string 7</CreatedBy>
    <CreatedDate>2025-12-08T01:56:42.5176105+05:30</CreatedDate>
    <ProformaInvoiceDetailId>2</ProformaInvoiceDetailId>
    <ProformaInvoiceDetailTaxId>1</ProformaInvoiceDetailTaxId>
    <Tax>
      <CreatedBy>sample string 8</CreatedBy>
      <CreatedDate>2025-12-08T01:56:42.5176105+05:30</CreatedDate>
      <DisplayName>sample string 3</DisplayName>
      <Rate>4.1</Rate>
      <TaxId>1</TaxId>
      <TaxName>sample string 2</TaxName>
      <TaxStatusId>6</TaxStatusId>
      <TaxTypeId>5</TaxTypeId>
    </Tax>
    <TaxAmount>5.1</TaxAmount>
    <TaxId>3</TaxId>
    <TaxRate>4.1</TaxRate>
  </ProformaInvoiceDetailTax>
  <ProformaInvoiceDetailTax>
    <CreatedBy>sample string 7</CreatedBy>
    <CreatedDate>2025-12-08T01:56:42.5176105+05:30</CreatedDate>
    <ProformaInvoiceDetailId>2</ProformaInvoiceDetailId>
    <ProformaInvoiceDetailTaxId>1</ProformaInvoiceDetailTaxId>
    <Tax>
      <CreatedBy>sample string 8</CreatedBy>
      <CreatedDate>2025-12-08T01:56:42.5176105+05:30</CreatedDate>
      <DisplayName>sample string 3</DisplayName>
      <Rate>4.1</Rate>
      <TaxId>1</TaxId>
      <TaxName>sample string 2</TaxName>
      <TaxStatusId>6</TaxStatusId>
      <TaxTypeId>5</TaxTypeId>
    </Tax>
    <TaxAmount>5.1</TaxAmount>
    <TaxId>3</TaxId>
    <TaxRate>4.1</TaxRate>
  </ProformaInvoiceDetailTax>
</ArrayOfProformaInvoiceDetailTax>