Ariba Guided Buying · JSON Structure

Asset Management Api Count Response Structure

Response containing count of asset requisitions.

Type: object Properties: 1
B2BCatalogERPProcurementRequisitionsSAPSupply Chain

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

Properties

count

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-count-response-structure.json",
  "name": "CountResponse",
  "description": "Response containing count of asset requisitions.",
  "type": "object",
  "properties": {
    "count": {
      "type": "int32",
      "description": "Total count of asset requisitions.",
      "example": 42
    }
  }
}