Request Information

URI Parameters :

None.

Body Parameters :

db_file_folder
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
parent_id

Reference to a parent folder (in case of Child/Parent) when adding/updating folder

globally unique identifier
parent_reference_back_office

Reference to a parent folder (in case of Child/Parent) when adding/updating folder

string
parent_db_file_folder

Reference to a parent folder (in case of Child/Parent) using embedded entity when adding/updating folder

db_file_folder
name

string

Required

Max length: 255

description

Description of the folder

string

Max length: 255

sequence

Sorting field (0 first)

integer
is_sales

Indicate that this folder should be shown on the Sales environemnt (Company/Contact details)

boolean
is_services

Indicate that this folder should be shown on the Services environemnt (Task/Project and Jobs details)

boolean
is_articles

Indicate that this folder should be shown on the Article Details

boolean
reference_back_office

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "51c51bd3-88a8-4c14-81c5-5a66e13ca1c8",
  "parent_id": "6150d238-e2b1-406f-8e3e-54e0d45c1cdb",
  "parent_reference_back_office": "sample string 3",
  "name": "sample string 4",
  "description": "sample string 5",
  "sequence": 6,
  "is_sales": true,
  "is_services": true,
  "is_articles": true,
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2024-03-27T08:56:13.4704802+00:00"
}

Response Information

Resource Description :

db_file_folder
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
parent_id

Reference to a parent folder (in case of Child/Parent) when adding/updating folder

globally unique identifier
parent_reference_back_office

Reference to a parent folder (in case of Child/Parent) when adding/updating folder

string
parent_db_file_folder

Reference to a parent folder (in case of Child/Parent) using embedded entity when adding/updating folder

db_file_folder
name

string

Required

Max length: 255

description

Description of the folder

string

Max length: 255

sequence

Sorting field (0 first)

integer
is_sales

Indicate that this folder should be shown on the Sales environemnt (Company/Contact details)

boolean
is_services

Indicate that this folder should be shown on the Services environemnt (Task/Project and Jobs details)

boolean
is_articles

Indicate that this folder should be shown on the Article Details

boolean
reference_back_office

string

Max length: 255

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "a9a827f4-dadd-4b38-9815-8f35107753ca",
  "parent_id": "94cc18d7-cff5-4e19-9c5e-0474e1e1c87f",
  "parent_reference_back_office": "sample string 3",
  "name": "sample string 4",
  "description": "sample string 5",
  "sequence": 6,
  "is_sales": true,
  "is_services": true,
  "is_articles": true,
  "reference_back_office": "sample string 10",
  "modified_dateutc": "2024-03-27T08:56:13.4704802+00:00"
}