POST Api/ProdAttribute/Search

Request Information

URI Parameters

None.

Body Parameters

ProductAttributeCond
NameDescriptionTypeAdditional information
PageInfo

PageInfo

None.

Desc

string

None.

IsInv

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  },
  "Desc": "sample string 1",
  "IsInv": true
}

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

Response Information

Resource Description

PageDataOfProductAttribute
NameDescriptionTypeAdditional information
TotalPage

integer

None.

TotalRecord

integer

None.

Data

Collection of ProductAttribute

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Response 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 for property 'Attribute' with type 'BDMall.Model.ProductMNG.ProductAttribute'. Path 'Data[0].AttributeValues[0]'.

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 for property 'Attribute' with type 'BDMall.Model.ProductMNG.ProductAttribute'. Path 'Data[0].AttributeValues[0]'.