Get all sections
get
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/sections
Request
Path Parameters
-
draftSupplierNegotiationResponsesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Draft Supplier Negotiation Responses resource and used to uniquely identify an instance of Draft Supplier Negotiation Responses. The client should not generate the hash key value. Instead, the client should query on the Draft Supplier Negotiation Responses collection resource in order to navigate to a specific instance of Draft Supplier Negotiation Responses 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 section associated with the negotiation response line according to the primary key.
Finder Variables- ResponseNumber; integer; Value that uniquely identifies the negotiation response in sections.
- SectionId; integer; Uniquely identifies the section in response according to the section ID.
- PrimaryKeyFinder Finds the sections associated with the negotiation response according to the bind variable that uniquely identifies the response sections.
Finder Variables- SectionId; integer; Uniquely identifies the response section.
- PrimaryKey Finds the section associated with the negotiation response line according to the primary key.
-
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:- CompletedSectionRequiredRequirementsCount; integer; Total number of mandatory requirements in a section for which the supplier has provided a valid response.
- CompletedSectionRequirementsCount; integer; Total number of requirements completely answered.
- CreatedBy; string; Identifies the user who created the row.
- CreationDate; string; Timestamp of the creation of the row.
- EvaluationStage; string; Name of the evaluation stage in a two stage RFQ. Values include Technical or Commercial. A list of accepted values is defined in the lookup type PON_TWO_PART_TYPE.
- EvaluationStageCode; string; Abbreviation that uniquely identifies the name of the evaluation stage in a two stage RFQ. A list of accepted values is defined in the lookup type PON_TWO_PART_TYPE.
- LastUpdateDate; string; Date and time when the user most recently updated the line.
- LastUpdatedBy; string; User who most recently updated the line.
- 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 isn't added. This is applicable only when if the Overall Ranking Method is Composite Scoring. The default value is false.
- ResponseNumber; integer; Value that uniquely identifies the response.
- 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.
- SectionRequiredRequirementsCount; integer; Total number of mandatory requirements in a section.
- SectionRequirementsCount; integer; Value that uniquely identifies the total number of requirements in a section.
-
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 : draftSupplierNegotiationResponses-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 : draftSupplierNegotiationResponses-sections-item-response
Type:
Show Source
object-
CompletedSectionRequiredRequirementsCount: integer
Read Only:
trueTotal number of mandatory requirements in a section for which the supplier has provided a valid response. -
CompletedSectionRequirementsCount: integer
Read Only:
trueTotal number of requirements completely answered. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Identifies the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueTimestamp of the creation of the row. -
EvaluationStage: string
Title:
Evaluation StageRead Only:trueMaximum Length:80Name of the evaluation stage in a two stage RFQ. 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 CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the name of the evaluation stage in a two stage RFQ. A list of accepted values is defined in the lookup type PON_TWO_PART_TYPE. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the line. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the line. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PricingSectionFlag: boolean
Title:
Pricing SectionRead 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 isn't 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 contains details about the requirements of a supplier negotiation. -
ResponseNumber: integer
(int64)
Title:
Response NumberValue that uniquely identifies the response. -
Section: string
Title:
SectionRead Only:trueMaximum Length:240Name of the requirement section. -
SectionDisplayNumber: string
Title:
Section Display NumberRead 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)
Title:
Section IDValue that uniquely identifies the section. -
SectionRequiredRequirementsCount: integer
Read Only:
trueTotal number of mandatory requirements in a section. -
SectionRequirementsCount: integer
Read Only:
trueValue that uniquely identifies the total number of requirements in a section.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Requirements
Type:
arrayTitle:
RequirementsThe Requirements resource contains 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 : draftSupplierNegotiationResponses-sections-requirements-item-response
Type:
Show Source
object-
AllowAttachmentCode: string
Read Only:
trueMaximum Length:30Value that determines whether the supplier can add attachments with the requirements. Valid values are OPTIONAL, REQUIRED, and NON_ALLOWED. The default value is NOT_ALLOWED. -
AllowCommentsFlag: boolean
Read Only:
trueMaximum Length:1Contains one of the following values: true or false. If true, then the supplier can add comments with the requirements. If false, then the supplier can't add comments. The default value is false. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages response attachments in the supplier negotiation response. -
Comments: string
Title:
CommentsMaximum Length:1000Comments entered on a requirement response by the supplier. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Identifies the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueTimestamp of the creation of the row. -
Hint: string
Title:
HintRead Only:trueMaximum Length:1000Text that the application displays to the supplier to help respond to the requirements. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the requirement. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the requirement. -
Level: string
Title:
LevelRead Only:trueMaximum Length:80Supplier level for the requirement. Values include Supplier and Supplier Site. A list of accepted values is defined in the lookup type PON_SUPPLIER_LEVEL. -
LevelCode: string
Title:
Level CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the supplier level for the requirement. Values include Supplier and 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. -
ParentRequirementId: integer
(int64)
Read Only:
trueValue that uniquely identifies the immediate parent of the branching requirement. -
ParentType: string
Title:
Parent TypeRead Only:trueMaximum Length:10Type of requirement parent. If the section is the parent of any other requirement, then the ParentType is SECTION. If not, then the ParentType is SCORE. -
QuestionId: integer
(int64)
Title:
Question IDRead 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:
RequirementRead Only:trueMaximum Length:80Name of the requirement. -
RequirementId: integer
(int64)
Title:
Requirement IDRead Only:trueValue that uniquely identifies the requirement. -
RequirementLevel: number
Title:
Requirement LevelRead Only:trueThe level at which the requirement is located in the requirement hierarchy. For example, 1, 2, 3, and so on. Level 1 requirement has a section as a parent. Level 2 onward represents the branching requirements with an acceptable response score as a parent. -
RequirementNumber: string
Title:
Requirement NumberRead Only:trueMaximum Length:80Value that uniquely identifies the sequence for the requirement. -
RequirementText: string
(byte)
Title:
Requirement TextRead Only:trueText that describes the requirement. -
RequirementType: string
Title:
Requirement TypeRead Only:trueMaximum Length:80Type of response that the negotiation requires. Values include Text Entry Box, Multiple Choice with Multiple Selections, and Multiple Choice with Single Selection. A list of accepted values is defined in the lookup type PON_REQUIREMENT_TYPE. -
RequirementTypeCode: string
Title:
Requirement Type CodeRead Only:trueMaximum Length:30Abbreviation that uniquely identifies the type of response that the negotiation requires. Values include Text Entry Box, Multiple Choice with Multiple Selections, and Multiple Choice with Single Selection. A list of accepted values is defined in the lookup type PON_REQUIREMENT_TYPE. -
ResponseNumber: integer
(int64)
Title:
Response NumberRead Only:trueValue that uniquely identifies the response. -
ResponseType: string
Title:
Response TypeRead Only:trueMaximum Length:80Specifies whether a response is required for the requirement. Values include Required, Optional, Display Only, and Internal. A list of accepted values is defined in the lookup type PON_HDR_ATTR_RESPONSE_TYPE. -
ResponseTypeCode: string
Title:
Response Type CodeRead Only:trueMaximum Length:30Abbreviation that specifies whether a response for the requirement is required. Values include Required, Optional, Display Only, and Internal. A list of accepted values is defined in the lookup type PON_HDR_ATTR_RESPONSE_TYPE. -
responseValues: array
Response Values
Title:
Response ValuesThe Response Values resource manages details about the requirement responses of a supplier negotiation. -
RootRequirementId: integer
(int64)
Read Only:
trueValue that uniquely identifies the root level parent of the branching requirement. -
ScoreId: integer
(int64)
Title:
Score IDRead Only:trueValue that uniquely identifies the score. -
Section: string
Title:
SectionRead Only:trueMaximum Length:240Name of the requirement section. -
SectionId: integer
(int64)
Title:
Section IDRead Only:trueValue that uniquely identifies the section. -
TargetDateTimeValue: string
(date-time)
Title:
Target Date Time ValueRead Only:trueValue that the user entered. This value is applicable for date and time. -
TargetDateValue: string
(date)
Title:
Target Date ValueRead Only:trueValue that the user entered in the attribute. This value is applicable for dates. -
TargetNumberValue: number
Title:
Target Number ValueRead Only:trueValue that the user entered in the attribute. This value is applicable for numbers. -
TargetTextValue: string
Title:
Target Text ValueRead Only:trueMaximum Length:4000Target text or URL (Uniform Resource Locator) values of the requirement. -
ValueType: string
Title:
Value TypeRead Only:trueMaximum Length:80Type of value for the requirement. Values include Single Line Text, Multiple Line Text, Number, Date, Date and Time, and URL (Uniform Resource Locator). A list of accepted values is defined in the lookup type PON_REQ_RESPONSE_TYPE. -
ValueTypeCode: string
Title:
Value Type CodeRead Only:trueMaximum 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.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages response attachments in the supplier negotiation response.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Response Values
Type:
arrayTitle:
Response ValuesThe Response Values resource manages details about the requirement responses of a supplier negotiation.
Show Source
Nested Schema : draftSupplierNegotiationResponses-sections-requirements-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdIdentifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment. It's a primary key that the application creates when the user attaches a document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. Valid values include From Supplier, for two-stage sealed RFQs, From Supplier: Technical, when technical evaluation is in progress, and From Supplier: Commercial, when commercial evaluation is in progress. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser who created 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:
PostProcessingActionThe name 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
Nested Schema : draftSupplierNegotiationResponses-sections-requirements-responseValues-item-response
Type:
Show Source
object-
AllowAttachmentCode: string
Read Only:
trueMaximum Length:30Value that determines whether the supplier can add attachments with the requirements. Valid values are OPTIONAL, REQUIRED, and NON_ALLOWED. The default value is NOT_ALLOWED. -
attachments: array
Attachments
Title:
AttachmentsThe Attachments resource manages response attachments in the supplier negotiation response. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Identifies the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueTimestamp of the creation of the row. -
IsSelectedFlag: boolean
Title:
Is SelectedMaximum Length:1Contains one of the following values: true or false. If true, then the response value is selected in multiple choice single select or multiple choice multiple select requirements. If false, then the response isn't selected. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user most recently updated the response value. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who most recently updated the response value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
QuestionId: integer
(int64)
Title:
Question IDRead Only:trueValue that uniquely identifies the requirement for a question. -
Requirement: string
Title:
RequirementRead Only:trueMaximum Length:80Name of the requirement. -
RequirementId: integer
(int64)
Title:
Requirement IDRead Only:trueValue that uniquely identifies the requirement. -
RequirementLevel: number
Title:
Requirement LevelRead Only:trueThe level at which the requirement is located in the requirement hierarchy. For example, 1, 2, 3, and so on. Level 1 requirement has a section as a parent. Level 2 onward represents the branching requirements with an acceptable response score as a parent. -
RequirementNumber: string
Title:
Requirement NumberRead Only:trueMaximum Length:80Value that uniquely identifies the sequence for the requirement. -
RequirementValueId: integer
(int64)
Title:
Requirement Value IDRead Only:trueValue that uniquely identifies the response value. -
ResponseNumber: integer
(int64)
Title:
Response NumberRead Only:trueValue that uniquely identifies the requirement response value when there is no scoring applicable. This is applicable for text entry box responses. -
ResponseValueDate: string
(date)
Title:
Response Value DateResponse value for a requirement where response type is date. -
ResponseValueDateTime: string
(date-time)
Title:
Response Value Date TimeResponse value for a requirement where response type is date and time. -
ResponseValueNumber: number
Title:
Response Value NumberResponse value for a requirement where response type is number. -
ResponseValueText: string
Title:
Response Value TextMaximum Length:4000Response value for a requirement where response type is text. -
ScoreDisplayNumber: string
Title:
Score Display NumberRead 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)
Title:
Score IDRead Only:trueValue that uniquely identifies the response. This value is applicable for Multiple Choice With Single Selection or Multiple Choice With Multiple Selections response values. -
Section: string
Title:
SectionRead Only:trueMaximum Length:240Name of the requirement section. -
SectionId: integer
(int64)
Title:
Section IDRead Only:trueValue that uniquely identifies the section. -
TargetDatetimeValue: string
(date-time)
Title:
Target Date Time ValueRead Only:trueTarget value set by the category manager. This value is applicable for date and time. -
TargetDateValue: string
(date)
Title:
Target Date ValueRead Only:trueTarget value set by the category manager. This value is applicable for dates. -
TargetNumberValue: number
Title:
Target Number ValueRead Only:trueTarget value set by the category manager. This value is applicable for numbers. -
TargetTextValue: string
Title:
Target Text ValueRead Only:trueMaximum Length:4000Target value set by the category manager. This value is applicable for text or URL (Uniform Resource Locator).
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe Attachments resource manages response attachments in the supplier negotiation response.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : draftSupplierNegotiationResponses-sections-requirements-responseValues-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdIdentifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdValue that uniquely identifies the attachment. It's a primary key that the application creates when the user attaches a document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. Valid values include From Supplier, for two-stage sealed RFQs, From Supplier: Technical, when technical evaluation is in progress, and From Supplier: Commercial, when commercial evaluation is in progress. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser who created 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:
PostProcessingActionThe name 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 in a negotiation response using a response ID and 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/draftSupplierNegotiationResponses/draftSupplierNegotiationResponsesUniqID/child/sections"
For example:
curl -u username:password "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections"
Example Response Body
The following example includes the contents of the response body
in JSON format:
{
"items": [
{
"ResponseNumber": 188787,
"SectionId": 36280,
"SectionDisplayNumber": "1.",
"PricingSectionFlag": false,
"Section": "HVAC System Details",
"EvaluationStageCode": "TECHNICAL",
"EvaluationStage": "Technical",
"CreatedBy": "CVSUPPB01",
"CreationDate": "2022-04-08T19:39:29+00:00",
"LastUpdatedBy": "CVSUPPB01",
"LastUpdateDate": "2022-04-08T19:39:31.717+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36280",
"name": "sections",
"kind": "item",
"properties": {
"changeIndicator": "..."
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36280",
"name": "sections",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787",
"name": "draftSupplierNegotiationResponses",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36280/child/requirements",
"name": "requirements",
"kind": "collection"
}
]
},
{
"ResponseNumber": 188787,
"SectionId": 36281,
"SectionDisplayNumber": "2.",
"PricingSectionFlag": false,
"Section": "Qualification",
"EvaluationStageCode": "COMMERCIAL",
"EvaluationStage": "Commercial",
"CreatedBy": "CVSUPPB01",
"CreationDate": "2022-04-08T19:39:29+00:00",
"LastUpdatedBy": "CVSUPPB01",
"LastUpdateDate": "2022-04-08T19:43:07.532+00:00",
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36281",
"name": "sections",
"kind": "item",
"properties": {
"changeIndicator": "..."
}
},
{
"rel": "canonical",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36281",
"name": "sections",
"kind": "item"
},
{
"rel": "parent",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787",
"name": "draftSupplierNegotiationResponses",
"kind": "item"
},
{
"rel": "child",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections/36281/child/requirements",
"name": "requirements",
"kind": "collection"
}
]
}
],
"count": 2,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/sections",
"name": "sections",
"kind": "collection"
}
]
}