POST api/MOVEMASTER/GetModel

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RequestResultOfMultiParametersOfMOVEMASTERAndListOfMOVEITEM
NameDescriptionTypeAdditional information
Result

boolean

None.

Code

string

None.

Msg

string

None.

Data

MultiParametersOfMOVEMASTERAndListOfMOVEITEM

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "Code": "sample string 2",
  "Msg": "sample string 3",
  "Data": {
    "Parameter1": {
      "Interid": 1,
      "Userid": "sample string 2",
      "INDEPOTID": 3,
      "INDEPOT": "sample string 4",
      "OUTDEPOTID": 5,
      "OUTDEPOT": "sample string 6",
      "Sumnum": 7.0,
      "SumTota": 8.0,
      "Ywdate": "2025-01-23T10:44:03.5306682+08:00",
      "Sh": 10,
      "Operid": 11,
      "Kddate": "2025-01-23T10:44:03.5306682+08:00",
      "Auditid": 13,
      "Auditdate": "2025-01-23T10:44:03.5306682+08:00",
      "Frid": 15
    },
    "Parameter2": [
      {
        "Itemid": 1,
        "Interid": 2,
        "Goodsid": 3,
        "GoodsName": "sample string 4",
        "Number": 5.0,
        "Price": 6.0,
        "Tota": 7.0,
        "Colorsm": "sample string 8",
        "Kw": "sample string 9"
      },
      {
        "Itemid": 1,
        "Interid": 2,
        "Goodsid": 3,
        "GoodsName": "sample string 4",
        "Number": 5.0,
        "Price": 6.0,
        "Tota": 7.0,
        "Colorsm": "sample string 8",
        "Kw": "sample string 9"
      }
    ]
  }
}