Get all manufacturers
get
/fscmRestApi/resources/11.13.18.05/manufacturers
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- FindByName Finds manufacturers by name.
Finder Variables- OrganizationName; string; Name of the manufacturer.
- FindByStatus Finds manufacturers according to the status.
Finder Variables- Status; string; Name of the status.
- PrimaryKey Finds manufacturers according to the specified criteria.
Finder Variables- ManufacturerId; integer; Value that uniquely identifies the manufacturer.
- FindByName Finds manufacturers by name.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- Address1; string; First line in the address of the manufacturer.
- Address2; string; Second line in the address of the manufacturer.
- Address3; string; Third line in the address of the manufacturer.
- Address4; string; Fourth line in the address of the manufacturer.
- AddressElementAttribute1; string; Address one element used in flexible address formats.
- AddressElementAttribute2; string; Address two element used in flexible address formats.
- AddressElementAttribute3; string; Address three element used in flexible address formats.
- AddressElementAttribute4; string; Address four element used in flexible address formats.
- AddressElementAttribute5; string; Address five element used in flexible address formats.
- AddressStyle; string; Used to view the different styles in which an address can be formatted. There are multiple address formats such as general address, rural address, and military address.
- Building; string; Building name or number of an address.
- City; string; City of the manufacturer.
- Comments; string; Description of the manufacturer.
- Country; string; Country of the manufacturer.
- CountryName; string; Name of the country.
- County; string; County of the manufacturer.
- CreatedBy; string; User who created the manufacturer.
- CreationDate; string; Date when the manufacturer was created.
- DUNSNumber; string; Unique nine-character number used to identify the manufacturer.
- FloorNumber; string; Floor number of an address, or of a building when the building number is provided.
- HouseType; string; Type of the building in the address. A list of valid values are defined in the lookup HZ_HOUSE_TYPE. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task.
- LastUpdateDate; string; Date when the manufacturer was last updated.
- LastUpdatedBy; string; User who last updated the manufacturer.
- ManufacturerId; integer; Value that uniquely identifies the manufacturer.
- OrganizationName; string; Name of the manufacturer.
- PartyType; string; Type of party of the manufacturer.
- PostalCode; string; Postal code of the manufacturer.
- PostalPlus4Code; string; Four-digit extension of the United States postal ZIP code in the address.
- PrimaryPhoneExtension; string; Primary phone extension of the manufacturer.
- PrimaryPhoneNumber; string; Primary phone number of the manufacturer.
- Province; string; Province of the manufacturer.
- RegistryId; string; Value that uniquely identifies the manufacturer by registry ID.
- State; string; State of the address.
- StateName; string; Name of the state.
- Status; string; Status of the manufacturer.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : manufacturers
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : manufacturers-item-response
Type:
Show Source
object-
Address1: string
Title:
Address Line 1Maximum Length:240First line in the address of the manufacturer. -
Address2: string
Title:
Address Line 2Maximum Length:240Second line in the address of the manufacturer. -
Address3: string
Title:
Address Line 3Maximum Length:240Third line in the address of the manufacturer. -
Address4: string
Title:
Address Line 4Maximum Length:240Fourth line in the address of the manufacturer. -
AddressElementAttribute1: string
Title:
Additional Address Element 1Maximum Length:150Address one element used in flexible address formats. -
AddressElementAttribute2: string
Title:
Additional Address Element 2Maximum Length:150Address two element used in flexible address formats. -
AddressElementAttribute3: string
Title:
Additional Address Element 3Maximum Length:150Address three element used in flexible address formats. -
AddressElementAttribute4: string
Title:
Additional Address Element 4Maximum Length:150Address four element used in flexible address formats. -
AddressElementAttribute5: string
Title:
Additional Address Element 5Maximum Length:150Address five element used in flexible address formats. -
AddressStyle: string
Maximum Length:
30Used to view the different styles in which an address can be formatted. There are multiple address formats such as general address, rural address, and military address. -
Attachments: array
Attachments
Title:
AttachmentsAn attachment is a file provided by a manufacturer for supporting information. -
Building: string
Title:
BuildingMaximum Length:240Building name or number of an address. -
City: string
Title:
CityMaximum Length:60City of the manufacturer. -
Comments: string
Title:
Manufacturer DescriptionMaximum Length:2000Description of the manufacturer. -
Country: string
Title:
CountryMaximum Length:2Country of the manufacturer. -
CountryName: string
Title:
CountryName of the country. -
County: string
Title:
CountyMaximum Length:60County of the manufacturer. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the manufacturer. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the manufacturer was created. -
DUNSNumber: string
Title:
D-U-N-S NumberMaximum Length:30Unique nine-character number used to identify the manufacturer. -
FloorNumber: string
Title:
FloorMaximum Length:40Floor number of an address, or of a building when the building number is provided. -
HouseType: string
Title:
House TypeMaximum Length:30Type of the building in the address. A list of valid values are defined in the lookup HZ_HOUSE_TYPE. Review and update the codes using the Setup and Maintenance work area, Manage Standard Lookups task. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate when the manufacturer was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the manufacturer. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
manufacturerEFF: array
manufacturerEFF
-
ManufacturerId: integer
(int64)
Value that uniquely identifies the manufacturer.
-
OrganizationName: string
Title:
ManufacturerMaximum Length:360Name of the manufacturer. -
PartyType: string
Title:
Party TypeMaximum Length:30Type of party of the manufacturer. -
PostalCode: string
Title:
Postal CodeMaximum Length:60Postal code of the manufacturer. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20Four-digit extension of the United States postal ZIP code in the address. -
PrimaryPhoneExtension: string
Maximum Length:
20Primary phone extension of the manufacturer. -
PrimaryPhoneNumber: string
Maximum Length:
40Primary phone number of the manufacturer. -
Province: string
Title:
ProvinceMaximum Length:60Province of the manufacturer. -
RegistryId: string
Title:
Registry IDMaximum Length:30Value that uniquely identifies the manufacturer by registry ID. -
State: string
Title:
StateMaximum Length:60State of the address. -
StateName: string
Title:
StateName of the state. -
Status: string
Title:
StatusMaximum Length:1Default Value:AStatus of the manufacturer.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsAn attachment is a file provided by a manufacturer for supporting information.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : manufacturerEFF
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "ALL_MANUFACTURERS":"#/components/schemas/oracle_apps_flex_scm_productCatalogManagement_manufacturerEff_manufacturer_categories_view_j__manufacturerAllManufacturersPrivateVO-item-response" } }
Nested Schema : manufacturers-Attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category name of a manufacturer attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the manufacturer attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueName of the user who created the manufacturer attachment. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the manufacturer attachment was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path where the attachment resides. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the document version from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents of the attached document expire. -
FileContents: string
(byte)
Title:
File ContentsContents of the attached document. -
FileName: string
Title:
File NameMaximum Length:2048Name of the file that's attached. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) that locates the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64-encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the user most recently updated the attached document. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the attached document. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the document. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeSize of the attached file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attached file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URL (Uniform Resource Locator) of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
Match One Schema
Show Source
Nested Schema : oracle_apps_flex_scm_productCatalogManagement_manufacturerEff_manufacturer_categories_view_j__manufacturerAllManufacturersPrivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
30Default Value:ALL_MANUFACTURERS -
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManufacturerId: string
Maximum Length:
255
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768D0000000EACED00057708000110F07F41768F0000000EACED00057708000110F07F41768DFFFFFFFF",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E00040000000171007E000378"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA3800000000EACED00057708000110F09B3AA37E0000000EACED00057708000110F09B3AA429",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AA20000000EACED00057708000110F09B412AA10000000EACED00057708000110F09B412AB7",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000057371007E0004000000017371007E0004000000057371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BA0000000EACED00057708000110F09B4214B90000000EACED00057708000110F09B4214BD",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B70F0000000EACED00057708000110F0A214B70E0000000EACED00057708000110F0A214B711",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA4FF0000000EACED00057708000110F0A21AA4FC0000000EACED00057708000110F0A21AA52D",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B407A0000000EACED00057708000110F0A21B40790000000EACED00057708000110F0A21B40BE",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB7370000000EACED00057708000110F09B3AB7360000000EACED00057708000110F09B3AB749",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4C940000000EACED00057708000110F09B3B4C930000000EACED00057708000110F09B3B4CAE",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301710000000EACED0005770800005AF3118301740000000EACED0005770800005AF3118301710000000EACED00057708000110F09B3C7602",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F09B3C97EC0000000EACED00057708000110F09B3C97EB0000000EACED00057708000110F0A21D0BEA",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C99530000000EACED00057708000110F09B3C99520000000EACED00057708000110F09B3C9957",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C99620000000EACED00057708000110F09B3C99610000000EACED00057708000110F09B3C9964",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB670000000EACED00057708000110F09B41EB660000000EACED00057708000110F09B41EB6B",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B42133E0000000EACED00057708000110F09B42133D0000000EACED00057708000110F09B421341",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B6810000000EACED00057708000110F0A214B6800000000EACED00057708000110F0A214B707",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A214D2D20000000EACED00057708000110F0A214D2D10000000EACED00057708000110F0A21D653C",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000047371007E0004000000017371007E0004000000047371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F5590000000EACED00057708000110F0A214F55A0000000EACED00057708000110F0A214F559FFFFFFFF",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0004000000017371007E00040000000171007E000378"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AD0000000EACED00057708000110F09A76F8AE0000000EACED00057708000110F09A76F8ADFFFFFFFF",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000017371007E0004000000017371007E00040000000171007E000378"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B160000000EACED00057708000110F0A2183B150000000EACED00057708000110F0A2183B18",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C100000000EACED00057708000110F0A2183C0F0000000EACED00057708000110F0A2183C1C",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000027371007E0004000000017371007E0004000000027371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA5480000000EACED00057708000110F09B2AA5460000000EACED00057708000110F09B2AA54D",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC190000000EACED00057708000110F09B2AEC180000000EACED00057708000110F09B2AEC1C",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers/00050000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B5D0000000EACED00057708000110F09B2F0B5B0000000EACED00057708000110F09B2F0B60",
"name": "manufacturers",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000057704000000057372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B0200007870000000037371007E0004000000017371007E0004000000037371007E00040000000178"
}
},
{
"rel": "canonical",
"href": "https://server/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://server/fscmRestApi/resources/version/manufacturers",
"name": "manufacturers",
"kind": "collection"
}
]
}