Properties
| Name | Type | Description |
|---|---|---|
| data | object | |
| meta | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssignmentForPutResponse",
"title": "AssignmentForPutResponse",
"type": "object",
"properties": {
"data": {
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int32",
"description": "Unique identifier for this price list assignment.",
"example": 1
},
"price_list_id": {
"type": "integer",
"format": "int32",
"description": "Price list ID for assignment.",
"example": 1
},
"customer_group_id": {
"type": "integer",
"format": "int32",
"description": "Customer group ID for assignment.",
"example": 2
},
"channel_id": {
"type": "integer",
"format": "int32",
"description": "Channel ID for assignment.",
"example": 2
}
}
},
"meta": {
"$ref": "#/components/schemas/Meta"
}
}
}