APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
Identifies which set the check edit belongs to. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Description of the check edit. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates a sequence number for the check edit. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates that the check edit is currently enabled. Note: This field is marked as NOT NULL in the database and therefore required by the API.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
'https://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"checkEditSetHeader_Key": 0,
"checkEdit_Key": 0,
"checkEdit_Sequence": 0,
"enabled": true,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- application/json
- text/json
- application/*+json
Identifies which set the check edit belongs to. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Description of the check edit. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates a sequence number for the check edit. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Indicates that the check edit is currently enabled. Note: This field is marked as NOT NULL in the database and therefore required by the API.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://vbapi.vbasoftware.com/vbasoftware/check-edit-details/{checkEditSetHeaderKey}/{checkEditKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"checkEditSetHeader_Key": 0,
"checkEdit_Key": 0,
"checkEdit_Sequence": 0,
"enabled": true,
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string"
}'No response example