Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Status
colourGreen
title3.0.0

This API returns all of the locations associated with the specified account. This API only supports the GET method. To manage individual account locations use the Account Location REST API.


Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

On this page:

Table of Contents
maxLevel2

Related pages:


Resource URL Summary

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

Retrieve a list of all Account Locations for a specific Account

GET /seiapi/v3/trans/Account/${AccountNum}/Location

API Specific Parameters

ParameterDescription
${AccountNum}Identifies the REST Object Definitions Account Location Related Objects Account Object.

Include Page
_Default HTTP Headers
_Default HTTP Headers
 



API Specifics


Panel
borderColor#D3D3D3

Retrieve a list of Account Locations for a specific Account

This REST API will return a list of all Account Locations associated with the Account with the specified ID. The Account with the specified ID must already exist in the system.

URL

Panel
borderColorgrey
bgColorwhitesmoke
borderStylesolid

GET /seiapi/v3/trans/Account/${AccountID}/Location

HTTP Request Body

This request does not require a request body. 

HTTP Response

On success, an HTTP status code of 200 will be returned, and the response body will contain a collection of Account Location Objects associated with the Account. 

(warning) It is possible for the returned collection to be empty if the Account does not have any Account Locations associated with it. 

Code Block
languagejs
firstline1
titleHTTP Response Body
linenumberstrue
{
	"Locations" : [
		// A collection of zero or more location object.
	]
}