Description
List all details of specific item.
Request URL
billing API v1
GET /v1/{tenant_id}/order-items/{item_id}
Request Paramters
| Parameter | Value | Style | Description |
|---|---|---|---|
| X-Auth-Token | User Token | header | |
| tenant_id | Tenant ID | URI | |
| item_id | Item ID | URI |
Example
curl -i -X GET \ -H "Accept: application/json" \ -H "X-Auth-Token: 35941e7df872405d84e5b026dba8323c" \ https://account.tyo1.cloud.z.com/v1/487727e3921d44e3bfe7ebb337bf085e/order-items/aaaaaaaaaaaaaaabbbbbbbbbbcccccdd
HTTP/1.1 200 OK
Date: Wed, 24 Dec 2014 04:28:10 GMT
Server: Apache
Content-Length: 593
Content-Type: application/json
{
"order_item": {
"uu_id": "aaaaaaaaaaaaaaabbbbbbbbbbcccccdd",
"service_name": "VPSAddDisk",
"product_name": "VPSAddDisk-200G",
"status": "2000",
"unit_price": 3.5,
"service_start_date": "2014-07-17T13:35:26",
"bill_start_date": "2014-07-17T13:35:26",
"cancel_date": null
}
}