Get all negotiations
/fscmRestApi/resources/11.13.18.05/supplierNegotiationsLOV
Request
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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:- PrimaryKey: Find negotiations according to the negotiation identifier.
Finder Variables:- AuctionHeaderId; integer; Value that uniquely identifies the negotiation.
- findNegotiations: Find list of negotiations.
Finder Variables:- AuctionHeaderId; integer.
- Intent; string.
- LoggedInPersonId; integer.
- Negotiation; string.
- NegotiationStatus; string.
- NegotiationTitle; string.
- ProjectEnabledOnly; string.
- SysEffectiveDate; object.
- PrimaryKey: Find negotiations according to the negotiation identifier.
-
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:- AuctionHeaderId; integer; Value that uniquely identifies the negotiation.
- Buyer; string; Name of the person who created the negotiation.
- BuyerId; integer; Value that uniquely identifies the person who created the negotiation.
- Currency; string; Name of the negotiation currency.
- CurrencyCode; string; Abbreviation that identifies the currency that the negotiation uses.
- Negotiation; string; Number that uniquely identifies the negotiation.
- NegotiationStatus; string; Status of the negotiation.
- NegotiationStatusCode; string; Abbreviation that identifies the status of the negotiation.
- NegotiationStatusGroup; string; Status of the negotiation in its lifecycle. For example, negotiation can be active, closed, or in award. A list of accepted values is defined in the lookup type PON_SEARCH_AUCTION_STATUS.
- NegotiationStatusGroupCode; string; Abbreviation that identifies the status group of the negotiation in its lifecycle.
- NegotiationTitle; string; Title that describes the purpose of the negotiation.
- ProcurementBU; string; Name of the procurement business unit that owns the negotiation.
-
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".
-
Effective-Of:
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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
- application/json
Default Response
-
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.
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.
arrayLinksobject-
AuctionHeaderId: integer
(int64)
Read Only:
trueValue that uniquely identifies the negotiation. -
Buyer: string
Title:
BuyerRead Only:trueMaximum Length:240Name of the person who created the negotiation. -
BuyerId: integer
(int64)
Read Only:
trueValue that uniquely identifies the person who created the negotiation. -
CloseDate: string
(date-time)
Title:
Close DateRead Only:trueDate when the negotiation stops accepting replies from the supplier. -
Currency: string
Title:
CurrencyRead Only:trueMaximum Length:80Name of the negotiation currency. -
CurrencyCode: string
Title:
Negotiation CurrencyRead Only:trueMaximum Length:15Abbreviation that identifies the currency that the negotiation uses. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Negotiation: string
Title:
NegotiationRead Only:trueMaximum Length:240Number that uniquely identifies the negotiation. -
NegotiationStatus: string
Title:
StatusRead Only:trueMaximum Length:255Status of the negotiation. -
NegotiationStatusCode: string
Title:
StatusRead Only:trueMaximum Length:255Abbreviation that identifies the status of the negotiation. -
NegotiationStatusGroup: string
Title:
MeaningRead Only:trueMaximum Length:80Status of the negotiation in its lifecycle. For example, negotiation can be active, closed, or in award. A list of accepted values is defined in the lookup type PON_SEARCH_AUCTION_STATUS. -
NegotiationStatusGroupCode: string
Read Only:
trueMaximum Length:255Abbreviation that identifies the status group of the negotiation in its lifecycle. -
NegotiationTitle: string
Title:
Negotiation TitleRead Only:trueMaximum Length:80Title that describes the purpose of the negotiation. -
NegotiationType: string
Title:
Negotiation TypeRead Only:trueMaximum Length:50Type of the negotiation. Values include Auction, RFQ, or RFI. -
NegotiationTypeId: integer
(int64)
Title:
Negotiation TypeRead Only:trueValue that uniquely identifies the type of negotiation. -
OpenDate: string
(date-time)
Title:
Open DateRead Only:trueDate when the negotiation starts accepting replies from suppliers. -
ProcurementBU: string
Title:
Procurement BURead Only:trueMaximum Length:240Name of the procurement business unit that owns the negotiation. -
ProcurementBUId: integer
(int64)
Title:
Procurement BURead Only:trueValue that uniquely identifies procurement business unit that owns the negotiation.
arrayLinksobject-
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.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
This example describes how to get all negotiations.
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/supplierNegotiationsLOV"
| Example Number | Description |
|---|---|
| Example 1 | Get all supplier negotiations |
| Example 2 | Get all supplier negotiations where intent = SearchByNumberTitleStatus |
| Example 3 | Get all supplier negotiations where intent = SearchByNumberTitleStatus and filter out terminated negotiations |
| Example 4 | Get all supplier negotiations where intent = SearchByNumberTitleStatus and search negotiations by number, title, status, and filter out terminated negotiations |
Example 1 cURL Command
Use the following cURL command to get all supplier negotiations:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV?finder=findNegotiations;ProjectEnabledOnly=Y"
Example 1 Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"Negotiation": "35212",
"NegotiationTitle": "PONSPJRFQ01",
"AuctionHeaderId": 300100071607428,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "35213",
"NegotiationTitle": "PONESCAPR01",
"AuctionHeaderId": 300100083533824,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2015-12-10T00:41:16+00:00",
"CloseDate": "2015-12-19T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE048000000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE048000000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "35215",
"NegotiationTitle": "PONESCAPR01",
"AuctionHeaderId": 300100104259480,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2017-02-28T12:31:53+00:00",
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39011",
"NegotiationTitle": "PON_Simplified1",
"AuctionHeaderId": 300100185305769,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2020-06-26T12:13:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39015",
"NegotiationTitle": "PON_ContractTemplate",
"AuctionHeaderId": 300100185306163,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2020-06-30T15:12:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F134330000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F134330000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38479",
"NegotiationTitle": "PONSQMRFQ01_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834554,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2025-12-31T14:12:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38478",
"NegotiationTitle": "PONSQMAUC04_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834406,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T13:27:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38528",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161958,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:07:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38526",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161925,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:52:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38527",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161952,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:06:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38525",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161919,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38612",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100113913641,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00012, PRC",
"BuyerId": 300100037283915,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-07-31T04:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38519",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100084838110,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2015-12-20T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38601",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100105402507,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38945",
"NegotiationTitle": "PONESCONM01",
"AuctionHeaderId": 300100137462704,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00037, PRC",
"BuyerId": 300100037224233,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2018-02-03T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38517",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100083616393,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2015-12-19T19:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38586",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100105489926,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2017-03-10T06:25:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38455",
"NegotiationTitle": "PONALBAUC07",
"AuctionHeaderId": 300100071608687,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T08:48:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38609",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113581391,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-18T00:28:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38605",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113482138,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-17T11:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38937",
"NegotiationTitle": "PONSPG13001_Test007",
"AuctionHeaderId": 300100129355302,
"NegotiationStatus": "Completed, purchasing document not requested",
"NegotiationStatusCode": "OUTCOME_NOT_REQUESTED",
"NegotiationStatusGroup": "Completed",
"NegotiationStatusGroupCode": "COMPLETED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00007, PRC",
"BuyerId": 300100037430652,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": "2018-01-17T13:03:16+00:00",
"CloseDate": "2018-01-17T13:08:48+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B76260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B76260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38936",
"NegotiationTitle": "PONSPG13001_Test005",
"AuctionHeaderId": 300100129355295,
"NegotiationStatus": "Completed, purchasing document not requested",
"NegotiationStatusCode": "OUTCOME_NOT_REQUESTED",
"NegotiationStatusGroup": "Completed",
"NegotiationStatusGroupCode": "COMPLETED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00007, PRC",
"BuyerId": 300100037430652,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": "2018-01-17T13:01:54+00:00",
"CloseDate": "2018-01-17T13:05:19+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B761F0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B761F0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39010",
"NegotiationTitle": "PON_Simplified1",
"AuctionHeaderId": 300100185305577,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": "2020-06-17T11:51:52+00:00",
"CloseDate": "2020-06-17T11:57:03+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F131E90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F131E90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38962",
"NegotiationTitle": "PONTMS13101",
"AuctionHeaderId": 300100151967096,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2018-04-24T13:01:04+00:00",
"CloseDate": "2018-04-24T13:16:28+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082F47D780000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082F47D780000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38928",
"NegotiationTitle": "PONTMS13001_1_Negotiation2",
"AuctionHeaderId": 300100128596528,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": "2018-01-17T08:56:38+00:00",
"CloseDate": "2018-01-17T09:42:09+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0818FE2300000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0818FE2300000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV",
"name": "supplierNegotiationsLOV",
"kind": "collection"
}
]
}
Example 2 cURL Command
Use the following cURL command to get all supplier negotiations where intent = SearchByNumberTitleStatus:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV?finder=findNegotiations;Intent=SearchByNumberTitleStatus,ProjectEnabledOnly=Y,NegotiationTitle=PON"
Example 2 Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"Negotiation": "35212",
"NegotiationTitle": "PONSPJRFQ01",
"AuctionHeaderId": 300100071607428,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "35213",
"NegotiationTitle": "PONESCAPR01",
"AuctionHeaderId": 300100083533824,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2015-12-10T00:41:16+00:00",
"CloseDate": "2015-12-19T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE048000000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE048000000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "35215",
"NegotiationTitle": "PONESCAPR01",
"AuctionHeaderId": 300100104259480,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2017-02-28T12:31:53+00:00",
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39011",
"NegotiationTitle": "PON_Simplified1",
"AuctionHeaderId": 300100185305769,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2020-06-26T12:13:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39015",
"NegotiationTitle": "PON_ContractTemplate",
"AuctionHeaderId": 300100185306163,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2020-06-30T15:12:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F134330000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F134330000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38479",
"NegotiationTitle": "PONSQMRFQ01_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834554,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2025-12-31T14:12:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38478",
"NegotiationTitle": "PONSQMAUC04_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834406,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T13:27:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38528",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161958,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:07:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38526",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161925,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:52:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38527",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161952,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:06:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38525",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161919,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38612",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100113913641,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00012, PRC",
"BuyerId": 300100037283915,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-07-31T04:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38519",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100084838110,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2015-12-20T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38601",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100105402507,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38945",
"NegotiationTitle": "PONESCONM01",
"AuctionHeaderId": 300100137462704,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00037, PRC",
"BuyerId": 300100037224233,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2018-02-03T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38517",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100083616393,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2015-12-19T19:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38586",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100105489926,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2017-03-10T06:25:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38455",
"NegotiationTitle": "PONALBAUC07",
"AuctionHeaderId": 300100071608687,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T08:48:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38609",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113581391,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-18T00:28:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38605",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113482138,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-17T11:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38937",
"NegotiationTitle": "PONSPG13001_Test007",
"AuctionHeaderId": 300100129355302,
"NegotiationStatus": "Completed, purchasing document not requested",
"NegotiationStatusCode": "OUTCOME_NOT_REQUESTED",
"NegotiationStatusGroup": "Completed",
"NegotiationStatusGroupCode": "COMPLETED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00007, PRC",
"BuyerId": 300100037430652,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": "2018-01-17T13:03:16+00:00",
"CloseDate": "2018-01-17T13:08:48+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B76260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B76260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38936",
"NegotiationTitle": "PONSPG13001_Test005",
"AuctionHeaderId": 300100129355295,
"NegotiationStatus": "Completed, purchasing document not requested",
"NegotiationStatusCode": "OUTCOME_NOT_REQUESTED",
"NegotiationStatusGroup": "Completed",
"NegotiationStatusGroupCode": "COMPLETED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00007, PRC",
"BuyerId": 300100037430652,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": "2018-01-17T13:01:54+00:00",
"CloseDate": "2018-01-17T13:05:19+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B761F0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0819B761F0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20CD7D0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39010",
"NegotiationTitle": "PON_Simplified1",
"AuctionHeaderId": 300100185305577,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": "2020-06-17T11:51:52+00:00",
"CloseDate": "2020-06-17T11:57:03+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F131E90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F131E90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38962",
"NegotiationTitle": "PONTMS13101",
"AuctionHeaderId": 300100151967096,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2018-04-24T13:01:04+00:00",
"CloseDate": "2018-04-24T13:16:28+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082F47D780000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082F47D780000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38928",
"NegotiationTitle": "PONTMS13001_1_Negotiation2",
"AuctionHeaderId": 300100128596528,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": "2018-01-17T08:56:38+00:00",
"CloseDate": "2018-01-17T09:42:09+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0818FE2300000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0818FE2300000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
}
],
"count": 25,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV",
"name": "supplierNegotiationsLOV",
"kind": "collection"
}
]
}
Example 3 cURL Command
Use the following cURL command to get all supplier negotiations where intent = SearchByNumberTitleStatus and filter out terminated negotiations:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV?finder=findNegotiations;Intent=SearchByNumberTitleStatus,ProjectEnabledOnly=Y,Negotiation=35215"
Example 3 Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"Negotiation": "35215",
"NegotiationTitle": "PONESCAPR01",
"AuctionHeaderId": 300100104259480,
"NegotiationStatus": "Closed",
"NegotiationStatusCode": "CLOSED",
"NegotiationStatusGroup": "Closed",
"NegotiationStatusGroupCode": "CLOSED",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": "2017-02-28T12:31:53+00:00",
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0801C87980000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
}
],
"count": 1,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV",
"name": "supplierNegotiationsLOV",
"kind": "collection"
}
]
}
Example 4 cURL Command
Use the following cURL command to get all supplier negotiations where intent = SearchByNumberTitleStatus and search negotiations by number, title, status, and filter out terminated negotiations:
curl -u username:password "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV?finder=findNegotiations;Intent=SearchByNumberTitleStatus,ProjectEnabledOnly=Y,NegotiationStatus=Draft"
Example 4 Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"Negotiation": "35212",
"NegotiationTitle": "PONSPJRFQ01",
"AuctionHeaderId": 300100071607428,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 600,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": null,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A4C840000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED000577080000000000000258",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "39011",
"NegotiationTitle": "PON_Simplified1",
"AuctionHeaderId": 300100185305769,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00005, PRC",
"BuyerId": 300100037432586,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2020-06-26T12:13:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F084F132A90000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20D50B0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38479",
"NegotiationTitle": "PONSQMRFQ01_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834554,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2025-12-31T14:12:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACCBA0000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38478",
"NegotiationTitle": "PONSQMAUC04_Supplier Qualification Integration",
"AuctionHeaderId": 300100075834406,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T13:27:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E6ACC260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38528",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161958,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:07:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B260000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38526",
"NegotiationTitle": "PONPDFAUC01_AUC3",
"AuctionHeaderId": 300100090161925,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:52:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B050000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38527",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161952,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T10:06:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456B200000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38525",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100090161919,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-02-27T09:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07F456AFF0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38612",
"NegotiationTitle": "PONPDFAUC01_AUC",
"AuctionHeaderId": 300100113913641,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00012, PRC",
"BuyerId": 300100037283915,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-07-31T04:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AFD7290000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1E904C0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38519",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100084838110,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2015-12-20T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EF42EDE0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38601",
"NegotiationTitle": "PONESCSPR02",
"AuctionHeaderId": 300100105402507,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2017-03-10T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802DF88B0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38945",
"NegotiationTitle": "PONESCONM01",
"AuctionHeaderId": 300100137462704,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00037, PRC",
"BuyerId": 300100037224233,
"NegotiationType": "RFQ",
"NegotiationTypeId": 5,
"OpenDate": null,
"CloseDate": "2018-02-03T00:00:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F082172BB00000000EACED0005770800000000000000050000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C1DA72A0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38517",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100083616393,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2015-12-19T19:37:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07EE18A890000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38586",
"NegotiationTitle": "PONESCCNT01",
"AuctionHeaderId": 300100105489926,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "RFI",
"NegotiationTypeId": 21,
"OpenDate": null,
"CloseDate": "2017-03-10T06:25:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F0802F4E060000000EACED0005770800000000000000150000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38455",
"NegotiationTitle": "PONALBAUC07",
"AuctionHeaderId": 300100071608687,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "Jones, Clare",
"BuyerId": 100010026863783,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2025-12-31T08:48:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F07E2A516F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B59741903000078707708000001012B924000780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED0005770800005AF566200CA80000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38609",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113581391,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-18T00:28:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080AAC54F0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
},
{
"Negotiation": "38605",
"NegotiationTitle": "PONABS13004_Abstract_Negotiation",
"AuctionHeaderId": 300100113482138,
"NegotiationStatus": "Draft",
"NegotiationStatusCode": "DRAFT",
"NegotiationStatusGroup": "Draft",
"NegotiationStatusGroupCode": "DRAFT",
"ProcurementBU": "Vision Operations",
"ProcurementBUId": 204,
"Currency": "US Dollar",
"CurrencyCode": "USD",
"Buyer": "PON00004, PRC",
"BuyerId": 300100037434557,
"NegotiationType": "Auction",
"NegotiationTypeId": 1,
"OpenDate": null,
"CloseDate": "2020-04-17T11:17:00+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV/00060000000EACED00057708000110F080A9419A0000000EACED0005770800000000000000010000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B597419030000787077080000013DF13DEC00780000004AACED00057372000D6A6176612E73716C2E4461746514FA46683F3566970200007872000E6A6176612E7574696C2E44617465686A81014B5974190300007870770800004EB9F6DD1400780000000EACED00057708000110F07C20DCBE0000000EACED0005770800000000000000CC",
"name": "supplierNegotiationsLOV",
"kind": "item"
}
]
}
],
"count": 17,
"hasMore": true,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiationsLOV",
"name": "supplierNegotiationsLOV",
"kind": "collection"
}
]
}