Get all recall manufacturers

get

/fscmRestApi/resources/11.13.18.05/recallManufacturers

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: Find manufacturers according to the manufacturer name.
      Finder Variables:
      • ManufacturerName; string; Name of the manufacturer.
      • RecallingFirmType; string.
  • 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:
    • BPAManufacturerPartLineId; integer; Value that uniquely identifies the manufacturer part.
    • ManufacturerId; integer; Value that uniquely identifies the manufacturer.
    • ManufacturerName; string; Name of the manufacturer.
    • ManufacturerNumber; string; Number that identifies the manufacturer.
    • RecallingFirmType; string; Value that indicates the type of recalling firm.
  • 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 : recallManufacturers
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : recallManufacturers-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all manufacturers.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

curl -u username:password "https://servername/fscmRestApi/resources/version/manufacturers"

Example Response Body

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

    "items": [

        {

            "OrganizationName": "PLM_PSR_Manufacturer_22FEB2017_01",

            "Comments": "PLM_PSR_Manufacturer_22FEB2017_01",

            "RegistryId": "CDRM_386958",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-23T21:16:10+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-23T21:16:13.113+00:00",

            "ManufacturerId": 300100089902733,

            "PartyType": "ORGANIZATION",

            "Address1": "a",

            "Address2": "b",

            "Country": "AM",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": "Bangalore",

            "State": "AC",

            "PostalCode": "560103",

            "PrimaryPhoneNumber": "1234567890",

            "PrimaryPhoneExtension": "1234",

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": null,

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": null,

            "Custom_Date_c": null,

            "Custom_List_c": null,

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768F0000000EACED00057708000110F07F41768DFFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E00040000000171007E000378"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768F0000000EACED00057708000110F07F41768DFFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0002__2022/06/24 04:14:46.108_PD_RRF2",

            "Comments": "XUTO_MFN-0002__2022/06/24 04:14:46.108_PD_RRF2_Description",

            "RegistryId": "CDRM_938582",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-24T11:19:52.938+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-24T11:20:07.060+00:00",

            "ManufacturerId": 300100559217534,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

           "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA3800000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA429",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA3800000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA429",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "MFR_FPMC63409_627194518",

            "Comments": "MFR_FPMC63409_627194518",

            "RegistryId": "CDRM_940583",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "plmac_co",

            "CreationDate": "2022-06-27T14:16:48.973+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "plmac_co",

            "LastUpdateDate": "2022-06-27T14:19:02+00:00",

            "ManufacturerId": 300100559645345,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA20000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AB7",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0004000000017371007E0004000000057371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA20000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AB7",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "PDMFR179189947",

            "Comments": "PDMFR179189947_Description",

            "RegistryId": "CDRM_940594",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-27T21:36:52.464+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-27T21:37:06.054+00:00",

            "ManufacturerId": 300100559705273,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BA0000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BD",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BA0000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BD",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "BP_MFR11_0628",

            "Comments": null,

            "RegistryId": "CDRM_941596",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "BPATEL",

            "CreationDate": "2022-06-28T19:00:19.345+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "BPATEL",

            "LastUpdateDate": "2022-06-28T19:00:38.331+00:00",

            "ManufacturerId": 300100674172686,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70F0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B711",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70F0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B711",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFR_2022/06/30 00:35:56.705_MIB_P1",

            "Comments": "XUTO_MFR_2022/06/30 00:35:56.705_MIB_P1_Description",

            "RegistryId": "CDRM_942593",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-30T07:36:19.060+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-30T07:36:35.426+00:00",

            "ManufacturerId": 300100674561276,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FF0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA52D",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                       "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FF0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA52D",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0002__2022/06/30 02:26:51.923_PD_RRF2",

            "Comments": "XUTO_MFN-0002__2022/06/30 02:26:51.923_PD_RRF2_Description",

            "RegistryId": "CDRM_942603",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-30T09:30:48.414+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-30T09:31:01.864+00:00",

            "ManufacturerId": 300100674601081,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B407A0000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40BE",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B407A0000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40BE",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFR_2022/06/24 05:06:14.508_MIB_P1",

            "Comments": "XUTO_MFR_2022/06/24 05:06:14.508_MIB_P1_Description",

            "RegistryId": "CDRM_938584",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-24T12:06:23.474+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-24T12:06:37.337+00:00",

            "ManufacturerId": 300100559222582,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7370000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB749",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7370000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB749",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "Franklin Associates",

            "Comments": "Radio electronics",

            "RegistryId": "CDRM_939583",

            "DUNSNumber": "1029384756",

            "Status": "A",

            "CreatedBy": "admin.kyle",

            "CreationDate": "2022-06-24T17:48:27.919+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "admin.kyle",

            "LastUpdateDate": "2022-06-24T17:49:18.519+00:00",

            "ManufacturerId": 300100559260819,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C940000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4CAE",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C940000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4CAE",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "TCP Manufacturer",

            "Comments": "Electronic Components",

            "RegistryId": "100000017351024",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "admin.kyle",

            "CreationDate": "2022-06-24T17:59:07+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "admin.kyle",

            "LastUpdateDate": "2022-06-24T17:59:08.804+00:00",

            "ManufacturerId": 100000017351025,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301740000000EACED0005770800005AF3118301710000000EACED00057708000110F09B3C7602",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301740000000EACED0005770800005AF3118301710000000EACED00057708000110F09B3C7602",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "JL_MFR_802",

            "Comments": "JL_MFR_802",

            "RegistryId": "CDRM_939588",

            "DUNSNumber": "12-444",

            "Status": "A",

            "CreatedBy": "JL_CREATE_MFR",

            "CreationDate": "2022-06-24T19:23:20.662+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "JL_MANAGE_MFR",

            "LastUpdateDate": "2022-06-30T16:28:13+00:00",

            "ManufacturerId": 300100559345643,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EC0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F0A21D0BEA",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EC0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F0A21D0BEA",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "BP_MFR1_0624",

            "Comments": "desc",

            "RegistryId": "CDRM_939589",

            "DUNSNumber": "D123",

            "Status": "A",

            "CreatedBy": "GSO",

            "CreationDate": "2022-06-24T21:32:15.405+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "GSO",

            "LastUpdateDate": "2022-06-24T21:32:55.209+00:00",

            "ManufacturerId": 300100559346002,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99530000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C9957",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99530000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C9957",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "BP_MFR1_EDGE",

            "Comments": null,

            "RegistryId": "CDRM_939590",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "BPATEL",

            "CreationDate": "2022-06-24T21:39:02.428+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "BPATEL",

            "LastUpdateDate": "2022-06-24T21:39:20.910+00:00",

            "ManufacturerId": 300100559346017,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99620000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C9964",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99620000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C9964",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0001__2022/06/27 11:47:48.513_PD_BAT150",

            "Comments": "XUTO_MFN-0001__2022/06/27 11:47:48.513_PD_BAT150_Description",

            "RegistryId": "CDRM_940589",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-27T18:49:02.392+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-27T18:49:16.805+00:00",

            "ManufacturerId": 300100559694694,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB670000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB6B",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB670000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB6B",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0001__2022/06/27 12:14:02.775_PD_RRF2",

            "Comments": "XUTO_MFN-0001__2022/06/27 12:14:02.775_PD_RRF2_Description",

            "RegistryId": "CDRM_940591",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-27T19:16:37.286+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-27T19:16:49.230+00:00",

            "ManufacturerId": 300100559704893,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133E0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B421341",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133E0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B421341",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "PH_MFR3_0628",

            "Comments": null,

            "RegistryId": "CDRM_941593",

            "DUNSNumber": "D123",

            "Status": "A",

            "CreatedBy": "BPATEL",

            "CreationDate": "2022-06-28T18:58:53+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "BPATEL",

            "LastUpdateDate": "2022-06-28T18:58:53.489+00:00",

            "ManufacturerId": 300100674172544,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6810000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B707",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6810000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B707",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "JL_MFR_REST_10",

            "Comments": null,

            "RegistryId": "CDRM_941597",

            "DUNSNumber": "12-000",

            "Status": "A",

            "CreatedBy": "JL_CREATE_MFR",

            "CreationDate": "2022-06-28T20:12:22+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "JL_CREATE_MFR",

            "LastUpdateDate": "2022-06-28T20:12:45.836+00:00",

            "ManufacturerId": 300100674179793,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D20000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A21D653C",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E0004000000017371007E0004000000047371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D20000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A21D653C",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "AC_0628_00",

            "Comments": "AC_0628_00",

            "RegistryId": "CDRM_941598",

            "DUNSNumber": "duns",

            "Status": "A",

            "CreatedBy": "SJ1_USER",

            "CreationDate": "2022-06-28T21:51:48.122+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "SJ1_USER",

            "LastUpdateDate": "2022-06-28T21:52:11.910+00:00",

            "ManufacturerId": 300100674188633,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": null,

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

           "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": null,

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": null,

            "Custom_Date_c": null,

            "Custom_List_c": null,

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F55A0000000EACED00057708000110F0A214F559FFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0004000000017371007E00040000000171007E000378"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F55A0000000EACED00057708000110F0A214F559FFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "PLM-STR-MFR-01",

            "Comments": "PLM-STR-MFR-01",

            "RegistryId": "CDRM_933086",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-29T18:40:48+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-29T18:40:49.071+00:00",

            "ManufacturerId": 300100546394285,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": null,

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": null,

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AE0000000EACED00057708000110F09A76F8ADFFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0004000000017371007E00040000000171007E000378"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AE0000000EACED00057708000110F09A76F8ADFFFFFFFF",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "BP_MFR1_0629",

            "Comments": null,

            "RegistryId": "CDRM_942582",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "BPATEL",

            "CreationDate": "2022-06-29T20:38:04.268+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "BPATEL",

            "LastUpdateDate": "2022-06-29T20:38:38.561+00:00",

            "ManufacturerId": 300100674403093,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

           "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B160000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B18",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B160000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B18",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "PH_MFR1_0629",

            "Comments": null,

            "RegistryId": "CDRM_942583",

            "DUNSNumber": "D123",

            "Status": "A",

            "CreatedBy": "BPATEL",

            "CreationDate": "2022-06-29T21:33:08+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "BPATEL",

            "LastUpdateDate": "2022-06-29T21:33:09.938+00:00",

            "ManufacturerId": 300100674403343,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C100000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C1C",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C100000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C1C",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

           "OrganizationName": "XUTO_MFN-0001__2022/06/22 08:12:36.989_PD_BAT150",

            "Comments": "XUTO_MFN-0001__2022/06/22 08:12:36.989_PD_BAT150_Description",

            "RegistryId": "CDRM_934580",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-22T15:14:03.584+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-22T15:14:24.641+00:00",

            "ManufacturerId": 300100558169414,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": null,

            "Custom_Date_c": null,

            "Custom_List_c": null,

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5480000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA54D",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5480000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA54D",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0001__2022/06/22 21:32:32.062_PD_BAT150",

            "Comments": "XUTO_MFN-0001__2022/06/22 21:32:32.062_PD_BAT150_Description",

            "RegistryId": "CDRM_935580",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-23T04:33:41.316+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-23T04:33:54.338+00:00",

            "ManufacturerId": 300100558187544,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": null,

            "Custom_Date_c": null,

            "Custom_List_c": null,

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC190000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC1C",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC190000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC1C",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "XUTO_MFN-0003__2022/06/22 22:00:14.795_PD_RRF2",

            "Comments": "XUTO_MFN-0003__2022/06/22 22:00:14.795_PD_RRF2_Description",

            "RegistryId": "CDRM_935583",

            "DUNSNumber": null,

            "Status": "A",

            "CreatedBy": "PIMQA",

            "CreationDate": "2022-06-23T05:04:27.230+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "PIMQA",

            "LastUpdateDate": "2022-06-23T05:04:36.876+00:00",

            "ManufacturerId": 300100558457691,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": null,

            "Custom_Date_c": null,

            "Custom_List_c": null,

            "Custom_Idea_DCL_Id_c": null,

            "Custom_Idea_DCL_c": null,

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5D0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B60",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "https://servername/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5D0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B60",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        },

        {

            "OrganizationName": "Demo_MFR1",

            "Comments": "desc",

            "RegistryId": "CDRM_937582",

            "DUNSNumber": "d123",

            "Status": "A",

            "CreatedBy": "GSO",

            "CreationDate": "2022-06-23T22:16:08.145+00:00",

            "IsActiveFlag": null,

            "IsPrivateFlag": null,

            "LastUpdatedBy": "GSO",

            "LastUpdateDate": "2022-06-23T22:16:39.590+00:00",

            "ManufacturerId": 300100558569840,

            "PartyType": "ORGANIZATION",

            "Address1": null,

            "Address2": null,

            "Country": "US",

            "CountryName": null,

            "StateName": null,

            "County": null,

            "City": null,

            "State": null,

            "PostalCode": null,

            "PrimaryPhoneNumber": null,

            "PrimaryPhoneExtension": null,

            "Province": null,

            "Address3": null,

            "Address4": null,

            "AddressElementAttribute1": null,

            "AddressElementAttribute2": null,

            "AddressElementAttribute3": null,

            "AddressElementAttribute4": null,

            "AddressElementAttribute5": null,

            "AddressStyle": "POSTAL_ADDR_US",

            "Building": null,

            "FloorNumber": null,

            "HouseType": null,

            "PostalPlus4Code": null,

            "Custom_Text_c": "Default Value",

            "Custom_Date_c": "2022-06-23",

            "Custom_List_c": "HIGH",

            "Custom_Idea_DCL_Id_c": 300100202360428,

            "Custom_Idea_DCL_c": "RRF90_Flying Bike 1_XUTO_2020/02/02 08:24:23.310",

            "links": [

                {

                    "rel": "self",

                    "href": "https://servername /fscmRestApi/resources/11.13.18.05/manufacturers/00050000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C1710000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C177",

                    "name": "manufacturers",

                    "kind": "item",

                    "properties": {

                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"

                    }

                },

                {

                    "rel": "canonical",

                    "href": "servername /fscmRestApi/resources/11.13.18.05/manufacturers/00050000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C1710000000EACED00057708000110F09B30C1700000000EACED00057708000110F09B30C177",

                    "name": "manufacturers",

                    "kind": "item"

                }

            ]

        }

    ],

    "count": 25,

    "hasMore": true,

    "limit": 25,

    "offset": 0,

    "links": [

        {

            "rel": "self",

            "href": "https://servername/fscmRestApi/resources/version/manufacturers",

            "name": "manufacturers",

            "kind": "collection"

        }

    ]

}
Back to Top