Set the audit status for an object

post

/fscmRestApi/fndAuditRESTService/audittrail/update-auditstatus

Set the audit status for an object

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : auditData-updateStatus
Type: object
Show Source
Nested Schema : attributesList
Type: array
Show Source
Nested Schema : attributesList
Type: object
Show Source
  • Title: Attribute Name
    An attribute specified in the attribute list of the business object for which you want to setup audit.
  • Title: Auditable
    The value indicates whether this attribute of the business object is enabled or not for audit.
Back to Top

Response

Supported Media Types

200 Response

The following table describes the response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : objectDetails
Type: array
Show Source
Nested Schema : auditData-updateStatusResponse
Type: object
Show Source
  • attributesList
  • Title: parentBusinessObject
    The fully qualified parent view object name, as defined by the view link in the Application Module where the view object instance exists. If the view object does'nt a parent, use the view object name as it's parent. This name must not be null string.
  • Title: businessObject
    The fully qualified view object name to be set up for audit. This name must not be a null string.
Nested Schema : attributesList
Type: array
Show Source
Nested Schema : attributesList
Type: object
Show Source
  • Title: Attribute Name
    An attribute specified in the attribute list of the business object for which you want to setup audit.
  • Title: Auditable
    The value indicates whether this attribute of the business object is enabled or not for audit.

400 Response

The following table describes the error response for this task.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : auditDate
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : objectDetails
Type: array
Show Source
Nested Schema : auditUpdateStatusOnError
Type: object
Show Source
  • attributesList
  • Title: Error Message
    Error Message.
  • Title: parentBusinessObject
    The fully qualified parent view object name, as defined by the view link in the Application Module where the view object instance exists. If the view object does'nt a parent, use the view object name as it's parent. This name must not be null string.
  • Title: businessObject
    The fully qualified view object name to be set up for audit. This name must not be a null string.
Nested Schema : attributesList
Type: array
Show Source
Nested Schema : attributesList-error
Type: object
Show Source
  • Title: Attribute Name
    An attribute specified in the attribute list of the business object for which you want to setup audit.
  • Title: Error Message
    Error Message.
  • Title: Auditable
    The value indicates whether this attribute of the business object is enabled or not for audit.

401 Response

The following table describes the response for authentication failure.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source

403 Response

The following table describes the response for authorization failure.
Body ()
Root Schema : auditSetupOnError
Type: object
Show Source
Nested Schema : auditData-error
Type: object
Show Source
Back to Top