POST api/HSNCodeWiseTaxCode/KGetListAll

Request Information

URI Parameters

None.

Body Parameters

DataSourceRequest
NameDescriptionTypeAdditional information
Take

integer

None.

Skip

integer

None.

Sort

Collection of Sort

None.

Filter

Filter

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'RREL.Common.Filter'. Path 'Filter.Filters'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'RREL.Common.Filter'. Path 'Filter.Filters'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'RREL.Common.Filter' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'RREL.Common.Filter' contains cycles and cannot be serialized if reference tracking is disabled.

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 'DataSourceRequest'.

Response Information

Resource Description

DataSourceResult
NameDescriptionTypeAdditional information
Data

Collection of Object

None.

Total

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {},
    {}
  ],
  "Total": 1
}

application/xml, text/xml

Sample:
<DataSourceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Common">
  <Data xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
  </Data>
  <Total>1</Total>
</DataSourceResult>