Get all sections
get
/fscmRestApi/resources/11.13.18.05/supplierNegotiations/{supplierNegotiationsUniqID}/child/sections
Request
Path Parameters
-
supplierNegotiationsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Supplier Negotiations resource and used to uniquely identify an instance of Supplier Negotiations. The client should not generate the hash key value. Instead, the client should query on the Supplier Negotiations collection resource in order to navigate to a specific instance of Supplier Negotiations to get the hash key.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
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: Finds the unique section for the supplier negotiation according to the primary key. The primary key is SectionId.
Finder Variables:- SectionId; integer; Value that uniquely identifies the section.
- PrimaryKey: Finds the unique section for the supplier negotiation according to the primary key. The primary key is SectionId.
-
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:- PreviousSectionId; integer; Indicates previous negotiation section's section ID during copy negotiation or create new round or create amendment.
- PricingSectionFlag; boolean; Contains one of the following values: true or false. If true, then the pricing section is added. If false, then the pricing section is not added. This is applicable only when if the Overall Ranking Method is Composite Scoring. The default value is false.
- Section; string; Name of the requirement section.
- SectionDisplayNumber; string; Display number of the section. If the negotiation contains more than one section, then the application uses a display sequence to identify each section, such as 10, 20, 30, and so on.
- SectionId; integer; Value that uniquely identifies the section.
- SectionWeight; number; Importance of the section when compared to other sections. The application uses this weight when it calculates the over all score of requirement score.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
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: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : supplierNegotiations-sections
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : supplierNegotiations-sections-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the section. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the section. -
EvaluationStage: string
Title:
Evaluation StageMaximum Length:80Name of the evaluation stage in a two stage RFQ (request for quotation). Values include Technical or Commercial. A list of accepted values is defined in the lookup type PON_TWO_PART_TYPE. -
EvaluationStageCode: string
Title:
Evaluation Stage CodeMaximum Length:30Abbreviation that uniquely identifies the name of the evaluation stage in a two stage RFQ (request for quotation). A list of accepted values is defined in the lookup type PON_TWO_PART_TYPE. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the section. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the section. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PreviousSectionId: integer
(int64)
Read Only:
trueIndicates previous negotiation section's section ID during copy negotiation or create new round or create amendment. -
PricingSectionFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the pricing section is added. If false, then the pricing section is not added. This is applicable only when if the Overall Ranking Method is Composite Scoring. The default value is false. -
requirements: array
Requirements
Title:
RequirementsThe Requirements resource manages details about the requirements of a supplier negotiation. -
ScoringTeam: string
Title:
Scoring TeamMaximum Length:80Name of the scoring team. -
ScoringTeamId: integer
(int64)
Title:
Scoring Team IDValue that uniquely identifies a scoring team. -
Section: string
Title:
SectionMaximum Length:240Name of the requirement section. -
SectionDisplayNumber: string
Read Only:
trueMaximum Length:80Display number of the section. If the negotiation contains more than one section, then the application uses a display sequence to identify each section, such as 10, 20, 30, and so on. -
SectionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the section. -
SectionRequiredRequirementsCount: integer
Read Only:
trueValue that indicates the number of required requirements in the section. -
SectionRequirementsCount: integer
Read Only:
trueValue that indicates the number of requirements in a section. -
SectionWeight: number
Importance of the section when compared to other sections. The application uses this weight when it calculates the over all score of requirement score.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Requirements
Type:
arrayTitle:
RequirementsThe Requirements resource manages details about the requirements of a supplier negotiation.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : supplierNegotiations-sections-requirements-item-response
Type:
Show Source
object-
acceptableResponseScoreValues: array
Acceptable Response Values
Title:
Acceptable Response ValuesThe Acceptable Response Values resource manages details about the scoring criteria of each negotiation requirement. -
AllowCommentsFromSuppliersFlag: boolean
Title:
Allow comments from suppliersMaximum Length:1Contains one of the following values: true or false. If true, then allow the supplier to provide comments to each requirement. If false, then do not allow. The default value is false. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages details about attachments for a requirement. -
AttachmentsFromSuppliers: string
Title:
Attachments from SuppliersMaximum Length:80Requirement for each supplier attachment. Values include Not Allowed, Optional, or Required. A list of accepted values is defined in the lookup type PON_REQ_ALLOW_ATTACHMENT. -
AttachmentsFromSuppliersCode: string
Title:
Attachments from Suppliers CodeMaximum Length:30Abbreviation that uniquely identifies the requirement for each supplier attachment. Values include Not Allowed, Optional, or Required. A list of accepted values is defined in the lookup type PON_REQ_ALLOW_ATTACHMENT. -
CategoryCode: string
Read Only:
trueMaximum Length:30Value that identifies the category code of the buyer organization. The values are PRODUCTS_AND_SERVICES and BUSINESS_CLASSIFICATION. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the requirement. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the requirement. -
DisplayTargetFlag: boolean
Title:
Display targetMaximum Length:1Contains one of the following values: true or false. If true, then display the target value to the supplier. If false, then do not display. The default value is false. -
Hint: string
Title:
HintMaximum Length:1000Text that the application displays to the supplier to help respond to the requirements. -
IsPredefinedQuestionScoredFlag: boolean
Read Only:
trueMaximum Length:1Indicates if scoring is defined on the predefined question. -
KnockoutScore: number
Title:
Knockout ScoreLowest requirement score that the response can receive and remain part of the shortlist. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the requirement. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the requirement. -
Level: string
Title:
LevelMaximum Length:80Supplier level for the requirement. Values include Supplier or Supplier site. A list of accepted values is defined in the lookup type PON_SUPPLIER_LEVEL. -
LevelCode: string
Title:
Level CodeMaximum Length:30Abbreviation that uniquely identifies the supplier level for the requirement. Values include Supplier or Supplier site. A list of accepted values is defined in the lookup type PON_SUPPLIER_LEVEL. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaximumScore: number
Title:
Maximum ScoreHighest possible score for the requirement response. -
ParentType: string
Read Only:
trueMaximum Length:10Type of requirement. If the requirement is the parent of any other requirement, then ParentType contains SECTION. If not, then ParentType contains SCORE. -
PreviousRequirementId: integer
(int64)
Read Only:
trueIndicates previous negotiation requirement's requirement id during copy negotiaiton or create new round or create amendment. -
PricingRequirementFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the response amount requirement is added to the pricing section. If false, then no requirement is added. This is applicable only when if the Overall Ranking Method is Composite Scoring. The default value is false. -
QuestionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requirement for a question. -
QuestionRevisionNumber: integer
(int32)
Title:
RevisionRead Only:trueRevision number of a predefined question that the application adds to the supplier qualification. -
Requirement: string
Title:
RequirementMaximum Length:80Name of the requirement. -
RequirementId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requirement. -
RequirementLevel: number
Read Only:
trueLevel of the requirement. For example, 1, 2, 3, and so on. -
RequirementNumber: string
Read Only:
trueMaximum Length:80Value that uniquely identifies the sequence for the requirement. -
RequirementText: string
(byte)
Title:
Requirement TextText that describes the requirement. -
RequirementType: string
Title:
Requirement TypeMaximum Length:80Type of response that the negotiation requires. Values include Text Entry Box, Multiple Choice with Multiple Selections, or Multiple Choice with Single Selection. A list of accepted values is defined in the lookup type PON_REQUIREMENT_TYPE. -
RequirementTypeCode: string
Title:
Requirement Type CodeMaximum Length:30Abbreviation that uniquely identifies the type of response that the negotiation requires. Values include Text Entry Box, Multiple Choice with Multiple Selections, or Multiple Choice with Single Selection. A list of accepted values is defined in the lookup type PON_REQUIREMENT_TYPE. -
ResponseType: string
Title:
Response TypeMaximum Length:80Specifies whether the response for the requirement is required. Values include Required, Optional, Display Only, or Internal. A list of accepted values is defined in the lookup type PON_HDR_ATTR_RESPONSE_TYPE. -
ResponseTypeCode: string
Title:
Response Type CodeMaximum Length:30Abbreviation that specifies whether the response for the requirement is required. Values include Required, Optional, Display Only, or Internal. A list of accepted values is defined in the lookup type PON_HDR_ATTR_RESPONSE_TYPE. -
ScoreId: integer
(int64)
Read Only:
trueValue that uniquely identifies the score. -
ScoringMethod: string
Title:
ScoringMaximum Length:80Method that the application uses to score each requirement response. Values include Automatic, Manual, or None. A list of accepted values is defined in the lookup type PON_SCORING_TYPE. -
ScoringMethodCode: string
Title:
Scoring Method CodeMaximum Length:30Abbreviation that uniquely identifies the method that the application uses to score each requirement response. Values include Automatic, Manual, or None. A list of accepted values is defined in the lookup type PON_SCORING_TYPE. -
Section: string
Title:
SectionRead Only:trueName of the requirement section. -
SectionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the section. -
TargetDateTimeValue: string
(date-time)
Title:
Target Date Time ValueValue that the user entered. This value is applicable for date and time. -
TargetDateValue: string
(date)
Title:
Target Date ValueValue that the user entered in the attribute. This value is applicable for dates. -
TargetNumberValue: number
Title:
Target Number ValueValue that the user entered in the attribute. This value is applicable for numbers. -
TargetTextValue: string
Title:
Target Text ValueMaximum Length:4000Target text or URL (Uniform Resource Locator) values of the requirement. -
ValueType: string
Title:
Value TypeMaximum Length:80Type of value for the requirement. Values include Single Line Text, Multiple Line Text, Number, Date, Date and Time, or URL (Uniform Resource Locator). A list of accepted values is defined in the lookup type PON_REQ_RESPONSE_TYPE. -
ValueTypeCode: string
Title:
Value Type CodeMaximum Length:30Abbreviation that identifies the type of value for the requirement. A list of accepted values is defined in the lookup type PON_REQ_RESPONSE_TYPE. -
Weight: number
Title:
WeightImportance of the requirement when compared to other requirements. The application uses this weight when it calculates the requirement score.
Nested Schema : Acceptable Response Values
Type:
arrayTitle:
Acceptable Response ValuesThe Acceptable Response Values resource manages details about the scoring criteria of each negotiation requirement.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages details about attachments for a requirement.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : supplierNegotiations-sections-requirements-acceptableResponseScoreValues-item-response
Type:
Show Source
object-
AttachmentsFromSuppliers: string
Title:
Attachments from SuppliersMaximum Length:80Requirement for each supplier attachment. Values include Not Allowed, Optional, or Required. A list of accepted values is defined in the lookup type PON_REQ_ALLOW_ATTACHMENT. -
AttachmentsFromSuppliersCode: string
Title:
Attachments from Suppliers CodeMaximum Length:30Abbreviation that uniquely identifies the requirement for each supplier attachment. Values include Not Allowed, Optional, or Required. A list of accepted values is defined in the lookup type PON_REQ_ALLOW_ATTACHMENT. -
CreatedBy: string
Read Only:
trueMaximum Length:64User who created the acceptable response score value. -
CreationDate: string
(date-time)
Read Only:
trueDate and time when the user created the acceptable response score value. -
DateFromRange: string
(date)
Title:
Date from RangeStart date in the range of values. Applies for date attributes. -
DateTimeFromRange: string
(date-time)
Title:
Date Time from RangeStart date and time in the range of values. Applies for date and time attributes. -
DateTimeToRange: string
(date-time)
Title:
Date Time to RangeEnd date and time in the range of values. Applies for date and time attributes. -
DateToRange: string
(date)
Title:
Date to RangeEnd Date in the range of values. Applies for date attributes. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate and time when the user most recently updated the acceptable response score value. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64User who most recently updated the acceptable response score value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoResponseFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then allow the application to assign a score to each supplier who does not respond to an optional requirement. If false, then do not allow. The default value is false. -
NumberFromRange: number
Title:
Number from RangeLowest number in a range of values. Applies for number attributes. -
NumberToRange: number
Title:
Number to RangeHighest number in a range of values. Applies for number attributes. -
RequirementId: integer
(int64)
Read Only:
trueValue that uniquely identifies the requirement. -
Score: number
Title:
ScoreScore that the application assigns to each attribute response. -
ScoreDisplayNumber: string
Read Only:
trueMaximum Length:80Value that uniquely identifies the score display. The application sets this value for each requirement that uses Multiple Choice With Single Selection or Multiple Choice With Multiple Selections. It also sets this value for each response that replies to a number, date, or date time requirement. -
ScoreId: integer
(int64)
Read Only:
trueValue that uniquely identifies the score. -
Section: string
Title:
SectionRead Only:trueName of the requirement section. -
SectionId: integer
(int64)
Read Only:
trueValue that uniquely identifies the section. -
TargetFlag: boolean
Maximum Length:
1Contains one of the following values: true or false. If true, then set the value that the application is willing to accept as the target response value for the requirement. If false, then do not set. The default value is false. -
TextValue: string
Title:
Text Response ValueMaximum Length:1000Value that the user entered. This value is applicable for text values.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : supplierNegotiations-sections-requirements-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAn identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment. It is a primary key that the application creates when the user attaches a document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueLogin that the user used when creating the attachment for the negotiation. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the user created the attachment record. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEAbbreviation that identifies the data type. Values include FILE, FOLDER, TEXT, or WEB_PAGE. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Value that uniquely identifies the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255Number that identifies the version of the attached document. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeAbbreviation that identifies the error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageText of the error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateDate when the contents in the attachment expires. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURL (Uniform Resource Locator) of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe Base64-encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the attachment. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who most recently updated the attachment. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueLogin that the user used when updating the attachment for the negotiation. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeLength of the attached file. -
UploadedFileName: string
Title:
Uploaded File NameName of the attached file. -
UploadedText: string
Title:
Uploaded TextText of the attachment. -
Uri: string
Title:
UriMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
Url: string
Title:
UrlMaximum Length:4000URI (Uniform Resource Identifier) that identifies the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Sign in details that the user used when adding or modifying the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
This example describes how to get all sections.
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/supplierNegotiations/supplierNegotiationsUniqID/child/sections"
Example Response Body
The following shows an example of the response body in JSON format.
{
"items": [
{
"SectionId": 11275,
"SectionDisplayNumber": "1.",
"Section": "Technical capabilities",
"EvaluationStage": null,
"EvaluationStageCode": null,
"ScoringTeam": "Technical Team",
"ScoringTeamId": 300100152357501,
"CreatedBy": "CVBUYER01",
"CreationDate": "2018-06-28T10:46:24+00:00",
"LastUpdateDate": "2018-06-28T11:26:16.127+00:00",
"LastUpdatedBy": "CVBUYER01",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/11275",
"name": "sections",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/11275",
"name": "sections",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495",
"name": "supplierNegotiations",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/11275/child/requirements",
"name": "requirements",
"kind": "collection"
}
]
},
{
"SectionId": 300100152360588,
"SectionDisplayNumber": "2.",
"Section": "Financial information",
"EvaluationStage": null,
"EvaluationStageCode": null,
"ScoringTeam": null,
"ScoringTeamId": null,
"CreatedBy": "CVBUYER01",
"CreationDate": "2018-06-28T11:27:54.604+00:00",
"LastUpdateDate": "2018-06-28T11:28:06.210+00:00",
"LastUpdatedBy": "CVBUYER01",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/300100152360588",
"name": "sections",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A657870000000017704000000017372001B6F7261636C652E6A626F2E646F6D61696E2E4E756C6C56616C75655899C1C58DAABEEB02000149000A6D53514C54797065496478700000000C78"
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/300100152360588",
"name": "sections",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495",
"name": "supplierNegotiations",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections/300100152360588/child/requirements",
"name": "requirements",
"kind": "collection"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 10,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/supplierNegotiations/300100152357495/child/sections",
"name": "sections",
"kind": "collection"
}
]
}