Paylink Roles

Defines the possible roles in the Paylink Module.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 32

The PaylinkRole table contains a primary key field called PaylinkRoleId, which is of data type nvarchar and has a maximum length of 32 characters. This field serves as a unique identifier for each record in the table and is used to identify and distinguish between different roles within the Paylink system. As a primary key, it ensures that each role has a distinct identity and is crucial in maintaining data integrity and facilitating efficient data retrieval. PaylinkRoleId is a fundamental component of the PaylinkRole table and plays a vital role in the proper functioning of the Paylink system.

string
required
length ≥ 1

The 'Description' field in the 'PaylinkRole' table is a data type nvarchar, meaning it can store alpha-numeric characters up to a certain length. This field serves to provide a brief description or summary of a specific role within the Paylink system. The information in this field can range from a few words to a short paragraph and is intended to give users a clear understanding of the purpose and responsibilities associated with each role. This data is essential for efficiently managing and organizing user roles and permissions within the Paylink system.

string | null

Miscellaneous notes and information for the entry or record.

boolean

The CanApprove field in the PaylinkRole table is of data type bit, meaning it has two possible values: 0 or 1. This field indicates whether a user with a specific role has the ability to approve transactions or requests within the Paylink system. A value of 1 indicates that the user has the approval privilege, while a value of 0 indicates they do not. This field is useful in managing user permissions and ensuring that only authorized individuals have the ability to approve important actions.

boolean

The field 'CanSubmit' in the 'PaylinkRole' table is a bit data type that represents the ability of a role to submit data. This field can have a value of either 0 or 1, with 1 indicating that the role has permission to submit data and 0 indicating that the role does not have this permission. This field can be used to define the access levels of different roles within the Paylink system, allowing for more precise control over data submission processes.

boolean

The CanPartialApprove field in the PaylinkRole table is of the data type bit, meaning it can hold a binary value of either 1 or 0. This field is used to determine whether a specific user with a Paylink role has the ability to partially approve a payment or transaction. A value of 1 indicates that the user has the permission to partially approve, while a value of 0 indicates they do not have this ability. This field is crucial in managing the payment approval process and ensuring proper authorization for transactions.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!