Ariba Guided Buying · JSON Structure

Asset Management Api Batch Update Response Structure

Response for batch asset line item update.

Type: object Properties: 3
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

BatchUpdateResponse is a JSON Structure definition published by Ariba Guided Buying, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

processed succeeded failed

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-guided-buying/refs/heads/main/json-structure/asset-management-api-batch-update-response-structure.json",
  "name": "BatchUpdateResponse",
  "description": "Response for batch asset line item update.",
  "type": "object",
  "properties": {
    "processed": {
      "type": "int32",
      "description": "Total number of records processed.",
      "example": 1
    },
    "succeeded": {
      "type": "int32",
      "description": "Number of records successfully updated.",
      "example": 1
    },
    "failed": {
      "type": "int32",
      "description": "Number of records that failed to update.",
      "example": 0
    }
  }
}