Radial Integration | 2016

Store Fulfillment > Store Fulfillment API > POST api/v4/Company/LookUpData

POST api/v4/Company/LookUpData

Get reference data needed by system functions.

Use this method to search for specific functional information, Pick Decline Codes, Reason Codes, Cancel Codes, etc.

Request Parameters

companyGetLookUpDataRequest: object of type CompanyGetLookUpDataRequest

Name Description
Usage
Type
Allowed values
Required?

lookupDataType

Indicates what kind of information should be returned in the response

Enum type LookupTables:

Country ReasonCodes

CancelCodes Culture

UOM DeclineReasonCodes

ChallengeQuestions CostChangeReasons

CustomerPrefix CustomerSuffix

CustomerReasonCodes EstimatedShipDateReasonCodes

EventFlowComments FacilityReasonCodes

ItemTypes LineDispositions

LineTax1Codes LineTax2Codes

LineTax3Codes PickDeclineReasonCodes

OrderReasonCodes ProductDispositions

RequiredDateChangeReasonCodes

ShipmentReasonCodes ShipmentTax1Codes

ShipmentTax2Codes ShipmentTax3Codes

ShippingCarriers ItemSkuTypes

Terms ItemUnitsOfMeasure

VendorGroups URLConfiguration

BulkDataAllocationFields BulkDataAllocationFilters

yes

Response Parameters

companyGetLookUpDataResponse: object of type CompanyGetLookUpDataResponse

CompanyGetLookUpDataResponse

Name Description
Usage
Type
Allowed values
Required?

lookupData

Collection of look up information matching the requested information type

Array of LookupData

yes

sessionToken

Session token to be used for maintaining session state across batch operations.

String

yes

baseSystemVersion

Indicates the version of the underlying Store Fulfillment core application.

String

yes

LookUpData

Name Description
Usage
Type
Allowed values
Required?

lookupDataId

Identifies the type of data contained in this record

String

yes

lookupDataLanguage

If specified, will indicate a specific language that this code and description applies to. This would be combined with the lookupDataCode to create a composite unique identifier for the record.

String

no

lookupDataCode

Unique string identifier for this record within the collection of this type of data

String

yes

lookupDataDescription

Description of this record

String

no

lookupDataType

not implemented – future use.

String

no

Example

XML Request

Authorization: Basic MTk4NToxOTg1Og==
Accept: application/xml
Content-Type: application/xml; charset=utf-8
      

XML Response

<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Hello 1985</string>

JSON Request

Authorization: Basic MTk4NToxOTg1Og==

JSON Response

"Hello 1985"

 

 

Copyright © 2017 Radial. All rights reserved.