Get all SAM trading partner details
get
/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- AltKey Finds the SAM trading partner details record that matches the specified alternative key criteria.
Finder Variables- EFTIndicator; string; EFT indicator of the SAM trading partner details record.
- UniqueEntityIdentifier; string; Unique entity identifier of the SAM trading partner details record.
- PrimaryKey Finds the SAM trading partner details record that matches the primary key criteria specified.
Finder Variables- SamTradingPartnerId; integer; The unique identifier of the SAM trading partner associated with the SAM trading partner details record.
- AltKey Finds the SAM trading partner details record that matches the specified alternative key criteria.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountNumber; string; Account number of the SAM trading partner details record.
- AgencyLocationCode; string; Agency location code of the SAM trading partner details record.
- BusinessTypesInformation; string; Business types information of the SAM trading partner details record.
- BusinessUnit; string; Business unit of the SAM trading partner details record.
- CageCode; string; Cage code of the SAM trading partner details record.
- DebtSubjectToOffset; string; Debt subject to offset of the SAM trading partner details record.
- DoDAAC; string; DoDAAC of the SAM trading partner detail.
- EFTIndicator; string; EFT indicator of the SAM trading partner details record.
- EntityStructure; string; Entity structure of the SAM trading partner details record.
- EntityURL; string; Entity URL of the SAM trading partner details record.
- LegalBusinessName; string; Location of the SAM trading partner details record.
- Location; string; Location of the SAM trading partner details record.
- NAICSCodesInformation; string; NAICS codes information of the SAM trading partner details record.
- NoPublicDisplay; string; No public display of the SAM trading partner details record.
- PhysAddrCity; string; Physical address city of the SAM trading partner details record.
- PhysAddrCountryCode; string; Physical address country code of the SAM trading partner details record.
- PhysAddrProvinceOrState; string; Physical address province or state of the SAM trading partner details record.
- PscCodesInformation; string; Product service code information of the SAM trading partner detail.
- PurposeOfRegistration; string; Purpose of registration of the SAM trading partner details record.
- SamTradingPartnerId; integer; The unique identifier of the SAM trading partner associated with the SAM trading partner details record.
- SbaBizTypesInformation; string; Small business administration business types information of the SAM trading partner detail.
- Status; string; Status of the SAM trading partner details record.
- SupplierId; integer; Supplier identifier of the SAM trading partner details record.
- TaxIdentifierNumber; string; Tax identifier number of the SAM trading partner details record.
- TaxpayerName; string; Tax payer name of the SAM trading partner details record.
- UniqueEntityIdentifier; string; Unique entity identifier of the SAM trading partner details record.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : fedSAMVendorDetails
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : fedSAMVendorDetails-item-response
Type:
Show Source
object-
AccountingStation: string
Title:
Accounting StationRead Only:trueMaximum Length:6Accounting station of the SAM trading partner details record. -
AccountNumber: string
Title:
Account NumberRead Only:trueMaximum Length:255Account number of the SAM trading partner details record. -
AccountType: string
Title:
Account TypeRead Only:trueMaximum Length:80Account type of the SAM trading partner details record. -
AchEmail: string
Title:
ACH EmailRead Only:trueMaximum Length:80Automatic clearing house email of the SAM trading partner detail. -
AchFax: string
Title:
ACH FaxRead Only:trueMaximum Length:30Automatic clearing house fax of the SAM trading partner detail. -
AchNonUSPhone: string
Title:
ACH Non-US PhoneRead Only:trueMaximum Length:30Automatic clearing house non-US phone of the SAM trading partner detail. -
AchUSPhone: string
Title:
ACH US PhoneRead Only:trueMaximum Length:30Automatic clearing house US phone of the SAM trading partner detail. -
ActivationDate: string
(date)
Title:
Activation DateRead Only:trueActivation date of the SAM trading partner details record. -
AgencyBusinessPurpose: string
Title:
Agency Business PurposeRead Only:trueMaximum Length:80Agency business purpose of the SAM trading partner details record. -
AgencyLocationCode: string
Title:
Agency Location CodeRead Only:trueMaximum Length:8Agency location code of the SAM trading partner details record. -
ApPocCity: string
Title:
AP Point of Contact CityRead Only:trueMaximum Length:40Accounts payable point of contact city of the SAM trading partner detail. -
ApPocCountryCode: string
Title:
AP Point of Contact Country CodeRead Only:trueMaximum Length:3Accounts payable point of contact country code of the SAM trading partner detail. -
ApPocEmail: string
Title:
AP Point of Contact EmailRead Only:trueMaximum Length:80Accounts payable point of contact email of the SAM trading partner detail. -
ApPocFaxUSOnly: string
Title:
AP Point of Contact Fax US OnlyRead Only:trueMaximum Length:30Accounts payable point of contact fax US only of the SAM trading partner detail. -
ApPocFirstName: string
Title:
AP Point of Contact First NameRead Only:trueMaximum Length:65Accounts payable point of contact first name of the SAM trading partner detail. -
ApPocLastName: string
Title:
AP Point of Contact Last NameRead Only:trueMaximum Length:65Accounts payable point of contact last name of the SAM trading partner detail. -
ApPocMiddleInitial: string
Title:
AP Point of Contact Middle InitialRead Only:trueMaximum Length:3Accounts payable point of contact middle initial of the SAM trading partner detail. -
ApPocNonUSPhone: string
Title:
AP Point of Contact Non-US PhoneRead Only:trueMaximum Length:30Accounts payable point of contact non-US phone of the SAM trading partner detail. -
ApPocSTAddr1: string
Title:
AP Point of Contact Street Address Line 1Read Only:trueMaximum Length:150Accounts payable point of contact street address 1 of the SAM trading partner detail. -
ApPocSTAddr2: string
Title:
AP Point of Contact Street Address Line 2Read Only:trueMaximum Length:150Accounts payable point of contact street address 2 of the SAM trading partner detail. -
ApPocStateOrProvince: string
Title:
AP Point of Contact State or ProvinceRead Only:trueMaximum Length:55Accounts payable point of contact state or province of the SAM trading partner detail. -
ApPocTitle: string
Title:
AP Point of Contact TitleRead Only:trueMaximum Length:50Accounts payable point of contact title of the SAM trading partner detail. -
ApPocUSPhone: string
Title:
AP Point of Contact US PhoneRead Only:trueMaximum Length:30Accounts payable point of contact US phone of the SAM trading partner detail. -
ApPocUSPhoneExtension: string
Title:
AP Point of Contact US Phone ExtRead Only:trueMaximum Length:25Accounts payable point of contact US phone extension of the SAM trading partner detail. -
ApPocZipCodePlus4: number
Title:
AP Point of Contact Postal Code Plus 4Read Only:trueAccounts payable point of contact postal code plus 4 of the SAM trading partner detail. -
ApPocZipOrPostalCode: string
Title:
AP Point of Contact Postal CodeRead Only:trueMaximum Length:50Accounts payable point of contact postal code of the SAM trading partner detail. -
ArPocEmail: string
Title:
AR Point of Contact EmailRead Only:trueMaximum Length:80Account receivables point of contact email of the SAM trading partner detail. -
ArPocFaxUSOnly: string
Title:
AR Point of Contact Fax US OnlyRead Only:trueMaximum Length:30Account receivables point of contact fax US only of the SAM trading partner detail. -
ArPocFirstName: string
Title:
AR Point of Contact First NameRead Only:trueMaximum Length:65Account receivables point of contact first name of the SAM trading partner detail. -
ArPocLastName: string
Title:
AR Point of Contact Last NameRead Only:trueMaximum Length:65Account receivables point of contact last name of the SAM trading partner detail. -
ArPocMiddleInitial: string
Title:
AR Point of Contact Middle InitialRead Only:trueMaximum Length:3Account receivables point of contact middle initial of the SAM trading partner detail. -
ArPocNonUSPhone: string
Title:
AR Point of Contact Non-US PhoneRead Only:trueMaximum Length:30Account receivables point of contact non-US phone of the SAM trading partner detail. -
ArPocTitle: string
Title:
AR Point of Contact TitleRead Only:trueMaximum Length:50Account receivables point of contact title of the SAM trading partner detail. -
ArPocUSPhone: string
Title:
AR Point of Contact US PhoneRead Only:trueMaximum Length:30Account receivables point of contact US phone of the SAM trading partner detail. -
ArPocUSPhoneExtension: string
Title:
AR Point of Contact US Phone ExtensionRead Only:trueMaximum Length:25Account receivables point of contact US phone extension of the SAM trading partner detail. -
AuthorizationDate: string
(date)
Title:
Authorization DateRead Only:trueAuthorization date of the SAM trading partner details record. -
AverageAnnualRevenue: string
Title:
Average Annual RevenueRead Only:trueMaximum Length:25Average annual revenue of the SAM trading partner details record. -
AverageNumberOfEmployees: string
Title:
Average Number of EmployeesRead Only:trueMaximum Length:25Average number of employees of the SAM trading partner details record. -
BusinessTypesInformation: string
Title:
Business Types InformationRead Only:trueMaximum Length:255Business types information of the SAM trading partner details record. -
BusinessUnit: string
Title:
Business UnitRead Only:trueMaximum Length:80Business unit of the SAM trading partner details record. -
CageCode: string
Title:
Cage CodeRead Only:trueMaximum Length:5Cage code of the SAM trading partner details record. -
CongressionalDistrict: number
Title:
Congressional DistrictRead Only:trueCongressional district of the SAM trading partner details record. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
DebtSubjectToOffset: string
Title:
Debt Subject to OffsetRead Only:trueMaximum Length:80Debt subject to offset of the SAM trading partner details record. -
DepartmentCode: string
Title:
Department CodeRead Only:trueMaximum Length:2Department code of the SAM trading partner details record. -
DisbursingOfficeSymbol: string
Title:
Disbursing Office SymbolRead Only:trueMaximum Length:5Disbursing office symbol of the SAM trading partner details record. -
DivisionName: string
Title:
Division NameRead Only:trueMaximum Length:60Division name of the SAM trading partner details record. -
DivisionNumber: string
Title:
Division NumberRead Only:trueMaximum Length:10Division number of the SAM trading partner details record. -
DoDAAC: string
Title:
DoDAACRead Only:trueMaximum Length:9DoDAAC of the SAM trading partner detail. -
DoingBusinessAsName: string
Title:
Doing Business as NameRead Only:trueMaximum Length:120Name of the SAM trading partner detail used to conduct business. This may be different from the registered name of the company. -
EFTIndicator: string
Title:
EFT IndicatorMaximum Length:10EFT indicator of the SAM trading partner details record. -
EFTWaiver: string
Title:
EFT WaiverRead Only:trueMaximum Length:80EFT waiver of the SAM trading partner details record. -
EnableImport: string
Title:
Enable ImportRead Only:trueMaximum Length:255Enable import of the SAM trading partner details record. -
EntityStructure: string
Title:
Entity StructureRead Only:trueMaximum Length:80Entity structure of the SAM trading partner details record. -
EntityURL: string
Title:
Entity URLRead Only:trueMaximum Length:200Entity URL of the SAM trading partner details record. -
ExclusionStatus: string
Title:
Exclusion StatusRead Only:trueMaximum Length:80Exclusion status of the SAM trading partner details record. -
fedSAMExceptionMessages: array
Federal SAM Exception Messages
Title:
Federal SAM Exception MessagesThe federal SAM exception messages resource is used to query, create, and delete SAM exception messages. -
FinancialInstitute: string
Title:
Financial InstituteRead Only:trueMaximum Length:50Financial institute of the SAM trading partner details record. -
HQParentUEI: string
Title:
HQ Parent UEIRead Only:trueMaximum Length:12HQ parent UEI of the SAM trading partner details record. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the record. -
LegalBusinessName: string
Title:
Legal Business NameRead Only:trueMaximum Length:120Location of the SAM trading partner details record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Title:
LocationRead Only:trueMaximum Length:255Location of the SAM trading partner details record. -
LockboxNumber: string
Title:
Lockbox NumberRead Only:trueMaximum Length:20Lockbox number of the SAM trading partner details record. -
MailAddrCity: string
Title:
Mail Address CityRead Only:trueMaximum Length:40Mail address city of the SAM trading partner details record. -
MailAddrCountry: string
Title:
Mail Address CountryRead Only:trueMaximum Length:3Mail address country of the SAM trading partner details record. -
MailAddrLine1: string
Title:
Mail Address Line 1Read Only:trueMaximum Length:150Mail address line 1 of the SAM trading partner details record. -
MailAddrLine2: string
Title:
Mail Address Line 2Read Only:trueMaximum Length:150Mail address line 2 of the SAM trading partner details record. -
MailAddrStateOrProvince: string
Title:
Mail Address State or ProvinceRead Only:trueMaximum Length:55Mail address state or province of the SAM trading partner details record. -
MailAddrZipCodePlus4: number
Title:
Mail Address Postal Code Plus 4Read Only:trueMail address postal code plus 4 of the SAM trading partner details record. -
MailAddrZipPostalCode: string
Title:
Mail Address Postal CodeRead Only:trueMaximum Length:50Mail address postal code of the SAM trading partner details record. -
MarketingPartnerIdentificationNumber: string
Title:
Marketing Partner Identification NumberRead Only:trueMaximum Length:9Marketing partner identification number of the SAM trading partner details record. -
MerchantId1: string
Title:
Merchant ID 1Read Only:trueMaximum Length:130Merchant identifier 1 of the SAM trading partner details record. -
MerchantId2: string
Title:
Merchant ID 2Read Only:trueMaximum Length:130Merchant identifier 2 of the SAM trading partner details record. -
NAICSCodesInformation: string
Title:
NAICS Codes InformationRead Only:trueMaximum Length:255NAICS codes information of the SAM trading partner details record. -
NoPublicDisplay: string
Title:
No Public DisplayRead Only:trueMaximum Length:80No public display of the SAM trading partner details record. -
PaidByCreditCard: string
Title:
Paid by Credit CardRead Only:trueMaximum Length:80Indicates whether the supplier can be paid by credit card. -
PhysAddrCity: string
Title:
Physical Address CityRead Only:trueMaximum Length:40Physical address city of the SAM trading partner details record. -
PhysAddrCountryCode: string
Title:
Physical Address Country CodeRead Only:trueMaximum Length:3Physical address country code of the SAM trading partner details record. -
PhysAddrLine1: string
Title:
Physical Address Line 1Read Only:trueMaximum Length:150Physical address line 1 of the SAM trading partner details record. -
PhysAddrLine2: string
Title:
Physical Address Line 2Read Only:trueMaximum Length:150Physical address line 2 of the SAM trading partner details record. -
PhysAddrProvinceOrState: string
Title:
Physical Address Province or StateRead Only:trueMaximum Length:55Physical address province or state of the SAM trading partner details record. -
PhysAddrZipCodePlus4: number
Title:
Physical Address Postal Code Plus 4Read Only:truePhysical address postal code plus 4 of the SAM trading partner details record. -
PhysAddrZipOrPostalCode: string
Title:
Physical Address Postal CodeRead Only:trueMaximum Length:50Physical address postal code of the SAM trading partner details record. -
PhysicalAddress: string
Title:
Physical AddressRead Only:trueMaximum Length:255Physical address of the SAM trading partner details record. -
PrimaryNAICSCode: string
Title:
Primary NAICS CodeRead Only:trueMaximum Length:6Primary NAICS code of the SAM trading partner details record. -
PrimaryNAICSDescription: string
Title:
Primary NAICS DescriptionRead Only:trueMaximum Length:80Primary NAICS description of the SAM trading partner details record. -
ProcessStatus: string
Title:
Process StatusRead Only:trueMaximum Length:255Process status for supplier association of the SAM trading partner details record. -
PscCodesInformation: string
Title:
Product Service Code InformationRead Only:trueMaximum Length:255Product service code information of the SAM trading partner detail. -
PurposeOfRegistration: string
Title:
Purpose of RegistrationRead Only:trueMaximum Length:80Purpose of registration of the SAM trading partner details record. -
RegistrationExpirationDate: string
(date)
Title:
Registration Expiration DateRead Only:trueRegistration expiration date of the SAM trading partner details record. -
RemittanceAddressLine1: string
Title:
Remittance Address Line 1Read Only:trueMaximum Length:150Remittance address line 1 of the SAM trading partner details record. -
RemittanceAddressLine2: string
Title:
Remittance Address Line 2Read Only:trueMaximum Length:150Remittance address line 2 of the SAM trading partner details record. -
RemittanceCity: string
Title:
Remittance CityRead Only:trueMaximum Length:40Remittance city of the SAM trading partner details record. -
RemittanceCountryCode: string
Title:
Remittance Country CodeRead Only:trueMaximum Length:3Remittance country code of the SAM trading partner details record. -
RemittanceName: string
Title:
Remittance NameRead Only:trueMaximum Length:120Remittance name of the SAM trading partner details record. -
RemittanceStateOrProvince: string
Title:
Remittance State or ProvinceRead Only:trueMaximum Length:55Remittance state or province of the SAM trading partner details record. -
RemittanceZipCodePlus4: number
Title:
Remittance Postal Code Plus 4Read Only:trueRemittance postal code plus 4 of the SAM trading partner details record. -
RemittanceZipOrPostalCode: string
Title:
Remittance Postal CodeRead Only:trueMaximum Length:50Remittance postal code of the SAM trading partner details record. -
RoutingNumber: number
Title:
Routing NumberRead Only:trueRouting number of the SAM trading partner details record. -
SAMRecordLastImportedDate: string
(date-time)
Title:
SAM Record Last Imported DateRead Only:trueSAM record last imported date of the SAM trading partner details record. -
SAMRecordLastUpdatedDate: string
(date)
Title:
SAM Record Last Updated DateRead Only:trueSAM record last updated date of the SAM trading partner details record. -
SamTradingPartnerId: integer
(int64)
Title:
Sam Trading Partner IDThe unique identifier of the SAM trading partner associated with the SAM trading partner details record. -
SbaBizTypesInformation: string
Title:
Small Business Administration Business Types InformationRead Only:trueMaximum Length:255Small business administration business types information of the SAM trading partner detail. -
Source: string
Title:
SourceRead Only:trueMaximum Length:80Source of the SAM trading partner details record. -
Status: string
Title:
Registration StatusRead Only:trueMaximum Length:80Status of the SAM trading partner details record. -
Supplier: string
Title:
SupplierRead Only:trueMaximum Length:80Supplier of the SAM trading partner details record. -
SupplierId: integer
(int64)
Title:
Supplier IDSupplier identifier of the SAM trading partner details record. -
TaxIdentifierNumber: string
Title:
Tax Identifier NumberRead Only:trueMaximum Length:255Tax identifier number of the SAM trading partner details record. -
TaxIdentifierType: string
Title:
Tax Identifier TypeRead Only:trueMaximum Length:1Tax identifier type of the SAM trading partner details record. -
TaxpayerName: string
Title:
Taxpayer NameRead Only:trueMaximum Length:120Tax payer name of the SAM trading partner details record. -
UltimateParentUEI: string
Title:
Ultimate Parent UEIRead Only:trueMaximum Length:12Ultimate parent UEI of the SAM trading partner details record. -
UniqueEntityIdentifier: string
Title:
Unique Entity IdentifierMaximum Length:12Unique entity identifier of the SAM trading partner details record. -
UniqueEntityIdentifierDUNS: string
Title:
Unique Entity Identifier D-U-N-SRead Only:trueMaximum Length:15Unique entity identifier D-U-N-S of the SAM trading partner details record.
Nested Schema : Federal SAM Exception Messages
Type:
arrayTitle:
Federal SAM Exception MessagesThe federal SAM exception messages resource is used to query, create, and delete SAM exception messages.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : fedSAMVendorDetails-fedSAMExceptionMessages-item-response
Type:
Show Source
object-
Code: string
Title:
Exception CodeMaximum Length:30Code of the SAM exception message record. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
Description: string
Title:
Exception TextMaximum Length:4000Description of the SAM exception message record. -
ExceptionUniqueId: integer
(int64)
Title:
Exception Unique IdThe unique identifier of the SAM exception message record. -
JobId: integer
(int64)
Title:
Job IdJob identifier of the SAM exception message record. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32Date when the user who last updated the record logged in. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProcessName: string
Title:
Process NameMaximum Length:150Process name of the SAM exception message record.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Links
- submit
-
Associates a supplier with the SAM trading partner details record.
- unAssignSupplier
-
Dissociates a supplier from the SAM trading partner details record.
Examples
You can use the GET action in the Federal SAM Trading Partner Details REST API to get all Federal SAM Trading Partner Details and their detailed information.
curl -i -u "<username>:<password>" -H "Content-Type: application/json" -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails
Example Response Body
The following example shows the contents of the response body in JSON format:
{
"items": [
{
"SamTradingPartnerId": 100100869784250,
"UniqueEntityIdentifier": "111111113045",
"UniqueEntityIdentifierDUNS": "100033045",
"EFTIndicator": "3045",
"CageCode": "4ZW45",
"LegalBusinessName": "222222 KENEDY LONGSIDE CENTRE LONGSIDE",
"TaxpayerName": "IIIIII LONGSIDE TAXPAYER NAME",
"Location": "XXXLEXINGTON,MS,USA",
"Status": "Deleted",
"BusinessUnit": null,
"AgencyLocationCode": "57495749",
"DoDAAC": "DDDD22245",
"EntityURL": "http://KENEDY.k12.ms.us",
"PhysicalAddress": "20202020 3020 OLIVE BRANCH ST,XXXLEXINGTON,MS,5286,USA",
"PurposeOfRegistration": "Federal assistance awards and IGT",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "Delinquent debt status not verified",
"DoingBusinessAsName": "22222KENEDY LONGSIDE CENTRE LONGSIDE",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": "JKL DIVISION",
"DivisionNumber": "108108",
"AgencyBusinessPurpose": "Seller",
"Source": "Department of Defense",
"RegistrationExpirationDate": "2022-03-21",
"ActivationDate": "2022-03-21",
"SAMRecordLastUpdatedDate": "2022-03-21",
"SAMRecordLastImportedDate": "2022-11-04T20:09:26.253+00:00",
"HQParentUEI": "EIN181",
"UltimateParentUEI": "COLUMN #200",
"AverageNumberOfEmployees": "COLUMN 238",
"AverageAnnualRevenue": "1700,000.50",
"MarketingPartnerIdentificationNumber": "A01234567",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "20202020 3020 OLIVE BRANCH ST",
"PhysAddrLine2": null,
"PhysAddrCity": "XXXLEXINGTON",
"PhysAddrProvinceOrState": "MS",
"PhysAddrZipOrPostalCode": "39095",
"PhysAddrZipCodePlus4": 5286,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 2,
"MailAddrLine1": "313 OLIVE BRANCH ST",
"MailAddrLine2": null,
"MailAddrCity": "XXXLEXINGTON",
"MailAddrZipPostalCode": "39095",
"MailAddrZipCodePlus4": 5286,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "MS",
"ApPocMiddleInitial": "MID",
"ApPocLastName": "last name",
"ApPocFirstName": "COLUMN 268 AP CONTACT FIRST",
"ApPocTitle": "Mr",
"ApPocSTAddr1": "144 Kent St",
"ApPocSTAddr2": "George St Metro Station",
"ApPocCity": "MS",
"ApPocZipOrPostalCode": "12345",
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": "FIRST LAST ALWAYS",
"RemittanceAddressLine1": "2300 DULLES METRO BLVD",
"RemittanceAddressLine2": null,
"RemittanceCity": "HERNDON",
"RemittanceStateOrProvince": "VA",
"RemittanceZipOrPostalCode": "20171",
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": "USA",
"ArPocFirstName": "ANGEL",
"ArPocMiddleInitial": "260",
"ArPocLastName": "MEEKS",
"ArPocTitle": null,
"ArPocUSPhone": "6628342175",
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": "6628349060",
"ArPocEmail": "aldmeeks@KENEDY.k12.ms.us",
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": "COLUMN 240 CAPITAL COMMUNICATIONS F.C.U.",
"AccountNumber": "XX345",
"RoutingNumber": 221373273,
"AccountType": "Checking",
"LockboxNumber": "LOCK12345",
"AuthorizationDate": "2017-06-14",
"EFTWaiver": "No",
"AccountingStation": "COL301",
"PaidByCreditCard": "Yes",
"AchUSPhone": "3333333333",
"AchNonUSPhone": "3434343434",
"AchFax": "4545454545",
"AchEmail": "ACHEMAILCOLUMN250@TEST.com",
"DisbursingOfficeSymbol": "DIS12",
"MerchantId1": "Merchant ID 12345",
"MerchantId2": "Column 300 Merchant Id 2",
"DepartmentCode": "AB",
"EnableImport": "No",
"CreationDate": "2022-09-28T10:46:49+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EB5F93E179DA2209E053CF2FF70A0A60",
"LastUpdatedBy": "FEDERAL",
"BusinessTypesInformation": "1B Tribal owned firm\n2X For profit organization",
"NAICSCodesInformation": "314120 Curtain and linen mills\n314910 Textile bag and canvas mills\n314999 All other miscellaneous textile product mills\n315210 Cut and sew apparel contractors\n315220 Men and boys cut-and-sew apparel manufacturing\n315240 Women, girls, and infants cut and sew apparel manufacturing\n315280 Other cut-and-sew apparel manufacturing\n315990 Apparel accessories and other apparel manufacturing\n316210 Footwear manufacturing\n322230 Stationery product manufacturing\n332215 Metal cookware, utensil, cutlery non-precious manufacturing\n332321 Metal window and door manufacturing\n332323 Ornamental and architectural metal work manufacturing\n332812 Metal coating except jewelry, silverware, allied services\n333314 Optical instrument and lens manufacturing\n333618 Other engine equipment manufacturing\n334412 Bare printed circuit board manufacturing\n334417 Electronic connector manufacturing\n335122 Commercial, industrial lighting fixture manufacturing\n335129 Other lighting equipment manufacturing\n335911 Storage battery manufacturing\n335931 Current-carrying wiring device manufacturing\n336310 Motor vehicle gasoline engine and engine parts manufacturing\n337211 Wood office furniture manufacturing\n337214 Office furniture except wood manufacturing\n337215 Showcase, partition, shelving, and locker manufacturing\n339113 Surgical appliance and supplies manufacturing\n339950 Sign manufacturing\n339994 Broom, brush, and mop manufacturing\n518210 Data processing, hosting, and related services\n562920 Materials recovery facilities\n811118 Other automotive mechanical, electrical repair, maintenance\n812332 Industrial launderers\n922190 Other justice, public order, and safety activities",
"PscCodesInformation": "R499 Support: professional: other",
"SbaBizTypesInformation": "A6 SBA certified 8a program participant(01-01-2011)\nXX SBA certified HUBZone firm(02-01-2011)",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784250",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000005A78"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784250",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784250/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100869784240,
"UniqueEntityIdentifier": "111111113046",
"UniqueEntityIdentifierDUNS": "100033046",
"EFTIndicator": "3046",
"CageCode": "4ZW46",
"LegalBusinessName": "33333 KENEDY LONGSIDE CENTRE LONGSIDE",
"TaxpayerName": "JJJJJ LONGSIDE TAXPAYER NAME",
"Location": "XXXLEXINGTON,MS,USA",
"Status": "Expired",
"BusinessUnit": null,
"AgencyLocationCode": "57495749",
"DoDAAC": "DDDDD3346",
"EntityURL": "http://KENEDY.k12.ms.us",
"PhysicalAddress": "20202020 3020 OLIVE BRANCH ST,XXXLEXINGTON,MS,5286,USA",
"PurposeOfRegistration": "IGT only",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "Delinquent debt status not verified",
"DoingBusinessAsName": "3333KENEDY LONGSIDE CENTRE LONGSIDE",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": "KLM DIVISION",
"DivisionNumber": "108108",
"AgencyBusinessPurpose": "Seller",
"Source": "Department of Defense",
"RegistrationExpirationDate": "2022-03-21",
"ActivationDate": "2022-03-21",
"SAMRecordLastUpdatedDate": "2022-03-21",
"SAMRecordLastImportedDate": "2022-09-28T10:46:49+00:00",
"HQParentUEI": "EIN181",
"UltimateParentUEI": "COLUMN #200",
"AverageNumberOfEmployees": "COLUMN 238",
"AverageAnnualRevenue": "1,700000",
"MarketingPartnerIdentificationNumber": "A01234567",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "20202020 3020 OLIVE BRANCH ST",
"PhysAddrLine2": null,
"PhysAddrCity": "XXXLEXINGTON",
"PhysAddrProvinceOrState": "MS",
"PhysAddrZipOrPostalCode": "39095",
"PhysAddrZipCodePlus4": 5286,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 2,
"MailAddrLine1": "313 OLIVE BRANCH ST",
"MailAddrLine2": null,
"MailAddrCity": "XXXLEXINGTON",
"MailAddrZipPostalCode": "39095",
"MailAddrZipCodePlus4": 5286,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "MS",
"ApPocMiddleInitial": "MID",
"ApPocLastName": "last name",
"ApPocFirstName": "COLUMN 268 AP CONTACT FIRST",
"ApPocTitle": "Mr",
"ApPocSTAddr1": "144 Kent St",
"ApPocSTAddr2": "George St Metro Station",
"ApPocCity": "MS",
"ApPocZipOrPostalCode": "12345",
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": "FIRST LAST ALWAYS",
"RemittanceAddressLine1": "2300 DULLES METRO BLVD",
"RemittanceAddressLine2": null,
"RemittanceCity": "HERNDON",
"RemittanceStateOrProvince": "VA",
"RemittanceZipOrPostalCode": "20171",
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": "USA",
"ArPocFirstName": "ANGEL",
"ArPocMiddleInitial": "260",
"ArPocLastName": "MEEKS",
"ArPocTitle": null,
"ArPocUSPhone": "6628342175",
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": "6628349060",
"ArPocEmail": "aldmeeks@KENEDY.k12.ms.us",
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": "COLUMN 240 CAPITAL COMMUNICATIONS F.C.U.",
"AccountNumber": "XX345",
"RoutingNumber": 221373273,
"AccountType": "Checking",
"LockboxNumber": "LOCK12345",
"AuthorizationDate": "2017-06-14",
"EFTWaiver": "No",
"AccountingStation": "COL301",
"PaidByCreditCard": "Yes",
"AchUSPhone": "3333333333",
"AchNonUSPhone": "3434343434",
"AchFax": "4545454545",
"AchEmail": "ACHEMAILCOLUMN250@TEST.com",
"DisbursingOfficeSymbol": "DIS12",
"MerchantId1": "Merchant ID 12345",
"MerchantId2": "Column 300 Merchant Id 2",
"DepartmentCode": "AB",
"EnableImport": "No",
"CreationDate": "2022-09-28T10:46:49+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9BB6ED7B7AC11C7E053CF2FF70ADC66",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "1B Tribal owned firm\n2X For profit organization",
"NAICSCodesInformation": "314120 Curtain and linen mills\n314910 Textile bag and canvas mills\n314999 All other miscellaneous textile product mills\n315210 Cut and sew apparel contractors\n315220 Men and boys cut-and-sew apparel manufacturing\n315240 Women, girls, and infants cut and sew apparel manufacturing\n315280 Other cut-and-sew apparel manufacturing\n315990 Apparel accessories and other apparel manufacturing\n316210 Footwear manufacturing\n322230 Stationery product manufacturing\n332215 Metal cookware, utensil, cutlery non-precious manufacturing\n332321 Metal window and door manufacturing\n332323 Ornamental and architectural metal work manufacturing\n332812 Metal coating except jewelry, silverware, allied services\n333314 Optical instrument and lens manufacturing\n333618 Other engine equipment manufacturing\n334412 Bare printed circuit board manufacturing\n334417 Electronic connector manufacturing\n335122 Commercial, industrial lighting fixture manufacturing\n335129 Other lighting equipment manufacturing\n335911 Storage battery manufacturing\n335931 Current-carrying wiring device manufacturing\n336310 Motor vehicle gasoline engine and engine parts manufacturing\n337211 Wood office furniture manufacturing\n337214 Office furniture except wood manufacturing\n337215 Showcase, partition, shelving, and locker manufacturing\n339113 Surgical appliance and supplies manufacturing\n339950 Sign manufacturing\n339994 Broom, brush, and mop manufacturing\n518210 Data processing, hosting, and related services\n562920 Materials recovery facilities\n811118 Other automotive mechanical, electrical repair, maintenance\n812332 Industrial launderers\n922190 Other justice, public order, and safety activities",
"PscCodesInformation": "R499 Support: professional: other",
"SbaBizTypesInformation": "A6 SBA certified 8a program participant(01-01-2011)\nXX SBA certified HUBZone firm(02-01-2011)",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784240",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784240",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100869784240/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563986016,
"UniqueEntityIdentifier": "12121212121A",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "1212",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T07:40:34.182+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T07:40:34+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B3177EC23FDE053CF2FF70A06A3",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986016",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986016",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986016/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564007669,
"UniqueEntityIdentifier": "123456789012",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T09:26:35.008+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T09:26:35+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B5B0AFF23F7E053CF2FF70ADB8B",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007669",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007669",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007669/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564007679,
"UniqueEntityIdentifier": "123456789012",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "1234",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T09:36:06.011+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T09:36:06+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B38C55523F5E053CF2FF70A06C9",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007679",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007679",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007679/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563986017,
"UniqueEntityIdentifier": "12345678912A",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "1234",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T07:43:36.007+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T07:43:36+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B036F6D23D2E053CF2FF70A1FC6",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986017",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986017",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986017/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563986043,
"UniqueEntityIdentifier": "12345678912G",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "3456",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T08:21:41.009+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T08:21:41+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B40577B23EFE053CF2FF70AC40B",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986043",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986043",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563986043/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564007705,
"UniqueEntityIdentifier": "258369147012",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "4589",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T09:50:18.009+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T09:50:18+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B04663023D8E053CF2FF70AF44E",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007705",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007705",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007705/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563050753,
"UniqueEntityIdentifier": "444455550001",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "1234",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-09-30T10:12:34.007+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-30T10:12:34+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E903C9CFC31DB4C9E053CF2FF70A1093",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050753",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050753",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050753/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563050756,
"UniqueEntityIdentifier": "444455550002",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-09-30T10:23:50.010+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-30T10:23:50+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E903D3F33B9CB4CBE053CF2FF70A17B4",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050756",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050756",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050756/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563050757,
"UniqueEntityIdentifier": "444455550003",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-09-30T10:23:51.007+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-30T10:23:51+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E903C9457A3FB4CDE053CF2FF70A1534",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050757",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050757",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050757/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100563050758,
"UniqueEntityIdentifier": "444455550003",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "0001",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-09-30T10:23:51.004+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-30T10:23:51+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E903D4080D08B4D8E053CF2FF70A1136",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050758",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050758",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100563050758/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564007697,
"UniqueEntityIdentifier": "789456123085",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "9832",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T09:43:11.009+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T09:43:11+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B36ED6623FBE053CF2FF70A25AF",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007697",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007697",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564007697/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564014119,
"UniqueEntityIdentifier": "864259713951",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T13:51:33.068+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T13:51:33+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1B7B406FB323EFE053CF2FF70AC40B",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014119",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014119",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014119/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100566692370,
"UniqueEntityIdentifier": "867530999999",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "New",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-11-04T18:01:38.014+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-11-04T18:01:38+00:00",
"CreatedBy": "FEDERAL",
"LastUpdateLogin": "EB5F93972FDF2228E053CF2FF70A1C0F",
"LastUpdatedBy": "FEDERAL",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692370",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692370",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692370/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100566692371,
"UniqueEntityIdentifier": "879456321478",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "New",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-11-04T18:01:38.012+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-11-04T18:01:38+00:00",
"CreatedBy": "FEDERAL",
"LastUpdateLogin": "EB5F940DD46D221CE053CF2FF70A5928",
"LastUpdatedBy": "FEDERAL",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692371",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692371",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100566692371/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 300100564014121,
"UniqueEntityIdentifier": "879456321478",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": "6578",
"CageCode": null,
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Not Found",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": null,
"NoPublicDisplay": null,
"DebtSubjectToOffset": null,
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-10-10T13:57:20.008+00:00",
"HQParentUEI": null,
"UltimateParentUEI": null,
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": null,
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-10-10T13:57:20+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1BAAF72E432403E053CF2FF70A5910",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": null,
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014121",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014121",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/300100564014121/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866782,
"UniqueEntityIdentifier": "A115WGGGK3L5",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "8DU85",
"LegalBusinessName": "XCNBL XXCBXMCNX XCNXCXX-MDD-BXLBNXDX, DNX.",
"TaxpayerName": "XXenal ZZXXeaZZmenZZ CenZZeXXYY - Mid-AZZlanZZic Inc",
"Location": "ELLICOTT CITY,MD,USA",
"Status": "Active",
"BusinessUnit": "2 assigned",
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "3271 ALUMTREE DR STE 703,ELLICOTT CITY,MD,3871,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": "XLLIXOXX XIXY DIBLYXIX",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-11-01",
"ActivationDate": "2021-11-08",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-10-10T13:23:26+00:00",
"HQParentUEI": "A115WGGGK3L5",
"UltimateParentUEI": "A115WGGGK3L5",
"AverageNumberOfEmployees": "53400",
"AverageAnnualRevenue": "7045898667",
"MarketingPartnerIdentificationNumber": "3AVITA123",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "3271 ALUMTREE DR STE 703",
"PhysAddrLine2": null,
"PhysAddrCity": "ELLICOTT CITY",
"PhysAddrProvinceOrState": "MD",
"PhysAddrZipOrPostalCode": "21042",
"PhysAddrZipCodePlus4": 3871,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 7,
"MailAddrLine1": "PO BOX 402146",
"MailAddrLine2": null,
"MailAddrCity": "ATLANTA",
"MailAddrZipPostalCode": "30384",
"MailAddrZipCodePlus4": 2946,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "GA",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": "xxxxxxx",
"RemittanceAddressLine1": "4381 ALUMTREE DR STE 804",
"RemittanceAddressLine2": null,
"RemittanceCity": "ATLANTA",
"RemittanceStateOrProvince": "GA",
"RemittanceZipOrPostalCode": "30384",
"RemittanceZipCodePlus4": 2946,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": "621492",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF NEW YORK MELLON",
"AccountNumber": "XXXXXXX446",
"RoutingNumber": 21000018,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2019-09-03",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "No",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "EA1BAAF72B5B2403E053CF2FF70A5910",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2X For profit organization",
"NAICSCodesInformation": "621492 Kidney dialysis centers",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": "Processed",
"SupplierId": 300100563649567,
"Supplier": "XXenal ZZXXeaZZmenZZ CenZZeXXYY - Mid-AZZlanZZic Inc",
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866782",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866782",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866782/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866786,
"UniqueEntityIdentifier": "A155HPRB8SS7",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "3DCY1",
"LegalBusinessName": "XCLCDYNC DNXXXFMCNXX, DNX.",
"TaxpayerName": "ZZELEDYNE INYYZZXXUMENZZYY INC",
"Location": "SAN DIEGO,CA,USA",
"Status": "Active",
"BusinessUnit": "3 assigned",
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": "http://www.txxxlxxxdynxxx-xxxpi.cxxxm",
"PhysicalAddress": "1170 CARRXLL CANYXN RD STE A,SAN DIEGO,CA,1106,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": "XXLXDYNX BPI",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": "XELEDYNE CPI",
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-04-26",
"ActivationDate": "2021-04-27",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A155HPRB8SS7",
"UltimateParentUEI": "A155HPRB8SS7",
"AverageNumberOfEmployees": "10829",
"AverageAnnualRevenue": "3050466667",
"MarketingPartnerIdentificationNumber": "Tele3yne8",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "1170 CARRXLL CANYXN RD STE A",
"PhysAddrLine2": null,
"PhysAddrCity": "SAN DIEGO",
"PhysAddrProvinceOrState": "CA",
"PhysAddrZipOrPostalCode": "92131",
"PhysAddrZipCodePlus4": 1106,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 52,
"MailAddrLine1": "1120 AXXRROLL AXXNYON RD STXXS XX",
"MailAddrLine2": null,
"MailAddrCity": "SAN DIEGO",
"MailAddrZipPostalCode": "92131",
"MailAddrZipCodePlus4": 1106,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "CA",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "1180 CARRXLL CANYXN RD STE A",
"RemittanceAddressLine2": null,
"RemittanceCity": "CHICAGO",
"RemittanceStateOrProvince": "IL",
"RemittanceZipOrPostalCode": "60693",
"RemittanceZipCodePlus4": 124,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": "334516",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF AMERICA, N.A.",
"AccountNumber": "XXXXXXX836",
"RoutingNumber": 121000358,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2012-01-04",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "Yes",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2X For profit organization\nMF Manufacturer of goods",
"NAICSCodesInformation": "334516 Analytical laboratory instrument manufacturing",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866786",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866786",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866786/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866790,
"UniqueEntityIdentifier": "A15UMMFE6KE8",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "8GD48",
"LegalBusinessName": null,
"TaxpayerName": null,
"Location": "",
"Status": "Expired",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "Delinquent debt status not verified",
"DoingBusinessAsName": null,
"TaxIdentifierType": null,
"TaxIdentifierNumber": null,
"EntityStructure": null,
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": null,
"ActivationDate": null,
"SAMRecordLastUpdatedDate": null,
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A15UMMFE6KE8",
"UltimateParentUEI": "A15UMMFE6KE8",
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": null,
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": null,
"PhysAddrLine2": null,
"PhysAddrCity": null,
"PhysAddrProvinceOrState": null,
"PhysAddrZipOrPostalCode": null,
"PhysAddrZipCodePlus4": null,
"PhysAddrCountryCode": null,
"CongressionalDistrict": null,
"MailAddrLine1": null,
"MailAddrLine2": null,
"MailAddrCity": null,
"MailAddrZipPostalCode": null,
"MailAddrZipCodePlus4": null,
"MailAddrCountry": null,
"MailAddrStateOrProvince": null,
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": null,
"RemittanceAddressLine2": null,
"RemittanceCity": null,
"RemittanceStateOrProvince": null,
"RemittanceZipOrPostalCode": null,
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": null,
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": null,
"AccountNumber": null,
"RoutingNumber": null,
"AccountType": null,
"LockboxNumber": null,
"AuthorizationDate": null,
"EFTWaiver": null,
"AccountingStation": null,
"PaidByCreditCard": null,
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866790",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866790",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866790/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866792,
"UniqueEntityIdentifier": "A19ACPE65LB8",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "222P7",
"LegalBusinessName": "GXBYXBX CLCXXXDX XEMPBNY, DNX",
"TaxpayerName": "GXXAYBAXX ELECZZXXIC CAMPANY INC",
"Location": "NEW CASTLE,DE,USA",
"Status": "Expired",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": "http://www.grxxxybxxxr.cxxxm",
"PhysicalAddress": "23 BXULDEN BLVD_ADD_Update_Test,NEW CASTLE,DE,2065,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": null,
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-11-18",
"ActivationDate": "2021-11-19",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A19ACPE65LB8",
"UltimateParentUEI": "A19ACPE65LB8",
"AverageNumberOfEmployees": "8000",
"AverageAnnualRevenue": "7330700000",
"MarketingPartnerIdentificationNumber": "3RAYBAR99",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "23 BXULDEN BLVD_ADD_Update_Test",
"PhysAddrLine2": null,
"PhysAddrCity": "NEW CASTLE",
"PhysAddrProvinceOrState": "DE",
"PhysAddrZipOrPostalCode": "19720",
"PhysAddrZipCodePlus4": 2065,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 0,
"MailAddrLine1": "43 BOULDXXSN BLVD",
"MailAddrLine2": null,
"MailAddrCity": "NEW CASTLE",
"MailAddrZipPostalCode": "19720",
"MailAddrZipCodePlus4": 2065,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "DE",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "34 BXULDEN BLVD_ADD_Update_Test000",
"RemittanceAddressLine2": "Remittance line2",
"RemittanceCity": "BOSTON",
"RemittanceStateOrProvince": "MA",
"RemittanceZipOrPostalCode": "2241",
"RemittanceZipCodePlus4": null,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": "9734041943",
"ArPocEmail": null,
"PrimaryNAICSCode": "423610",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF AMERICA, N.A.",
"AccountNumber": "XXXXXXX786",
"RoutingNumber": 111000012,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2012-07-24",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "Yes",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2X For profit organization",
"NAICSCodesInformation": "423430 Computer, peripheral equipment, software merchant wholesalers\n423610 Electrical apparatus, related equipment merchant wholesalers\n423620 Household appliance, consumer electronic merchant wholesalers\n423690 Other electronic parts and equipment merchant wholesalers\n423840 Industrial supplies merchant wholesalers\n444130 Hardware stores",
"PscCodesInformation": "5810 Communications security equipment and components\n5995 Cable cord and wire assemblies: communication equipment\n6120 Transformers: distribution and power station\n6145 Wire and cable electrical\n6210 Indoor and outdoor electric lighting fixtures\n6240 Electric lamps\n6250 Ballasts lamp holders and starters",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866792",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866792",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866792/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866783,
"UniqueEntityIdentifier": "A1AMALJ3CSH4",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "4B998",
"LegalBusinessName": "XCXH DXXBCL DCBXENCXX MCDDXBL XCNXCX, DNX",
"TaxpayerName": "BEZZH IYYXXAEL DEACANEYYYY MEDICAL CENZZEXX INC",
"Location": "BOSTON,MA,USA",
"Status": "Active",
"BusinessUnit": "FederalBusinessUnit",
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "330 BRXXKLINE AVE,BOSTON,MA,5400,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": "BIDXX",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXX",
"EntityStructure": "Tax-exempt corporate entity",
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-03-20",
"ActivationDate": "2020-09-21",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A1AMALJ3CSH4",
"UltimateParentUEI": "A1AMALJ3CSH4",
"AverageNumberOfEmployees": "11000",
"AverageAnnualRevenue": "2700000000",
"MarketingPartnerIdentificationNumber": "oXpbi3123",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "330 BRXXKLINE AVE",
"PhysAddrLine2": null,
"PhysAddrCity": "BOSTON",
"PhysAddrProvinceOrState": "MA",
"PhysAddrZipOrPostalCode": "2215",
"PhysAddrZipCodePlus4": 5400,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 7,
"MailAddrLine1": "330 BROOKLINXXS XXVXXSNUXXS XXS/BR264",
"MailAddrLine2": null,
"MailAddrCity": "BOSTON",
"MailAddrZipPostalCode": "2215",
"MailAddrZipCodePlus4": 5491,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "MA",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "440 BRXXKLINE AVE",
"RemittanceAddressLine2": null,
"RemittanceCity": "BOSTON",
"RemittanceStateOrProvince": "MA",
"RemittanceZipOrPostalCode": "2215",
"RemittanceZipCodePlus4": 5491,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": "622110",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF AMERICA, N.A.",
"AccountNumber": "XXXXX684",
"RoutingNumber": 11000138,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2012-03-29",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "Yes",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "80 Hospital\nA8 Non-profit organization",
"NAICSCodesInformation": "541990 All other professional, scientific, and technical services\n622110 General medical and surgical hospitals",
"PscCodesInformation": "Q201 Medical: general health care",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866783",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866783",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866783/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866795,
"UniqueEntityIdentifier": "A1APGAKKBCQ5",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "6ZNA4",
"LegalBusinessName": "XHCXWDN-WDLLDBMX XEMPBNY, XHC",
"TaxpayerName": "YYHEXXZZIN-ZZILLIAMYY CAMPANY ZZHE",
"Location": "LOMBARD,IL,USA",
"Status": "Active",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "723 E RXXSEVELT RD,LOMBARD,IL,4742,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": "XHXRWIN-WILLIBXX",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-06-28",
"ActivationDate": "2021-07-01",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A1APGAKKBCQ5",
"UltimateParentUEI": "A1APGAKKBCQ5",
"AverageNumberOfEmployees": "61031",
"AverageAnnualRevenue": "15601333333",
"MarketingPartnerIdentificationNumber": "XHB603388",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "723 E RXXSEVELT RD",
"PhysAddrLine2": null,
"PhysAddrCity": "LOMBARD",
"PhysAddrProvinceOrState": "IL",
"PhysAddrZipOrPostalCode": "60148",
"PhysAddrZipCodePlus4": 4742,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 8,
"MailAddrLine1": "101 PROSPXXSAT XXVXXS 1210M",
"MailAddrLine2": null,
"MailAddrCity": "CLEVELAND",
"MailAddrZipPostalCode": "44115",
"MailAddrZipCodePlus4": 1093,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "OH",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "834 E RXXSEVELT RD",
"RemittanceAddressLine2": null,
"RemittanceCity": "ATLANTA",
"RemittanceStateOrProvince": "GA",
"RemittanceZipOrPostalCode": "30384",
"RemittanceZipCodePlus4": 7499,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": "2165158720",
"ArPocEmail": null,
"PrimaryNAICSCode": "444120",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF AMERICA, N.A.",
"AccountNumber": "XXXXXXX422",
"RoutingNumber": 111000012,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2013-09-13",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "Yes",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2X For profit organization\nMF Manufacturer of goods",
"NAICSCodesInformation": "325510 Paint and coating manufacturing\n444120 Paint and wallpaper stores",
"PscCodesInformation": "8010 Paints, dopes, varnishes and related products",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866795",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866795",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866795/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866787,
"UniqueEntityIdentifier": "A1B1JBANSBP6",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "79ZY5",
"LegalBusinessName": "XCNBL XXCBXMCNX XCNXCXX - XEFXHCBXX, LP",
"TaxpayerName": "XXenal ZZXXeaZZmenZZ CenZZeXXYY-YYAuZZheaYYZZ LP",
"Location": "ANGLETON,TX,USA",
"Status": "Active",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "702 E HXSAITAL DR,ANGLETON,TX,4146,USA",
"PurposeOfRegistration": "All awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": "BNGLXXON DIBLYXIX",
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "Not tax-exempt corporate entity",
"DivisionName": null,
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-02-11",
"ActivationDate": "2021-02-16",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A1B1JBANSBP6",
"UltimateParentUEI": "A1B1JBANSBP6",
"AverageNumberOfEmployees": "53400",
"AverageAnnualRevenue": "7045898667",
"MarketingPartnerIdentificationNumber": "3AVITA123",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "702 E HXSAITAL DR",
"PhysAddrLine2": null,
"PhysAddrCity": "ANGLETON",
"PhysAddrProvinceOrState": "TX",
"PhysAddrZipOrPostalCode": "77515",
"PhysAddrZipCodePlus4": 4146,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 14,
"MailAddrLine1": "PO BOX 402146",
"MailAddrLine2": null,
"MailAddrCity": "ATLANTA",
"MailAddrZipPostalCode": "30384",
"MailAddrZipCodePlus4": 2946,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "GA",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "803 E HXSAITAL DR",
"RemittanceAddressLine2": null,
"RemittanceCity": "ATLANTA",
"RemittanceStateOrProvince": "GA",
"RemittanceZipOrPostalCode": "30384",
"RemittanceZipCodePlus4": 2946,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": null,
"ArPocEmail": null,
"PrimaryNAICSCode": "621492",
"PrimaryNAICSDescription": null,
"FinancialInstitute": "BANK OF NEW YORK MELLON",
"AccountNumber": "XXXXXXX446",
"RoutingNumber": 21000018,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2014-12-09",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "No",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2X For profit organization",
"NAICSCodesInformation": "621492 Kidney dialysis centers",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866787",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866787",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866787/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
},
{
"SamTradingPartnerId": 100100884866796,
"UniqueEntityIdentifier": "A1DLG4E24JJ4",
"UniqueEntityIdentifierDUNS": null,
"EFTIndicator": null,
"CageCode": "4SRG5",
"LegalBusinessName": "VCXCXBNX' BFFBDXX, KBNXBX XEMMDXXDEN EN",
"TaxpayerName": "VEZZEXXANYY AFFAIXXYY KANYYAYY CAMMIYYYYIAN AN",
"Location": "TOPEKA,KS,USA",
"Status": "Active",
"BusinessUnit": null,
"AgencyLocationCode": null,
"DoDAAC": null,
"EntityURL": null,
"PhysicalAddress": "700 SXX JACKSXN STE 707,TOPEKA,KS,3787,USA",
"PurposeOfRegistration": "Federal assistance awards",
"NoPublicDisplay": "Public registration",
"DebtSubjectToOffset": "The entity doesn't have delinquent debt subject to offset",
"DoingBusinessAsName": null,
"TaxIdentifierType": "2",
"TaxIdentifierNumber": "XXXXXXXXX",
"EntityStructure": "U.S. Government entity",
"DivisionName": "KCNTCT VEXERCNT' CEMEXERY PROGRCM",
"DivisionNumber": null,
"AgencyBusinessPurpose": null,
"Source": null,
"RegistrationExpirationDate": "2022-02-17",
"ActivationDate": "2020-08-21",
"SAMRecordLastUpdatedDate": "2022-01-04",
"SAMRecordLastImportedDate": "2022-09-30T13:02:53+00:00",
"HQParentUEI": "A1DLG4E24JJ4",
"UltimateParentUEI": "A1DLG4E24JJ4",
"AverageNumberOfEmployees": null,
"AverageAnnualRevenue": null,
"MarketingPartnerIdentificationNumber": "veteranX1",
"ExclusionStatus": "The entity doesn't have an exclusion record",
"PhysAddrLine1": "700 SXX JACKSXN STE 707",
"PhysAddrLine2": null,
"PhysAddrCity": "TOPEKA",
"PhysAddrProvinceOrState": "KS",
"PhysAddrZipOrPostalCode": "66603",
"PhysAddrZipCodePlus4": 3787,
"PhysAddrCountryCode": "USA",
"CongressionalDistrict": 2,
"MailAddrLine1": "200 SW JXXAKSON STXXS. 1004",
"MailAddrLine2": null,
"MailAddrCity": "TOPEKA",
"MailAddrZipPostalCode": "66603",
"MailAddrZipCodePlus4": 3758,
"MailAddrCountry": "USA",
"MailAddrStateOrProvince": "KS",
"ApPocMiddleInitial": null,
"ApPocLastName": null,
"ApPocFirstName": null,
"ApPocTitle": null,
"ApPocSTAddr1": null,
"ApPocSTAddr2": null,
"ApPocCity": null,
"ApPocZipOrPostalCode": null,
"ApPocZipCodePlus4": null,
"ApPocCountryCode": null,
"ApPocStateOrProvince": null,
"ApPocUSPhone": null,
"ApPocUSPhoneExtension": null,
"ApPocNonUSPhone": null,
"ApPocFaxUSOnly": null,
"ApPocEmail": null,
"RemittanceName": null,
"RemittanceAddressLine1": "800 SXX JACKSXN STE 808",
"RemittanceAddressLine2": null,
"RemittanceCity": "TOPEKA",
"RemittanceStateOrProvince": "KS",
"RemittanceZipOrPostalCode": "66603",
"RemittanceZipCodePlus4": 3758,
"RemittanceCountryCode": "USA",
"ArPocFirstName": null,
"ArPocMiddleInitial": null,
"ArPocLastName": null,
"ArPocTitle": null,
"ArPocUSPhone": null,
"ArPocUSPhoneExtension": null,
"ArPocNonUSPhone": null,
"ArPocFaxUSOnly": "7852961462",
"ArPocEmail": null,
"PrimaryNAICSCode": null,
"PrimaryNAICSDescription": null,
"FinancialInstitute": "US BANK NA",
"AccountNumber": "XXXXXXXX+11",
"RoutingNumber": 101000187,
"AccountType": "Checking",
"LockboxNumber": null,
"AuthorizationDate": "2011-11-01",
"EFTWaiver": "No",
"AccountingStation": null,
"PaidByCreditCard": "No",
"AchUSPhone": null,
"AchNonUSPhone": null,
"AchFax": null,
"AchEmail": null,
"DisbursingOfficeSymbol": null,
"MerchantId1": null,
"MerchantId2": null,
"DepartmentCode": null,
"EnableImport": "No",
"CreationDate": "2022-09-29T18:51:45+00:00",
"CreatedBy": "FEDBUYER",
"LastUpdateLogin": "E9E582B94BA145E0E053CF2FF70A9F39",
"LastUpdatedBy": "FEDBUYER",
"BusinessTypesInformation": "2F U.S. State Government",
"NAICSCodesInformation": "",
"PscCodesInformation": "",
"SbaBizTypesInformation": "",
"ProcessStatus": "Unprocessed",
"SupplierId": null,
"Supplier": null,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866796",
"name": "fedSAMVendorDetails",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866796",
"name": "fedSAMVendorDetails",
"kind": "item"
},
{
"rel": "child",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/100100884866796/child/fedSAMExceptionMessages",
"name": "fedSAMExceptionMessages",
"kind": "collection"
}
]
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails",
"name": "fedSAMVendorDetails",
"kind": "collection"
},
{
"rel": "action",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/action/submit",
"name": "submit",
"kind": "other"
},
{
"rel": "action",
"href": "https://fuscdrmsmc58-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorDetails/action/unAssignSupplier",
"name": "unAssignSupplier",
"kind": "other"
}
]
}