Creates a new task_files by supplying directly the field task_files.file_content as Byte Array

Request Information

URI Parameters :

None.

Body Parameters :

task_files
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier

Required

task_id

Task Id

globally unique identifier

Required

file_name

Name of the file

string

Required

Max length: 100

name

string

Max length: 100

description

Description of the file

string
tags

Tags of the file

string
mime_type

Mime-type of the file.Used when redirect user to the data, like application/pdf or image/jpeg

string

Max length: 100

file_type

Readonly: Constant in case of specific file. Can be JOB_APPROVAL, ORDERPDF, PURCHASE_ORDERPDF

string

Max length: 200

image_height

In case of picture, the original heigth

integer
image_width

In case of picture, the original width

integer
file_size

Size in bytes of the file_content

integer
sales_organization_id

In case of global files - you can specifiy if it's available for all organization or only one

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating db_file

string
sales_organization

Embedded entity "sales_organization" using node when adding/updating db_file

sales_organization
file_content

The file content, in Byte Array. Use this field when using POST/PUT

Collection of byte
dateutc_added

Date UTC when file has been added

date
modified_dateutc

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

date
user_id

globally unique identifier

Required

show_on_web

boolean

Request Formats :

application/json, text/json

Sample:
{
  "id": "b47c368c-2296-40e7-a67b-84292691f142",
  "task_id": "66ee869e-0b1e-4cf4-97b1-51eb3f21caa7",
  "file_name": "sample string 3",
  "name": "sample string 4",
  "description": "sample string 5",
  "tags": "sample string 6",
  "mime_type": "sample string 7",
  "file_type": "sample string 8",
  "image_height": 9,
  "image_width": 10,
  "file_size": 11,
  "sales_organization_id": "91a85de5-e42a-4ac5-a4c7-7fa02c0aa3e1",
  "sales_organization_code": "sample string 13",
  "file_content": "QEA=",
  "dateutc_added": "2024-09-29T01:24:59.7799118+00:00",
  "modified_dateutc": "2024-09-29T01:24:59.7799118+00:00",
  "user_id": "97694f0d-05bb-44b1-bc86-53b03478718b",
  "show_on_web": true
}

Response Information

Resource Description :

task_files
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier

Required

task_id

Task Id

globally unique identifier

Required

file_name

Name of the file

string

Required

Max length: 100

name

string

Max length: 100

description

Description of the file

string
tags

Tags of the file

string
mime_type

Mime-type of the file.Used when redirect user to the data, like application/pdf or image/jpeg

string

Max length: 100

file_type

Readonly: Constant in case of specific file. Can be JOB_APPROVAL, ORDERPDF, PURCHASE_ORDERPDF

string

Max length: 200

image_height

In case of picture, the original heigth

integer
image_width

In case of picture, the original width

integer
file_size

Size in bytes of the file_content

integer
sales_organization_id

In case of global files - you can specifiy if it's available for all organization or only one

globally unique identifier
sales_organization_code

Embedded entity "sales_organization" using ERP PK when adding/updating db_file

string
sales_organization

Embedded entity "sales_organization" using node when adding/updating db_file

sales_organization
file_content

The file content, in Byte Array. Use this field when using POST/PUT

Collection of byte
dateutc_added

Date UTC when file has been added

date
modified_dateutc

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

date
user_id

globally unique identifier

Required

show_on_web

boolean

Response Formats

application/json, text/json

Sample:
{
  "id": "2da78f05-b519-471a-ae31-3c96bddd6441",
  "task_id": "12146964-a1f9-46ee-b94e-6966defe71e2",
  "file_name": "sample string 3",
  "name": "sample string 4",
  "description": "sample string 5",
  "tags": "sample string 6",
  "mime_type": "sample string 7",
  "file_type": "sample string 8",
  "image_height": 9,
  "image_width": 10,
  "file_size": 11,
  "sales_organization_id": "030a8cc4-587f-40f8-87c1-269349629562",
  "sales_organization_code": "sample string 13",
  "file_content": "QEA=",
  "dateutc_added": "2024-09-29T01:24:59.799918+00:00",
  "modified_dateutc": "2024-09-29T01:24:59.799918+00:00",
  "user_id": "04c7f1e4-2e9e-4e36-a5af-0f1b8b8f7b5b",
  "show_on_web": true
}