Async Status

Retrieve status and status-specific data for an asynchronous file process.

get

Returns the status of the asynchronous process associated with the specificed process ID.

Customer Host FQDN

Retrieves ASO Customer Host fully qualified domain name (FQDN) by Customer Host ID.

get

Partner system will make back-channel call to this ASO CHES endpoint sending Customer Host ID in path parameter and receiving back JSON payload with ASO (ASAP) Customer Host fully qualified domain name (FQDN).

Event from Template by User

Create an ASO event from a template.

post

Create an ASO event entity from the given template for the given user.

Use the GET Templates by User endpoint for available templates.

Event from Template by User (Asynchronous)

Initiate asynchronous process to create an ASO event from a template.

post

Returns a URL that can be used to check the status of the asynchronous process and when the process has completed download the created event details. For a comprehensive introduction to the ASO asynchronous download process see Working With Asynchronous Download Endpoints.

Use the GET Templates by User endpoint for available templates.

Events by User

Retrieve ASO event data from one or more events visible to user ID.

get

Returns ASO event entities based on path parameters and a set of filter criteria that can be sent as query parameters. The query parameters can be used in any combination to filter the results of this endpoint.

Rate Location Names

Retrieve ASO rate structure location names for a given customer.

get

Returns ASO rate structure location names. A set of filter, sorting and paging criteria can be sent with the request as query parameters.

Request Details

Filtering

Query ParameterTypeDescription
Filterable string response field namebooleanExact match with string. Use preceding and/or trailing '*' for startsWith, endsWith, contains
Example
?locationName=151*
?locationName=*itts*

Sorting

Only one field can be sorted per request.

Query ParameterTypeDescription
sort_fieldstringField name to sort by
sort_orderenumOptional; Defaults to asc
Example
?sort_field=locationName&sort_order=desc

Paging

Query ParameterTypeDescription
page_numbernumberThe page number or offset to be used when generating the endpoint response
page_sizenumberThe page size or limit of elements per page to be used when generating the endpoint response
Example
?page_number=3&page_size=20

Subcategories by Template Type

Retrieve ASO subcategories by template type.

get

Returns ASO subcategory names matching template type.

Templates by User

Retrieve ASO template data from one or more templates visible to user ID.

get

Returns ASO event template entities based on path parameters and a set of filter criteria that can be sent as query parameters. The query parameters can be used in any combination to filter the results of this endpoint.

Template Types

Retrieve ASO template types.

get

Returns ASO template type entities.

User

Retrieve an ASO user by user ID.

get

Returns an ASO user entity by the specified user ID.

Users

Retrieve one or more ASO users.

get

Returns all ASO user entities for the specified customer host.