mfimporter-api (1.0)

Download OpenAPI specification:Download

get details

query Parameters
limit
integer

Responses

Response samples

Content type
application/json
[
  • {
    }
]

health check

Request Body schema: text/plain
string
Default: "OK"

Request samples

Content type
text/plain
OK

[WIP] get detail

path Parameters
id
required
integer

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "useDate": "2019-08-24",
  • "name": "string",
  • "price": 0,
  • "registDate": "2019-08-24T14:15:22Z",
  • "importJudgeDate": "2019-08-24T14:15:22Z",
  • "importDate": "2019-08-24T14:15:22Z"
}

change status detail

path Parameters
id
required
integer
query Parameters
ope
required
string

operate name ("reset": judge history reset)

Responses

[WIP] delete detail

path Parameters
id
required
integer

Responses

[WIP] get import hisories

get all extract rules

Responses

Response samples

Content type
application/json
[
  • {
    }
]

add extract rule

Request Body schema: application/json
fieldName
required
string
value
required
string
categoryId
required
integer
exactMatch
required
integer [ 0 .. 1 ]

Responses

Request samples

Content type
application/json
{
  • "fieldName": "name",
  • "value": "string",
  • "categoryId": 0,
  • "exactMatch": 1
}

Response samples

Content type
application/json
{
  • "id": 0,
  • "fieldName": "name",
  • "value": "string",
  • "categoryId": 210,
  • "exactMatch": 1
}

get rule

path Parameters
id
required
integer

Responses

Response samples

Content type
application/json
{
  • "id": 0,
  • "fieldName": "name",
  • "value": "string",
  • "categoryId": 210,
  • "exactMatch": 1
}

delete rule

path Parameters
id
required
integer

Responses