archived_at | string or null <date-time> |
created_at | string <date-time> |
id | string <int64> |
item_code | string or null <= 100 characters |
item_type | string Enum: "Product" "Service" "Other" |
object | |
name | string <= 255 characters |
price | string <decimal> [ -4000000000 .. 4000000000 ) |
object | |
updated_at | string <date-time> |
{- "archived_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
successful operation
{- "billable_items": [
- {
- "archived_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
], - "total_entries": 1,
- "links": {
}
}
Resource was created
Resource could not be saved due to validation errors
{- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "tax_id": "1"
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
q[] | Array of strings |
Successful operation
{- "archived_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
Resource was updated
Resource could not be saved due to validation errors
{- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "tax_id": "1"
}
{- "archived_at": "2019-08-24T14:15:22Z",
- "created_at": "2019-08-24T14:15:22Z",
- "id": "string",
- "item_code": "string",
- "item_type": "Product",
- "name": "string",
- "price": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}