Skip to content

Latest commit

 

History

History
70 lines (50 loc) · 1.17 KB

File metadata and controls

70 lines (50 loc) · 1.17 KB

RESTful URLs

Users

Request body:

[
    {}
]

Request body:

[
    {
        "userId" : 1
        "name" : "Jane",
        "username" : "Jany",
        "email" : "Jane@top-it.com",
        "phone" : "0612435687"
    }
]

Terminals

Request body:

[
    {}
]

Request body:

[
    {
        "userId" : 1
        "name" : "someClientName",
        "username" : "somePlaceBorne",
        "email" : "client@client.com",
        "phone" : "0612435687"
    }
]

Others