BillTo.GetBillToCustomers
Endpoint
- Method:
GET - Route:
BillTo/GetBillToCustomers - Authentication:
Authorize
Request Schema
Headers
| Header | Required | Notes |
|---|---|---|
X-Api-Key |
Required when tenant is not resolved by subdomain | Resolves the tenant/customer database. |
Authorization: Bearer {token} |
Required for authorized endpoints | Get a token from Auth/Token or Session/Create. |
This endpoint does not accept a JSON request body.
Expected Response Schema
Status Codes
| Status | Notes |
|---|---|
200 OK |
Returned by the controller for this operation. |
Success Body
Response type: IReadOnlyList<string>
The response body is a JSON array of customer codes available for bill-to selection. The first item is the current customer code; additional values come from customer AdditionalWebAccess.
Response Sample
[
"ABC001",
"XYZ002"
]