POST jxc_api/RecalCost/AddRecalTaskValidate

Request Information

URI Parameters

None.

Body Parameters

RecalcCostArgs
NameDescriptionTypeAdditional information
IsAllProd

boolean

None.

IsAllWh

boolean

None.

ProdIds

Collection of integer

None.

WhIds

Collection of integer

None.

ProdCaId

Collection of integer

None.

IsValidate

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IsAllProd": true,
  "IsAllWh": true,
  "ProdIds": [
    1,
    2
  ],
  "WhIds": [
    1,
    2
  ],
  "ProdCaId": [
    1,
    2
  ],
  "IsValidate": true
}

application/xml, text/xml

Sample:
<RecalcCostArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Cost.Abstraction.Recal">
  <IsAllProd>true</IsAllProd>
  <IsAllWh>true</IsAllWh>
  <IsValidate>true</IsValidate>
  <ProdCaId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdCaId>
  <ProdIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ProdIds>
  <WhIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </WhIds>
</RecalcCostArgs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddReturnMsg
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

IsBigAccount

boolean

None.

IsSuperBigAccount

boolean

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.