POST jxc_api/RecalCost/Export

Request Information

URI Parameters

None.

Body Parameters

InventoryRecalLogSearchCondition
NameDescriptionTypeAdditional information
LogBatchId

string

None.

ChainId

integer

None.

OnlyShowAbnormal

boolean

None.

Keywords

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LogBatchId": "sample string 1",
  "ChainId": 2,
  "OnlyShowAbnormal": true,
  "Keywords": "sample string 4",
  "PageIndex": 5,
  "PageSize": 6
}

application/xml, text/xml

Sample:
<InventoryRecalLogSearchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.RecalInventory">
  <_x003C_ChainId_x003E_k__BackingField>2</_x003C_ChainId_x003E_k__BackingField>
  <_x003C_Keywords_x003E_k__BackingField>sample string 4</_x003C_Keywords_x003E_k__BackingField>
  <_x003C_LogBatchId_x003E_k__BackingField>sample string 1</_x003C_LogBatchId_x003E_k__BackingField>
  <_x003C_OnlyShowAbnormal_x003E_k__BackingField>true</_x003C_OnlyShowAbnormal_x003E_k__BackingField>
  <_x003C_PageIndex_x003E_k__BackingField>5</_x003C_PageIndex_x003E_k__BackingField>
  <_x003C_PageSize_x003E_k__BackingField>6</_x003C_PageSize_x003E_k__BackingField>
</InventoryRecalLogSearchCondition>

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.