Free cookie consent management tool by TermsFeed Modifying SAM.GOV [Government Source Selection v23.1.1.4]
Page not found in the selected version; redirected to the home page.
Modifying SAM.GOV
This content applies solely to Government Source Selection, which must be purchased separately from the Appian base platform.

Introduction

This page outlines how GSS integrates with SAM.gov and how it allows the solution to reflect the most recent data available.

SAM.gov API Endpoint

GSS utilizes an API to update the source selection record. The table below lists the SAM.gov API endpoint and the corresponding Appian object that it is referenced in.

API Endpoint Appian Object
v3/registrations AS_GAM_GetVendorDetailsFromSAMGov

GSS currently uses the following data fields:

Data Field Source Selection Field API Field
Cage entityRegistration.cageCode entityRegistration > cageCode
Legal Name entityRegistration.legalBusinessName entityRegistration > legalBusinessName
Vendor ZipCode coreData.physicalAddress.zipCode coreData Section > physicalAddress > zipCode
Vendor State coreData.physicalAddress.stateOrProvinceCode coreData Section > physicalAddress > stateOrProvinceCode
Vendor City coreData.physicalAddress.city coreData Section > physicalAddress > city
Vendor Country coreData.physicalAddress.countryCode coreData Section > physicalAddress > countryCode
Vendor ZipCode Ext coreData.physicalAddress.zipCodePlus4 coreData Section > physicalAddress > zipCodePlus4
Vendor Address Line1 coreData.physicalAddress.addressLine1 coreData Section > physicalAddress > addressLine1
Status entityRegistration.ueiStatus entityRegistration > ueiStatus
Expiration Date entityRegistration.registrationExpirationDate entityRegistration > expirationDate–> registrationExpirationDate
UEI entityRegistration.ueiSAM entityRegistration > ueiSAM
Business Type coreData.businessTypes.businessTypeList.businessTypeCode coreData > businessTypes > businessTypeList > businessTypeCode
Business Name entityRegistration.dbaName entityRegistration > dbaName

Modifying SAM.GOV

FEEDBACK