Get Cost Account Details by Cost Account ID

This operation gets the Cost account by cost account ID

SecuritybearerAuth
Request
path Parameters
costaccountId
required
string

Indicates costaccountId.

header Parameters
X-PB-Developer-Partner-ID
string

This is the Developer Partner ID. When the developer is the only partner, this field is not required.

Responses
200

Cost Account get successful

401

The request could not be authorized.

get/api/v1/costAccounts/{costaccountId}
Request samples
Response samples
application/json
{
  • "accountID": "absjf878",
  • "name": "name",
  • "code": "code",
  • "parent": "",
  • "description": "description",
  • "status": true,
  • "passwordEnabled": true,
  • "passwordCode": "test",
  • "billable": true
}