643 matches
26 actions
API
26 actions
- Add article details that associate with a Gym PUTv1.0.0
- Add measure unitPOSTv1.0.0
- Add new article POSTv1.0.0
- Add new Member POSTv1.0.0
- Article_GetAddonsGETv1.0.0
- Deactivate existing article PUTv1.0.0
- Delete article from the system DELETEv1.0.0
- Delete existing package DELETEv1.0.0
- Get all of the members details This will return all properties related to member entity GETv1.0.0
- Get all Users detail This will return all properties related to User entity GETv1.0.0
- Get article details This will return all properties related to article entity GETv1.0.0
- Get gym details This will return all properties related to gym entity GETv1.0.0
- Get Gym specific properties for article GETv1.0.0
- Get mesure unitsGETv1.0.0
- Get package details by packageId GETv1.0.0
- Get Revenue Accounts GETv1.0.0
- Get the all Test objects. GETv1.0.0
- Get the current status of messageGETv1.0.0
- Insert new package into the system POSTv1.0.0
- Register a new User POSTv1.0.0
- Search articles It will only return basic information of article GETv1.0.0
- Search packages GETv1.0.0
- Status update of existing package PUTv1.0.0
- Update an exsisting User PUTv1.0.0
- update existing article PUTv1.0.0
- Update existing package by its ID PUTv1.0.0
Security/API
Register a new User
v1.0.0Input
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
{
"type": "object",
"properties": {
"AccountNumber": {
"type": "string"
},
"ExternalEntityNumber": {
"type": "string"
},
"Guardian": {
"type": "integer",
"format": "int32"
},
"GymNumber": {
"type": "string"
},
"IntroduceBy": {
"type": "integer",
"format": "int32"
},
"Name": {
"type": "string"
},
"Number": {
"type": "string"
},
"TypeId": {
"type": "integer",
"format": "int32"
},
"UserId": {
"type": "integer",
"format": "int32"
}
},
"additionalProperties": false
}Output
- 1
- 2
- 3
- 4
{
"type": "object",
"additionalProperties": true
}