List Bill To Accounts Using GET

List Bill To Accounts Using GET

Get a list of active bill to accounts of the current user. Supported selectors: accountNumber, location

Pre-authorized roles: Operations

Request
URI
GET
https://{api_host}//vcp.vmware.com/api/aggregator/v1/billToAccounts
COPY
Query Parameters
string
filter
Optional

FIQL format

integer
limit
Optional

limit

integer
offset
Optional

offset

string
sort
Optional

sort


Responses
200

OK

Returns PageOfBillToAccountDetail of type(s) application/json
{
    "content": [
        {
            "id": "533ea6cb-xxxx-xxxx-xxxx-b10700000008",
            "accountNumber": 10001,
            "siteId": 1000001,
            "location": "location-100010",
            "countryRegion": "US"
        }
    ],
    "total": 1
}
content
Optional

content

integer As int64 As int64
total
Optional

total


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure