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": [
    "487bcb9a-866b-4ef1-b709-01d00829319d",
    "1ec2af3f-5c4f-4e9c-95bf-a02ed714fe46"
  ],
  "furnace_ids": [
    "677b7844-2ccb-4030-b4b1-6203dbf0e1bc",
    "199dc55e-7296-46ed-bc6d-ee1ab7d502c5"
  ],
  "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.