Auxiliary Services

This service provides public access to resources for a given business unit.

Gets Business Unit based on Domain Name.

Gets Business Unit based on Domain Name.

SecurityNone
Request
Request Body schema:
customPropName
string

Custom Property Name

customPropValue
string

Custom Property Value

customPropDescription
string

Custom Property Description

Responses
200

Success

400

Bad Request, Invalid Parameters

403

Forbidden

404

Not Found

500

Internal Server Error

post/public/auxiliary/getBusinessUnitByDomain
Request samples
{
  • "customPropName": "BU_TYPE",
  • "customPropValue": "LBX_BILLER",
  • "customPropDescription": "string"
}
Response samples
{
  • "timezone": "Americas/Chicago",
  • "enabled": "true",
  • "externalId": "string",
  • "billerId": "string",
  • "objectType": "Transaction",
  • "owningBusUnitId": 3143,
  • "systemId": 3143,
  • "name": "First State Properties",
  • "description": "Properties defined for First State",
  • "lastModifiedDate": "2023/07/08 13:04:48.145X",
  • "customProperties": [
    ]
}

Get a brand resource for a given merchant. To get list of all resource names, use ALL as the resourceName

Gets the brand resource for a given merchant

SecurityNone
Request
Request Body schema:
object (BusinessUnit)

Business unit to which this user is authorized (and all business units below)

resourceName
string

Name of the resource.

resourceNames
Array of strings

List of resource names.

busUnitId
integer <int32>

System Identity of the Business Unit where the resource is defined.

resourceType
string

Type of resource.

value
object (Serializable)
Responses
200

Success

400

Bad Request, Invalid Parameters

403

Forbidden

404

Not Found

500

Internal Server Error

post/public/auxiliary/brandResource
Request samples
{
  • "busUnit": {
    },
  • "resourceName": "Search.CustomerAccounts",
  • "resourceNames": [
    ],
  • "busUnitId": 1401,
  • "resourceType": "SearchPath",
  • "value": { }
}
Response samples
{
  • "busUnit": {
    },
  • "resourceName": "Search.CustomerAccounts",
  • "resourceNames": [
    ],
  • "busUnitId": 1401,
  • "resourceType": "SearchPath",
  • "value": { }
}

Gets list of brand resources for a given merchant. To get list of all resource names, use just ALL in the resource name list

Gets list of brand resources for a given merchant

SecurityNone
Request
Request Body schema:
object (BusinessUnit)

Business unit to which this user is authorized (and all business units below)

resourceName
string

Name of the resource.

resourceNames
Array of strings

List of resource names.

busUnitId
integer <int32>

System Identity of the Business Unit where the resource is defined.

resourceType
string

Type of resource.

value
object (Serializable)
Responses
200

Success

400

Bad Request, Invalid Parameters

403

Forbidden

404

Not Found

500

Internal Server Error

post/public/auxiliary/getBrandResources
Request samples
{
  • "busUnit": {
    },
  • "resourceName": "Search.CustomerAccounts",
  • "resourceNames": [
    ],
  • "busUnitId": 1401,
  • "resourceType": "SearchPath",
  • "value": { }
}
Response samples
{
  • "resources": [
    ]
}