POST BackOffice/doCrudArticleModels

Request Information

URI Parameters

None.

Body Parameters

cEntityArticles
NameDescriptionTypeAdditional information
id

integer

None.

article_name

string

None.

article_family

integer

None.

article_brand

integer

None.

article_serial_number

string

None.

article_status

integer

None.

article_user

integer

None.

article_stock_location

integer

None.

article_family_name

string

None.

article_brand_name

string

None.

data_action

integer

None.

_Credentials

string

None.

HasError

boolean

None.

ErrorDescription

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "article_name": "sample string 2",
  "article_family": 3,
  "article_brand": 4,
  "article_serial_number": "sample string 5",
  "article_status": 6,
  "article_user": 7,
  "article_stock_location": 8,
  "article_family_name": "sample string 9",
  "article_brand_name": "sample string 10",
  "data_action": 11,
  "_Credentials": "sample string 12",
  "HasError": true,
  "ErrorDescription": "sample string 14"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cEntityArticles
NameDescriptionTypeAdditional information
id

integer

None.

article_name

string

None.

article_family

integer

None.

article_brand

integer

None.

article_serial_number

string

None.

article_status

integer

None.

article_user

integer

None.

article_stock_location

integer

None.

article_family_name

string

None.

article_brand_name

string

None.

data_action

integer

None.

_Credentials

string

None.

HasError

boolean

None.

ErrorDescription

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "article_name": "sample string 2",
  "article_family": 3,
  "article_brand": 4,
  "article_serial_number": "sample string 5",
  "article_status": 6,
  "article_user": 7,
  "article_stock_location": 8,
  "article_family_name": "sample string 9",
  "article_brand_name": "sample string 10",
  "data_action": 11,
  "_Credentials": "sample string 12",
  "HasError": true,
  "ErrorDescription": "sample string 14"
}