/
datacode_category_remove_datacode()

datacode_category_remove_datacode()

Function prototype

datacode_category_remove_datacode (session, category, datacode)

API Version

2.7.26 and higher

Supported interfaces

SOAP, REST

Description

Removes a DATACODE from the requested DATACODE category

Function parameters

Input parameters:

  • session: is the session token obtained in the session_init() call

  • category: reference of the desired DATACODE category

  • datacode: reference to the DATACODE that will be removed from the requested category.

Output parameters:

  • result: empty

  • ErrorMsg: If any error occurs, then this value contains a description of the error translated to the current language

  • ErrorCode: If any error occurs, then this value contains any of the standard ERROR CODES

Request example

datacode_category_remove_datacode(“LCAAAAAAAAAAAA”, "BODY_MEASURES", "WEIGHT")

Response

The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API

Return Error codes

ERROR CODE

 

ERROR CODE

 

INVALID_TOKEN

The session token provided is not valid

INSUFFICIENT_PRIVILEGES

The active session does not have permission to obtain information about the DATACODE

DATACODE_CATEGORY.NOT_FOUND

The DATACODE category requested does not exist.

DATACODE.NOT_FOUND

The DATACODE requested does not exist.



Related content