POST jxc_api/Product/Export

Request Information

URI Parameters

None.

Body Parameters

ProductSearchModel
NameDescriptionTypeAdditional information
Total

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

CategoryIds

Collection of integer

None.

Keywords

string

None.

ShowDisabled

boolean

None.

IsAp

boolean

None.

Ids

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Total": 1,
  "PageSize": 2,
  "PageIndex": 3,
  "CategoryIds": [
    1,
    2
  ],
  "Keywords": "sample string 4",
  "ShowDisabled": true,
  "IsAp": true,
  "Ids": [
    1,
    2
  ]
}

application/xml, text/xml

Sample:
<ProductSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Product">
  <_x003C_CategoryIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_CategoryIds_x003E_k__BackingField>
  <_x003C_Ids_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </_x003C_Ids_x003E_k__BackingField>
  <_x003C_IsAp_x003E_k__BackingField>true</_x003C_IsAp_x003E_k__BackingField>
  <_x003C_Keywords_x003E_k__BackingField>sample string 4</_x003C_Keywords_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>3</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField>
  <_x003C_ShowDisabled_x003E_k__BackingField>true</_x003C_ShowDisabled_x003E_k__BackingField>
  <_x003C_Total_x003E_k__BackingField>1</_x003C_Total_x003E_k__BackingField>
</ProductSearchModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.