POST api/ReplicationData/StockECom_GetAll

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LstStockEcom
NameDescriptionTypeAdditional information
MessCode

integer

None.

MessContent

string

None.

TotalRecord

integer

None.

SessTran

string

None.

LstStockItem

Collection of StockEcom

None.

Response Formats

application/json, text/json

Sample:
{
  "MessCode": 1,
  "MessContent": "sample string 2",
  "TotalRecord": 3,
  "SessTran": "sample string 4",
  "LstStockItem": [
    {
      "no": "sample string 1",
      "qty": 1.0,
      "store_code": "sample string 2",
      "created": "sample string 3"
    },
    {
      "no": "sample string 1",
      "qty": 1.0,
      "store_code": "sample string 2",
      "created": "sample string 3"
    }
  ]
}