Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All Contract records. |
https://cargolux.pelesys.com/Web/api/Administration/Contracts/DefaultAction |
POST | DefaultAction | Help |
Create a new Contract. |
https://cargolux.pelesys.com/Web/api/Administration/Contracts/DefaultAction |
GET | GetByID | Help |
Get a specific Contract based on passed in ContractID. |
https://cargolux.pelesys.com/Web/api/Administration/Contracts/GetByID/{id} |
PUT | Update | Help |
Update the Contract based on the ContractID in the passed in model. |
https://cargolux.pelesys.com/Web/api/Administration/Contracts/Update |
DELETE | Remove | Help |
Remove the Contract based on the passed in ContractID. |
https://cargolux.pelesys.com/Web/api/Administration/Contracts/Remove/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All Equipment records. |
https://cargolux.pelesys.com/Web/api/Administration/Equipments/DefaultAction |
POST | DefaultAction | Help |
Create a new Equipment. |
https://cargolux.pelesys.com/Web/api/Administration/Equipments/DefaultAction |
GET | GetByID | Help |
Get a specific Equipment based on passed in EquipmentID. |
https://cargolux.pelesys.com/Web/api/Administration/Equipments/GetByID/{id} |
PUT | Update | Help |
Update the Equipment based on the EquipmentID in the passed in model. |
https://cargolux.pelesys.com/Web/api/Administration/Equipments/Update |
DELETE | Remove | Help |
Remove the Equipment based on the passed in EquipmentID. |
https://cargolux.pelesys.com/Web/api/Administration/Equipments/Remove/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All JobRole records. |
https://cargolux.pelesys.com/Web/api/Administration/JobRoles/DefaultAction |
POST | DefaultAction | Help |
Create a new JobRole. |
https://cargolux.pelesys.com/Web/api/Administration/JobRoles/DefaultAction |
GET | GetByID | Help |
Get a specific JobRole based on passed in JobRoleID. |
https://cargolux.pelesys.com/Web/api/Administration/JobRoles/GetByID/{id} |
PUT | Update | Help |
Update the JobRole based on the JobRoleID in the passed in model. |
https://cargolux.pelesys.com/Web/api/Administration/JobRoles/Update |
DELETE | Remove | Help |
Remove the JobRole based on the passed in JobRoleID. |
https://cargolux.pelesys.com/Web/api/Administration/JobRoles/Remove/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All Location records. |
https://cargolux.pelesys.com/Web/api/Administration/Locations/DefaultAction |
POST | DefaultAction | Help |
Create a new Location. |
https://cargolux.pelesys.com/Web/api/Administration/Locations/DefaultAction |
GET | GetByID | Help |
Get a specific Location based on passed in LocationID. |
https://cargolux.pelesys.com/Web/api/Administration/Locations/GetByID/{id} |
PUT | Update | Help |
Update the Location based on the LocationID in the passed in model. |
https://cargolux.pelesys.com/Web/api/Administration/Locations/Update |
DELETE | Remove | Help |
Remove the Location based on the passed in LocationID. |
https://cargolux.pelesys.com/Web/api/Administration/Locations/Remove/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All Organization records. |
https://cargolux.pelesys.com/Web/api/Administration/Organizations/DefaultAction |
POST | DefaultAction | Help |
Create a new Organization. |
https://cargolux.pelesys.com/Web/api/Administration/Organizations/DefaultAction |
GET | GetByID | Help |
Get a specific Organization based on passed in OrganizationID. |
https://cargolux.pelesys.com/Web/api/Administration/Organizations/GetByID/{id} |
PUT | Update | Help |
Update the Organization based on the OrganizationID in the passed in model. |
https://cargolux.pelesys.com/Web/api/Administration/Organizations/Update |
DELETE | Remove | Help |
Remove the Organization based on the passed in OrganizationID. |
https://cargolux.pelesys.com/Web/api/Administration/Organizations/Remove/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All UserContracts |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/DefaultAction |
POST | DefaultAction | Help |
Create a new User Contract pairing. |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/DefaultAction |
GET | GetByContractID | Help |
Get All UserContracts for the provided ContractID |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/GetByContractID/{id} |
GET | GetByUserID | Help |
Get All UserContracts for the provided UserID |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/GetByUserID/{id} |
DELETE | RemoveBy | Help |
Permanetly delete the UserContract pairing between the provided UserID and ContractID. |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/RemoveBy?userID={userID}&contractID={contractID} |
DELETE | RemoveByUserID | Help |
Removes ALL Contracts from the provided UserID. |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/RemoveByUserID/{id} |
DELETE | RemoveByContractID | Help |
Removes ALL Users from the provided ContractID. |
https://cargolux.pelesys.com/Web/api/Administration/UserContracts/RemoveByContractID/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All UserEquipments |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/DefaultAction |
POST | DefaultAction | Help |
Create a new User Equipment pairing. |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/DefaultAction |
GET | GetByEquipmentID | Help |
Get All UserEquipments for the provided EquipmentID |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/GetByEquipmentID/{id} |
GET | GetByUserID | Help |
Get All UserEquipments for the provided UserID |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/GetByUserID/{id} |
DELETE | RemoveBy | Help |
Permanetly delete the UserEquipment pairing between the provided UserID and EquipmentID. |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/RemoveBy?userID={userID}&equipmentID={equipmentID} |
DELETE | RemoveByUserID | Help |
Removes ALL Equipments from the provided UserID. |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/RemoveByUserID/{id} |
DELETE | RemoveByEquipmentID | Help |
Removes ALL Users from the provided EquipmentID. |
https://cargolux.pelesys.com/Web/api/Administration/UserEquipments/RemoveByEquipmentID/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All UserJobRoles |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/DefaultAction |
POST | DefaultAction | Help |
Create a new User JobRole pairing. |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/DefaultAction |
GET | GetByJobRoleID | Help |
Get All UserJobRoles for the provided JobRoleID |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/GetByJobRoleID/{id} |
GET | GetByUserID | Help |
Get All UserJobRoles for the provided UserID |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/GetByUserID/{id} |
DELETE | RemoveBy | Help |
Permanetly delete the UserJobRole pairing between the provided UserID and JobRoleID. |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/RemoveBy?userID={userID}&jobroleID={jobroleID} |
DELETE | RemoveByUserID | Help |
Removes ALL JobRoles from the provided UserID. |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/RemoveByUserID/{id} |
DELETE | RemoveByJobRoleID | Help |
Removes ALL Users from the provided JobRoleID. |
https://cargolux.pelesys.com/Web/api/Administration/UserJobRoles/RemoveByJobRoleID/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
Get All UserOrganizationLocations |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/DefaultAction |
POST | DefaultAction | Help |
Create a new User OrganizationLocation pairing. |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/DefaultAction |
GET | GetByOrganizationID | Help |
Get All UserOrganizationLocations for the provided OrganizationID |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/GetByOrganizationID/{id} |
GET | GetByLocationID | Help |
Get All UserOrganizationLocations for the provided LocationID |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/GetByLocationID/{id} |
GET | GetBy | Help |
Get All UserOrganizationLocations for the provided LocationID and OrganizationID |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/GetBy?organizationID={organizationID}&locationID={locationID} |
GET | GetByUserID | Help |
Get All UserOrganizationLocations for the provided UserID |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/GetByUserID/{id} |
DELETE | RemoveBy | Help |
Permanetly delete the UserOrganizationLocation pairing between the provided UserID, OrganizationID, and LocationID. |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/RemoveBy?userID={userID}&organizationID={organizationID}&locationID={locationID} |
DELETE | RemoveByUserID | Help |
Removes ALL UserOrganizationLocations from the provided UserID. |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/RemoveByUserID/{id} |
DELETE | RemoveByOrganizationID | Help |
Removes ALL UserOrganizationLocations from the provided OrganizationID. |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/RemoveByOrganizationID/{id} |
DELETE | RemoveByLocationID | Help |
Removes ALL UserOrganizationLocations from the provided LocationID. |
https://cargolux.pelesys.com/Web/api/Administration/UserOrganizationLocations/RemoveByLocationID/{id} |
Http Method | Action Name | Help | Description | Url |
---|---|---|---|---|
GET | DefaultAction | Help |
This service returns all active and inactive users. (Note: It does not include deleted users) |
https://cargolux.pelesys.com/Web/api/Administration/Users/DefaultAction |
POST | DefaultAction | Help |
This service creates the new user and returns the userID value if successful. (Note: If the login name already exists no creation will take place.) |
https://cargolux.pelesys.com/Web/api/Administration/Users/DefaultAction |
PUT | DefaultAction | Help |
This service updates an active or inactive user based on the values set in the DTO. Note: It exact matches on the login name set in the DTO. It does not include deleted users. Also note that password will not be updated; use UpdatePassword instead. |
https://cargolux.pelesys.com/Web/api/Administration/Users/DefaultAction |
GET | GetByLogin | Help |
This service returns an active and inactive single user that is based on the Login Name passed in. (Note: This is an “exact” match on the Login Name value.It does not include deleted users) |
https://cargolux.pelesys.com/Web/api/Administration/Users/GetByLogin?LoginName={LoginName} |
GET | GetBy | Help |
This service returns an active and inactive users that is based on group of parameters (listed below) being passed in. (Note: This is a “contains” match on the Login Name value.It does not include deleted users) |
https://cargolux.pelesys.com/Web/api/Administration/Users/GetBy?IsActive={IsActive}&Name={Name}&Email={Email}&EmployeeID={EmployeeID}&ExpiryDateFrom={ExpiryDateFrom}&ExpiryDateTo={ExpiryDateTo}&CreatedDateFrom={CreatedDateFrom}&CreatedDateTo={CreatedDateTo}&LoginName={LoginName}&AzureB2cId={AzureB2cId} |
POST | Filter | Help |
Gets all users that match the paramters in the filter body |
https://cargolux.pelesys.com/Web/api/Administration/Users/Filter |
PATCH | UpdatePasswordByLogin | Help |
This service updates a user's password. Returns 204 if successful. |
https://cargolux.pelesys.com/Web/api/Administration/Users/UpdatePasswordByLogin |
DELETE | DeleteByLogin | Help |
This service deletes an active or inactive user based on the values set in the DTO. (Note: It exact matches on the login name set in the DTO.It does not include deleted users.) |
https://cargolux.pelesys.com/Web/api/Administration/Users/DeleteByLogin?LoginName={LoginName} |