Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

SEDExceptionCode Property

License exception code.

Syntax

 upsshipintl.getSEDExceptionCode([callback])
 upsshipintl.setSEDExceptionCode( SEDExceptionCode, [callback])

Possible Values

  0 (ecUnspecified), 
  1 (ecNLR), 
  2 (ecAGR), 
  3 (ecAPR), 
  4 (ecAVS), 
  5 (ecBAG), 
  6 (ecCIV), 
  7 (ecCTP), 
  8 (ecENC), 
  9 (ecGBS), 
  10 (ecGFT), 
  11 (ecGOV), 
  12 (ecKMI), 
  13 (ecLVS), 
  14 (ecRPL), 
  15 (ecTMP), 
  16 (ecTSPA), 
  17 (ecTSR), 
  18 (ecTSU)

Default Value

0


Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getSEDExceptionCode([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setSEDExceptionCode([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

Remarks

License exception code.

If this is set to 0 (ecUnspecified), then the SEDLicenseNumber and the SEDLicenseDate are required to be provided in the request. SEDLicenseNumber and SEDExceptionCode are mutually exclusive.

Valid values are:

Value Meaning
ecUnspecified (0) No license exception code is specified; the SEDLicenseNumber and the SEDLicenseDate are required to be provided;
ecNLR (1) No license required;
ecAGR (2) Agricultural commodities;
ecAPR (3) Items for export or re-export not controlled for nuclear nonproliferation, missile technology or crime control;
ecAVS (4) U.S. aircraft or foreign sojourn into foreign country;
ecBAG (5) Crew members baggage;
ecCIV (6) National security items for civil end users;
ecCTP (7) Computer and parts;
ecENC (8) Encrypted software;
ecGBS (9) Controlled for national security reasons;
ecGFT (10) Gift shipments;
ecGOV (11) Government shipments;
ecKMI (12) Encrypted software and hardware;
ecLVS (13) Value of shipments limited;
ecRPL (14) Replacement parts;
ecTMP (15) Temporary exports;
ecTSPA (16) Software or technology outside scope of export regulations;
ecTSR (17) Technology and software;
ecTSU (18) Technology and software updates

Data Type

Integer

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0