Get all SAM trading partner business unit assignment records

get

/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits

Request

Query Parameters
  • 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).
  • 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
  • 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

    • PrimaryKey Finds the SAM trading partner business unit assignment record that matches the primary key criteria specified.
      Finder Variables
      • SamBUAssignmentId; integer; The unique identifier of the SAM trading partner business unit assignment associated with the SAM trading partner business unit record.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • BusinessUnit; string; Business unit of the SAM trading partner business unit assignment record.
    • CreatedBy; string; User who created the record.
    • CreationDate; string; Date when the record was created.
    • LastUpdateDate; string; Date when the record was last updated.
    • LastUpdateLogin; string; The session login associated to the user who last updated the record.
    • LegalBusinessName; string; Legal business name of the SAM trading partner business unit assignment record.
    • Location; string; Location of the business unit associated with the SAM trading partner business unit assignment record.
    • MainAddressSite; string; Main address site of the SAM trading partner business unit assignment record.
    • ProcessStatus; string; Process status for supplier association of the SAM trading partner details record.
    • SamBUAssignmentId; integer; Unique identifier of the SAM trading partner business unit assignment record.
  • 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
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : fedSAMVendorBusinessUnits
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : fedSAMVendorBusinessUnits-item-response
Type: object
Show Source
  • Title: Business Unit
    Maximum Length: 80
    Business unit of the SAM trading partner business unit assignment record.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    User who created the record.
  • Title: Creation Date
    Read Only: true
    Date when the record was created.
  • Title: EFT Indicator
    Maximum Length: 255
    EFT indicator of the SAM trading partner business unit assignment record.
  • Title: Last Update Date
    Read Only: true
    Date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    User who last updated the record.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The session login associated to the user who last updated the record.
  • Title: Legal Business Name
    Read Only: true
    Maximum Length: 120
    Legal business name of the SAM trading partner business unit assignment record.
  • Links
  • Title: Location
    Read Only: true
    Maximum Length: 60
    Location of the business unit associated with the SAM trading partner business unit assignment record.
  • Title: Main Address Site
    Maximum Length: 255
    Main address site of the SAM trading partner business unit assignment record.
  • Title: Process Status
    Read Only: true
    Maximum Length: 255
    Process status for supplier association of the SAM trading partner details record.
  • Title: Sam BU Assignment Id
    Unique identifier of the SAM trading partner business unit assignment record.
  • Title: Registration Status
    Read Only: true
    Maximum Length: 255
    Registration status of the SAM trading partner business unit assignment record.
  • Title: Supplier
    Maximum Length: 255
    Supplier of the SAM trading partner business unit assignment record.
  • Title: Supplier Site
    Maximum Length: 255
    Supplier site of the SAM trading partner business unit assignment record.
  • Title: Unique Entity Identifier
    Maximum Length: 255
    Unique entity identifier of the SAM trading partner business unit assignment record.
Back to Top

Examples

You can use the GET action in the Federal SAM Trading Partner Business Units REST API to get all Federal SAM Trading Partner Business Units 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/ fedSAMVendorBusinessUnits 

Example Response Body

The following example shows the contents of the response body in JSON format:

{
    "items": [
        {
            "SamBUAssignmentId": 300100563586901,
            "UniqueEntityIdentifier": "ABCTEST00001",
            "LegalBusinessName": "FEDERAL AVIATION ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:25:14+00:00",
            "LastUpdateDate": "2022-11-17T09:25:14.595+00:00",
            "LastUpdateLogin": "EC66BE06CDB8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "Yes",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586901",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586901",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100564970239,
            "UniqueEntityIdentifier": "ABCTEST00002",
            "LegalBusinessName": "DRUG ENFORCEMENT ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-12-02T07:11:47+00:00",
            "LastUpdateDate": "2022-12-02T07:11:47.305+00:00",
            "LastUpdateLogin": "EE8E9913721A4377E05309B2F20A1D2F",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100564970239",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100564970239",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586906,
            "UniqueEntityIdentifier": "ABCTEST00022",
            "LegalBusinessName": "AIR FORCE, UNITED STATES DEPARTMENT OF THE",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06.083+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.421+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586906",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586906",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586911,
            "UniqueEntityIdentifier": "ABCTEST00023",
            "LegalBusinessName": "GSA FAS, REGION 10, ASSISTED ACQUISITION SERVICES DIVISION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06.131+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.427+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586911",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586911",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586914,
            "UniqueEntityIdentifier": "ABCTEST00024",
            "LegalBusinessName": "NAVY, UNITED STATES DEPARTMENT OF THE",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06.186+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.428+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586914",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586914",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586954,
            "UniqueEntityIdentifier": "ABCTEST00003",
            "LegalBusinessName": "GSA, FEDERAL ACQUISITION SERVICE (Q)",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:14+00:00",
            "LastUpdateDate": "2022-11-17T09:26:14.082+00:00",
            "LastUpdateLogin": "EC669B723A98BC61E05309B2F20A0535",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586954",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586954",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586956,
            "UniqueEntityIdentifier": "ABCTEST00004",
            "LegalBusinessName": "WESTERN AREA POWER ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:14+00:00",
            "LastUpdateDate": "2022-11-17T09:26:14.057+00:00",
            "LastUpdateLogin": "EC66BD13309FBC8BE05309B2F20AE80A",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586956",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586956",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586958,
            "UniqueEntityIdentifier": "ABCTEST00005",
            "LegalBusinessName": "NASA LANGLEY RESEARCH CENTER",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:15+00:00",
            "LastUpdateDate": "2022-11-17T09:26:15.066+00:00",
            "LastUpdateLogin": "EC66991C0DCDBC4BE05309B2F20A1FFC",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586958",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586958",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586959,
            "UniqueEntityIdentifier": "ABCTEST00006",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:15+00:00",
            "LastUpdateDate": "2022-11-17T09:26:15.065+00:00",
            "LastUpdateLogin": "EC669B723A99BC61E05309B2F20A0535",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586959",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586959",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586964,
            "UniqueEntityIdentifier": "ABCTEST00008",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:17+00:00",
            "LastUpdateDate": "2022-11-17T09:26:17.090+00:00",
            "LastUpdateLogin": "EC66BDAB560EBC77E05309B2F20A1F92",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586964",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586964",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586966,
            "UniqueEntityIdentifier": "ABCTEST00009",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:17+00:00",
            "LastUpdateDate": "2022-11-17T09:26:17.066+00:00",
            "LastUpdateLogin": "EC66BD25B1BABC80E05309B2F20A244C",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586966",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586966",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586967,
            "UniqueEntityIdentifier": "ABCTEST00010",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:18+00:00",
            "LastUpdateDate": "2022-11-17T09:26:18.076+00:00",
            "LastUpdateLogin": "EC66957AA358BC57E05309B2F20AA03E",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586967",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586967",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586941,
            "UniqueEntityIdentifier": "ABCTEST00011",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.348+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586941",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586941",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586942,
            "UniqueEntityIdentifier": "ABCTEST00012",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.096+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.350+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586942",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586942",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586944,
            "UniqueEntityIdentifier": "ABCTEST00013",
            "LegalBusinessName": "VETERANS HEALTH ADMINISTRATION",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.125+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.352+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586944",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586944",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586946,
            "UniqueEntityIdentifier": "ABCTEST00015",
            "LegalBusinessName": "INDIAN HEALTH SERVICE",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.192+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.355+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586946",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586946",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586945,
            "UniqueEntityIdentifier": "ABCTEST00014",
            "LegalBusinessName": "INDIAN HEALTH SERVICE",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.163+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.353+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586945",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586945",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586947,
            "UniqueEntityIdentifier": "ABCTEST00016",
            "LegalBusinessName": "INTERIOR BUSINESS CENTER - HUMAN RESOURCES",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.222+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.356+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586947",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586947",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586948,
            "UniqueEntityIdentifier": "ABCTEST00017",
            "LegalBusinessName": "GEOLOGICAL SURVEY, UNITED STATES DEPARTMENT OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.255+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.358+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586948",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586948",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586950,
            "UniqueEntityIdentifier": "ABCTEST00019",
            "LegalBusinessName": "GEOLOGICAL SURVEY, UNITED STATES DEPARTMENT OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.315+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.360+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586950",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586950",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586949,
            "UniqueEntityIdentifier": "ABCTEST00018",
            "LegalBusinessName": "GEOLOGICAL SURVEY, UNITED STATES DEPARTMENT OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:08.284+00:00",
            "LastUpdateDate": "2022-11-17T09:26:08.359+00:00",
            "LastUpdateLogin": "EC66BDBA5313BC7EE05309B2F20A26CF",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586949",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586949",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586904,
            "UniqueEntityIdentifier": "ABCTEST00021",
            "LegalBusinessName": "GEOLOGICAL SURVEY, UNITED STATES DEPARTMENT OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.403+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586904",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586904",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586963,
            "UniqueEntityIdentifier": "ABCTEST00038",
            "LegalBusinessName": "ARMY, UNITED STATES DEPARTMENT OF THE",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:16+00:00",
            "LastUpdateDate": "2022-11-17T09:26:16.072+00:00",
            "LastUpdateLogin": "EC66BDAB560DBC77E05309B2F20A1F92",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586963",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586963",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586917,
            "UniqueEntityIdentifier": "ABCTEST00025",
            "LegalBusinessName": "MILITARY, FLORIDA DEPARTMENT OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06.216+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.429+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586917",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586917",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        },
        {
            "SamBUAssignmentId": 300100563586923,
            "UniqueEntityIdentifier": "ABCTEST00026",
            "LegalBusinessName": "ENGINEERS, U S ARMY CORPS OF",
            "Supplier": null,
            "EFTIndicator": null,
            "BusinessUnit": "FederalBusinessUnit",
            "Location": "FEDERAL",
            "CreatedBy": "FEDBUYER",
            "CreationDate": "2022-11-17T09:26:06.260+00:00",
            "LastUpdateDate": "2022-11-17T09:26:06.431+00:00",
            "LastUpdateLogin": "EC66BE06CDC8BC6FE05309B2F20A8870",
            "LastUpdatedBy": "FEDBUYER",
            "SupplierSite": null,
            "Status": "Active",
            "MainAddressSite": "No",
            "links": [
                {
                    "rel": "self",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586923",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits/300100563586923",
                    "name": "fedSAMVendorBusinessUnits",
                    "kind": "item"
                }
            ]
        }
    ],
    "count": 25,
    "hasMore": true,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://fuscdrmsmc325-fa-ext.us2.oracle.com:443/fscmRestApi/resources/11.13.18.05/fedSAMVendorBusinessUnits",
            "name": "fedSAMVendorBusinessUnits",
            "kind": "collection"
        }
    ]
}
Back to Top