POST api/Setting/GetAllLining

Request Information

URI Parameters

None.

Body Parameters

LiningFilter
NameDescriptionTypeAdditional information
isExpired

boolean

None.

lining_ids

Collection of globally unique identifier

None.

furnace_ids

Collection of globally unique identifier

None.

pageNo

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "isExpired": true,
  "lining_ids": [
    "8e7a16fb-1738-46f2-82d9-c48aeead4b89",
    "f6ee7d46-cb48-4490-9487-e6b54c23411a"
  ],
  "furnace_ids": [
    "d762e6b2-635f-4684-9ae5-3f149abfc74c",
    "c6d49743-be17-48a7-a6b3-2f2119e3e8c1"
  ],
  "pageNo": 1,
  "pageSize": 2
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LiningFilter'.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
status

boolean

None.

error

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.