Last active
June 16, 2017 22:12
-
-
Save dperussina/2ece63df76b7778b6d60a20ac1a85777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 | Basic 1 | Basic 1 - Our team will deliver to the first dry area inside your front or porch door/, or to your garage. The team will not unpack or remove any debris. A signature will be required. | |
---|---|---|---|
2 | Basic 2 | Basic 2 - Our team will deliver to the first dry area inside your front or porch door/, or to your garage. The team will not unpack or remove any debris. A signature will be required. | |
2 | Cross Dock | Cross Dock | |
2 | Crossdock | Crossdock service level. | |
2 | Outside | Our team will deliver to the curb or the first dry area outside your home/, depending on the size and type of item. The team will not unpack or remove any debris. A signature will be required. | |
2 | Premier | Premier - Our team will deliver to your room of choice/, unpack the merchandise/, perform any light setup that doesn't require tools/, and remove debris. A signature will be required. | |
2 | Room of Choice | Our team will be on site for up to 15 minutes and will deliver inside to your room of choice. Please make sure that there is a clear pathway from where our truck must park all the way to the desired delivery location. The team will not unpack or remove any debris. A signature will be required. | |
2 | Swap Out | Swap Out | |
2 | Threshold | Our team will be on site for up to ten minutes and will deliver to the first dry area inside your front or porch door/, or to your garage. The team will not unpack or remove any debris. A signature will be required. | |
2 | Unattended | Our team will deliver to the curb or the first dry area outside your home/, depending on the size and type of item. The team will not unpack or remove any debris. A signature will not be required/, but a photo will be taken for proof of delivery. | |
2 | White Glove | Our team will be on site for up to 15 minutes and deliver inside to your room of choice/, unpack the merchandise/, perform any light setup that doesn’t require tools/, and remove the debris. Please make sure that there is a clear pathway from where our truck must park all the way to the desired delivery location. A signature will be required. | |
2 | White Glove Assembly | Our team will be on site for up to 30 minutes and deliver inside to your room of choice/, unpack the merchandise/, perform any required assembly/, and remove the debris. Please make sure that there is a clear pathway from where our truck must park all the way to the desired delivery location. A signature will be required. | |
2 | Will Call | Will Call |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE [tagnet] | |
GO | |
SELECT [PartnerID] | |
,[ServiceLevel] | |
,[ServiceDescription] | |
FROM [dbo].[tagnet_AppointmentSPN_PartnerServiceLevels] | |
WHERE PartnerID = 2 | |
GO | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment