Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 425 Bytes

allocation-response.md

File metadata and controls

27 lines (19 loc) · 425 Bytes

Allocation Response

Structure

AllocationResponse

Fields

Name Type Tags Description
Allocation *models.Allocation Optional -

Example (as JSON)

{
  "allocation": {
    "allocation_id": 238,
    "component_id": 8,
    "component_handle": "component_handle8",
    "subscription_id": 8,
    "quantity": 32
  }
}