You are on page 1of 4

14/4/2021 Swagger UI

Select a definition registerMicroservice v1

registerMicroservice v1 OAS3

/swagger/v1/swagger.json

Registers

GET /api/Registers

Parameters Try it out

No parameters

Responses

Code Description Links

200 No links
Success

Media type

text/plain
Controls Accept header.

Example Value Schema

[
{
"id": "string",
"user": 0,
"parkingId": 0,
"type": "string",
"date": "string"
}
]

POST /api/Registers

54.237.253.183:55441/swagger/index.html 1/4
14/4/2021 Swagger UI

Parameters Try it out

No parameters

Request body application/json-patch+json

Example Value Schema

{
"id": "string",
"user": 0,
"parkingId": 0,
"type": "string",
"date": "string"
}

Responses

Code Description Links

200 No links
Success

Media type

text/plain
Controls Accept header.

Example Value Schema

{
"id": "string",
"user": 0,
"parkingId": 0,
"type": "string",
"date": "string"
}

GET /api/Registers/{id}

Parameters Try it out

Name Description

54.237.253.183:55441/swagger/index.html 2/4
14/4/2021 Swagger UI

Name Description

required
id *
string
id
(path)

Responses

Code Description Links

200 No links
Success

Media type

text/plain
Controls Accept header.

Example Value Schema

{
"id": "string",
"user": 0,
"parkingId": 0,
"type": "string",
"date": "string"
}

DELETE /api/Registers/{id}

Parameters Try it out

Name Description

required
id *
string id
(path)

Responses

54.237.253.183:55441/swagger/index.html 3/4
14/4/2021 Swagger UI

Code Description Links

200 No links
Success

Schemas

Register {
id string
nullable: true
user integer($int32)
parkingId integer($int32)
type string
nullable: true
date string
nullable: true
}

54.237.253.183:55441/swagger/index.html 4/4

You might also like