すべてのネゴシエーション・レスポンス明細の取得
get
/fscmRestApi/resources/11.13.18.05/draftSupplierNegotiationResponses/{draftSupplierNegotiationResponsesUniqID}/child/lines
リクエスト
パス・パラメータ
- draftSupplierNegotiationResponsesUniqID(required): string
これは、ドラフト・サプライヤ・ネゴシエーション・レスポンス・リソースの複合キーを構成し、ドラフト・サプライヤ・ネゴシエーション・レスポンスのインスタンスを一意に識別するために使用される属性のハッシュ・キーです。 クライアントはハッシュ・キー値を生成しないでください。 かわりに、クライアントは、ドラフト・サプライヤ・ネゴシエーション・レスポンスの特定のインスタンスに移動してハッシュ・キーを取得するために、ドラフト・サプライヤ・ネゴシエーション・レスポンス・コレクション・リソースを問い合せる必要があります。
問合せパラメータ
- dependency: string
このパラメータは、レスポンスの生成後に設定およびロールバックされるフィールドである依存関係を指定します。 通常、これらは属性変更の影響をプレビューするために使用されます。 このパラメータで指定されたフィールドは、常に問題のリソース・インスタンスで設定されます。 子リソース・コレクションがリクエストされ、パラメータが設定されると、リソース・コレクション・ペイロードを生成する前に、親リソース・インスタンスにフィールドが設定されます。 この問合せパラメータの値は、依存性フィールドのセットです。 例: dependency=ProductId=2
フォーマット: <attr1>=<val1>,<attr2>=<value2> - expand: string
このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees、Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
- fields: string
このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。
フォーマット : ?fields=Attribute1,Attribute2
子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2 - finder: string
コレクションを検索するための事前定義済ファインダとして使用されます。
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します- PrimaryKey主キーに従ってネゴシエーション・レスポンス明細を検索します。
ファインダ変数- LineId; integer; ネゴシエーション・レスポンス明細を一意に識別する値。
- ResponseNumber; integer; 明細内のネゴシエーション応答を一意に識別する値。
- PrimaryKeyFinderレスポンス内のレスポンス明細を一意に識別するバインド変数に従って、ネゴシエーション・レスポンス明細を検索します。
ファインダ変数- LineId; integer; レスポンスのレスポンス行を一意に識別する値。
- PrimaryKey主キーに従ってネゴシエーション・レスポンス明細を検索します。
- limit: integer
このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
- links: string
このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>
例:
self,canonical
- offset: integer
リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
- onlyData: boolean
データのみを含めるために(リンク・セクションなしなど)、リソース品目ペイロードがフィルタ処理されます。
- orderBy: string
このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:desc
- q: string
この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;事業所=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能な属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- AlternateLineDescription; string; ネゴシエーション明細にレスポンスしてサプライヤが提示する代替明細品目の摘要。
- AlternateLineNumber; number; バイヤーによるネゴシエーション明細の代替としてサプライヤから提供される代替明細番号。
- AuctionHeaderId; integer; ネゴシエーションを一意に識別する値。
- BestResponsePrice; number; すべてのサプライヤ・レスポンスの中で明細品目に対して見積られた最良価格。
- BestResponseScore; number; 複数属性スコアリングに基づく最適なレスポンス。
- CategoryId; integer; ネゴシエーション明細の購買カテゴリを一意に識別する値。
- CategoryName; string; ネゴシエーション明細の購買カテゴリ。
- CreatedBy; string; ネゴシエーションを作成したユーザー。
- CreationDate; string; ユーザーが行を作成した日時。
- EstimatedTotalAmount; number; バイヤーがネゴシエーションの固定価格タイプの明細品目に対して支払を推定する合計金額。
- GroupType; string; ネゴシエーション明細のタイプ(明細、グループ、グループ明細、ロット、ロット明細など)。 受け入れられる値のリストは、参照タイプPON_GROUP_TYPEで定義されます。
- GroupTypeCode; string; ネゴシエーション明細のタイプを識別する値(明細、グループ、グループ明細、ロットまたはロット明細など)。 受け入れられる値のリストは、参照タイプPON_GROUP_TYPEで定義されます。
- Item; string; 在庫品目の名前。
- ItemId; integer; 在庫品目を一意に識別する値。
- ItemRevision; string; ネゴシエーション明細の在庫品目の改訂。
- LastUpdateDate; string; ユーザーが最後に行を更新した日時。
- LastUpdatedBy; string; 行を最後に更新したユーザー。
- Line; string; ネゴシエーション明細を識別する番号。
- LineAttributeScore; number; 複数属性スコアリングに基づく、商品明細または固定価格サービス明細に対するサプライヤの加重スコア合計??????sレスポンス。
- LineCloseDate; string; ネゴシエーション明細が交互終了または延長可能なネゴシエーションでクローズする日時。
- LineDescription; string; 明細品目の摘要。
- LineId; integer; ネゴシエーション明細を識別する値。
- LinePrice; number; 購買文書に記載される対応する明細品目の価格。 これは、購買文書のトランザクション通貨で表示されます。
- LineTargetPrice; number; バイヤーが明細のサプライヤ・レスポンスから受け取る値。
- LineType; string; 行が品目用かサービス用かを示す行タイプの名前。 受け入れられる値のリストは、値固定価格および数量の参照コードORDER_TYPE_LOOKUP_CODEで定義されます。 設定およびメンテナンス作業領域および購買明細タイプの管理タスクを使用して、この属性の値をレビューおよび更新します。
- LineTypeId; integer; 明細が品目用かサービス用かを示す明細タイプを識別する値。
- NoteToBuyer; string; ネゴシエーションに応答するときに、サプライヤがバイヤーに入力することに注意してください。
- NoteToSupplier; string; ネゴシエーションに応答するときにバイヤーがサプライヤに入力することに注意してください。
- PriceBreakType; string; 価格分岐のタイプ。 アプリケーションが単一の購買オーダーに従って価格分岐を計算するか、契約のすべての購買オーダーにわたって価格分岐を計算するかを指定します。 受け入れられる値のリストは、参照タイプPON_PRICE_BREAK_TYPEで定義されます。
- PriceBreakTypeCode; string; 価格分岐のタイプを識別する値。 アプリケーションが単一の購買オーダーに従って価格分岐を計算するか、契約のすべての購買オーダーにわたって価格分岐を計算するかを指定します。 有効な値はCUMULATIVEおよびNON-CUMULATIVEです。 受け入れられる値のリストは、参照タイプPON_PRICE_BREAK_TYPEで定義されます。
- PromisedDeliveryDate; string; サプライヤが購買組織に商品を搬送すると約束した日付。
- PromisedShipDate; string; バイヤー管理輸送がネゴシエーション条件でチェックされている場合、サプライヤが購買組織に商品を出荷することを約束した日付。
- ProxyDecrement; number; サプライヤによって定義された最小価格。これ未満では、システムからのプロキシ・レスポンスでレスポンス価格が自動的に削減されません。
- ProxyMinimum; number; アプリケーションからのプロキシ・レスポンスで応答価格が自動的に削減されないサプライヤによる最小価格限度を識別する値。
- RequestedDeliveryDate; string; 商品の配送がサプライヤから要求される日付。
- RequestedShipDate; string; 商品の出荷が仕入先から要求される日付。
- ResponseMinimumReleaseAmount; number; サプライヤが契約結果でネゴシエーションに応答するときに見積る最小リリース金額。
- ResponseNumber; integer; サプライヤ応答を識別する値。
- ResponsePrice; number; サプライヤがネゴシエーションの明細品目に対して見積した価格。
- ResponseQuantity; number; サプライヤがネゴシエーション明細に対して提示した数量。
- ShipToLocation; string; 明細品目の出荷先となるロケーションの名前。
- ShipToLocationId; integer; 明細品目の出荷先となる事業所を一意に識別する値。
- StartPrice; number; バイヤーがネゴシエーション明細にレスポンスしてサプライヤを入力できる最高価格。
- Supplier; string; ネゴシエーションに応答するサプライヤの名前。
- SupplierId; integer; サプライヤを一意に識別する値。
- SuppliersCanModifyPriceBreaksFlag; boolean; 価格分岐がオプションであり、サプライヤが価格分岐を追加、削除または変更できることを示すチェック・ボックス。
- TargetPrice; number; 調達組織が原価ファクタの支払を希望する価格。
- TargetQuantity; number; 調達組織がネゴシエーション明細に対して提示した数量。
- UOM; string; ネゴシエーション内の品目の単位の名前。
- UOMCode; string; ネゴシエーションの品目の単位を識別する値です。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Metadata-Context:
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version:
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
この操作にはリクエスト本文がありません。
トップに戻るレスポンス
サポートされているメディア・タイプ
- application/json
デフォルトのレスポンス
次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
- Metadata-Context(required):
REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
- REST-Framework-Version(required):
RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
ルート・スキーマ : draftSupplierNegotiationResponses-lines
タイプ:
ソースを表示
object
-
count(required): integer
現在の範囲内で返されるリソース・インスタンス数。
-
hasMore(required): boolean
サーバーで使用可能なリソースが、レスポンスで返されたサブセットより多いかどうかを示します。 値がtrueの場合、サーバーから取得するリソースが増えます。 デフォルト値はfalseです。
-
items: array Items
タイトル:
Items
コレクション内の品目。 -
limit(required): integer
サーバーで使用される実際のページング・サイズ。
-
links(required): array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
offset(required): integer
現在のページで使用されるオフセット値。
-
totalResults: integer
"?totalResults=true"の場合、推定行数は含まれません。
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-item-response
タイプ:
ソースを表示
object
-
AlternateLineDescription: string
タイトル:
Alternate Line Description
読取り専用:true
最大長:2500
サプライヤがネゴシエーション明細にレスポンスして提供する代替明細品目の摘要です。 -
AlternateLineNumber: number
読取り専用:
true
バイヤーによるネゴシエーション明細の代替としてサプライヤから提供される代替明細番号です。 -
attachments: array Attachments
タイトル:
Attachments
添付リソースは、サプライヤ・ネゴシエーション・レスポンスのレスポンス添付を管理します。 -
AuctionHeaderId: integer (int64)
タイトル:
Auction Header ID
読取り専用:true
ネゴシエーションを一意に識別する値です。 -
BestResponsePrice: number
タイトル:
Best Response Price
読取り専用:true
すべてのサプライヤ・レスポンスの中で明細品目に対して見積られた最良価格。 -
BestResponseScore: number
タイトル:
Best Response Score
読取り専用:true
複数属性スコアリングに基づく最適なレスポンス。 -
CategoryId: integer (int64)
タイトル:
Category ID
読取り専用:true
ネゴシエーション明細の購買カテゴリを一意に識別する値。 -
CategoryName: string
読取り専用:
true
最大長:2400
ネゴシエーション明細の購買カテゴリ。 -
costFactors: array Cost Factors
タイトル:
Cost Factors
原価ファクタ・リソースは、ネゴシエーション明細の外部原価ファクタに対するサプライヤ・レスポンスを取得します。 外部原価ファクタ・レスポンス値は、ユニット明細価格とともに、ネゴシエーション明細のレスポンス価格の計算に使用されます。 -
CreatedBy: string
読取り専用:
true
最大長:64
ネゴシエーションの作成者。 -
CreationDate: string (date-time)
読取り専用:
true
ユーザーが明細を作成した日時。 -
EstimatedTotalAmount: number
読取り専用:
true
ネゴシエーションの固定価格タイプ明細品目の支払をバイヤーが見積もった合計金額。 -
GroupType: string
タイトル:
Group Type
読取り専用:true
最大長:80
明細、グループ、グループ明細、ロットまたはロット明細などのネゴシエーション明細のタイプです。 受け入れられる値のリストは、参照タイプPON_GROUP_TYPEで定義されます。 -
GroupTypeCode: string
読取り専用:
true
最大長:25
ネゴシエーション明細のタイプを識別する値(明細、グループ、グループ明細、ロットまたはロット明細など)。 受け入れられる値のリストは、参照タイプPON_GROUP_TYPEで定義されます。 -
Item: string
タイトル:
Item
読取り専用:true
最大長:300
在庫品目の名前。 -
ItemId: integer (int64)
読取り専用:
true
在庫品目を一意に識別する値です。 -
ItemRevision: string
タイトル:
Revision
読取り専用:true
最大長:18
ネゴシエーション明細の在庫品目の改訂。 -
LastUpdateDate: string (date-time)
読取り専用:
true
ユーザーが最後に明細を更新した日時。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
明細を最後に更新したユーザー。 -
Line: string
タイトル:
Line
読取り専用:true
最大長:25
ネゴシエーション明細を識別する番号。 -
LineAmount: number
読取り専用:
true
販売者オークションに発行された入札の価格×数量として明細に対して計算された金額。 -
lineAttributeGroups: array Line Attribute Groups
タイトル:
Line Attribute Groups
属性グループ・リソースには、サプライヤ・ネゴシエーション明細の属性グループに関する詳細が含まれます。 -
LineAttributeScore: number
タイトル:
Total Score
読取り専用:true
複数属性スコアリングに基づく、商品明細または固定価格サービス明細に対するサプライヤの加重スコア合計??????sレスポンス。 -
LineCloseDate: string (date-time)
タイトル:
Close Date
読取り専用:true
ネゴシエーション明細が交互クローズまたは延長可能なネゴシエーションでクローズする日時。 -
LineDescription: string
タイトル:
Description
読取り専用:true
最大長:2500
明細品目の摘要。 -
LineId: integer
タイトル:
Line ID
読取り専用:true
ネゴシエーション明細を識別する値です。 -
LinePrice: number
タイトル:
Line Price
購買文書に記載される対応する明細品目の価格です。 これは、購買文書のトランザクション通貨で表示されます。 -
LineTargetPrice: number
タイトル:
Line Target Price
読取り専用:true
明細のサプライヤ・レスポンスからバイヤーが受け取る値。 -
LineType: string
タイトル:
Line Type
読取り専用:true
最大長:30
明細が品目用かサービス用かを示す明細タイプの名前です。 受け入れられる値のリストは、値固定価格および数量の参照コードORDER_TYPE_LOOKUP_CODEで定義されます。 設定およびメンテナンス作業領域および購買明細タイプの管理タスクを使用して、この属性の値をレビューおよび更新します。 -
LineTypeId: integer (int64)
タイトル:
Line Type ID
読取り専用:true
明細が品目用かサービス用かを示す明細タイプを識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
NoteToBuyer: string
タイトル:
Note to Buyer
最大長:4000
ネゴシエーションへの応答時に、サプライヤがバイヤーに入力することに注意してください。 -
NoteToSupplier: string
タイトル:
Note to Suppliers
読取り専用:true
最大長:4000
バイヤーは、ネゴシエーションに応答するときにサプライヤに入力することに注意してください。 -
priceBreaks: array Price Breaks
タイトル:
Price Breaks
価格分岐リソースは、事業所、数量または日付に基づいて、明細のサプライヤの価格分岐を取得します。 -
PriceBreakType: string
タイトル:
Price Break Type
読取り専用:true
最大長:80
価格分岐のタイプです。 アプリケーションが単一の購買オーダーに従って価格分岐を計算するか、契約のすべての購買オーダーにわたって価格分岐を計算するかを指定します。 受け入れられる値のリストは、参照タイプPON_PRICE_BREAK_TYPEで定義されます。 -
PriceBreakTypeCode: string
タイトル:
Price Break Type Code
読取り専用:true
最大長:25
価格分岐のタイプを識別する値です。 アプリケーションが単一の購買オーダーに従って価格分岐を計算するか、契約のすべての購買オーダーにわたって価格分岐を計算するかを指定します。 有効な値はCUMULATIVEおよびNON-CUMULATIVEです。 受け入れられる値のリストは、参照タイプPON_PRICE_BREAK_TYPEで定義されます。 -
priceTiers: array Price Tiers
タイトル:
Price Tiers
価格階層リソースは、ネゴシエーション明細の数量に従って階層に関する詳細を管理し、各サプライヤから階層価格設定を要請します。 -
PricingBasis: string
タイトル:
Pricing Basis
最大長:30
アプリケーションで原価ファクタの計算に使用される基準。 使用可能な値のリストは、参照タイプPON_PRICING_BASISで定義されます。 -
PricingBasisCode: string
タイトル:
Pricing Basis Code
最大長:30
アプリケーションが原価ファクタの計算に使用する基準を識別する略称です。 使用可能な値のリストは、参照タイプPON_PRICING_BASISで定義されます。 -
PromisedDeliveryDate: string (date)
タイトル:
Promised Delivery Date
サプライヤが購買組織に商品を搬送すると約束した日付です。 -
PromisedShipDate: string (date)
タイトル:
Promised Ship Date
バイヤー管理輸送がネゴシエーション条件でチェックされている場合、サプライヤが商品を購買組織に出荷することを約束した日付。 -
ProxyDecrement: number
タイトル:
Proxy Decrement
サプライヤによって定義された最小価格。これを下回ると、システムからのプロキシ・レスポンスでレスポンス価格が自動的に削減されません。 -
ProxyMinimum: number
タイトル:
Decrement
アプリケーションからのプロキシ・レスポンスでレスポンス価格が自動的に削減されないサプライヤによる最小価格限度を識別する値です。 -
RequestedDeliveryDate: string (date)
タイトル:
Requested Delivery Date
読取り専用:true
商品の搬送がサプライヤからリクエストされる日付。 -
RequestedShipDate: string (date)
タイトル:
Requested Ship Date
読取り専用:true
商品の出荷がサプライヤからリクエストされる日付。 -
ResponseEstimatedQuantity: number
読取り専用:
true
包括購買契約のネゴシエーション明細の見積数量です。 -
ResponseMinimumReleaseAmount: number
タイトル:
Response Minimum Release Amount
契約結果を持つネゴシエーションに応答するときにサプライヤが見積もる最小リリース金額。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
サプライヤ・レスポンスを識別する値です。 -
ResponsePrice: number
タイトル:
Response Price
ネゴシエーションの明細品目についてサプライヤが見積った価格。 -
ResponseQuantity: number
タイトル:
Response Quantity
ネゴシエーション明細に対してサプライヤによって提示された数量です。 -
ShipToLocation: string
タイトル:
Location
読取り専用:true
最大長:60
明細品目の出荷先となる事業所の名前。 -
ShipToLocationId: integer (int64)
タイトル:
Ship-to Location ID
読取り専用:true
明細品目の出荷先となる事業所を一意に識別する値。 -
StartPrice: number
タイトル:
Start Price
読取り専用:true
ネゴシエーション明細にレスポンスしてサプライヤが入力できる最高価格。 -
Supplier: string
タイトル:
Supplier
読取り専用:true
最大長:360
ネゴシエーションに応答するサプライヤの名前。 -
SupplierId: integer (int64)
タイトル:
Supplier ID
読取り専用:true
サプライヤを一意に識別する値。 -
SuppliersCanModifyPriceBreaksFlag: boolean
タイトル:
Suppliers can modify price breaks
読取り専用:true
最大長:1
価格分岐がオプションであり、サプライヤが価格分岐を追加、削除または変更できることを示すチェック・ボックスです。 -
TargetMinimumReleaseAmount: number
タイトル:
Target Minimum Release Amount
読取り専用:true
契約結果を持つネゴシエーションにレスポンスするときに、バイヤーがネゴシエーション明細にレスポンスして受け取りたい最小リリース金額。 -
TargetPrice: number
タイトル:
Target Price
読取り専用:true
調達組織が原価ファクタに対して支払うことを希望する価格。 -
TargetQuantity: number
タイトル:
Target Quantity
読取り専用:true
ネゴシエーション明細に対して調達組織が提案した数量です。 -
UOM: string
タイトル:
UOM Name
読取り専用:true
最大長:25
ネゴシエーションの品目の単位の名前。 -
UOMCode: string
タイトル:
UOM
読取り専用:true
最大長:3
ネゴシエーションの品目の単位を識別する値です。
ネストされたスキーマ : 原価ファクタ
タイプ:
array
タイトル:
Cost Factors
原価ファクタ・リソースは、ネゴシエーション明細の外部原価ファクタに対するサプライヤ・レスポンスを取得します。 外部原価ファクタ・レスポンス値は、ユニット明細価格とともに、ネゴシエーション明細のレスポンス価格の計算に使用されます。
ソースを表示
ネストされたスキーマ : 明細属性グループ
タイプ:
array
タイトル:
Line Attribute Groups
属性グループ・リソースには、サプライヤ・ネゴシエーション明細の属性グループに関する詳細が含まれます。
ソースを表示
ネストされたスキーマ : 価格分岐
タイプ:
array
タイトル:
Price Breaks
価格分岐リソースは、事業所、数量または日付に基づいて、明細のサプライヤの価格分岐を取得します。
ソースを表示
ネストされたスキーマ : 価格階層
タイプ:
array
タイトル:
Price Tiers
価格階層リソースは、ネゴシエーション明細の数量に従って階層に関する詳細を管理し、各サプライヤから階層価格設定を要請します。
ソースを表示
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-attachments-item-response
タイプ:
ソースを表示
object
-
AsyncTrackerId: string
タイトル:
Asynchronous Upload Tracker Id
アップロードされたファイルのトラッキングに使用される識別子。 -
AttachedDocumentId: integer (int64)
タイトル:
Attached Document Id
添付を一意に識別する値です。 これは、ユーザーがドキュメントを添付するときにアプリケーションが作成する主キーです。 -
CategoryName: string
タイトル:
Category
最大長:30
添付のカテゴリ。 有効な値は、サプライヤ: 自、2段階封印見積依頼用、サプライヤ: 自です : 技術評価が進行中の場合、およびサプライヤから : 商用(商業評価の進行中)。 - ContentRepositoryFileShared: boolean
-
CreatedBy: string
タイトル:
Created By
読取り専用:true
最大長:255
添付を作成したユーザー。 -
CreatedByUserName: string
タイトル:
Created By User Name
読取り専用:true
ネゴシエーションの添付を作成したユーザー。 -
CreationDate: string (date-time)
タイトル:
Creation Date
読取り専用:true
ユーザーが添付レコードを作成した日付。 -
DatatypeCode: string
タイトル:
Type
最大長:30
デフォルト値:FILE
データ型を識別する略語。 値には、FILE、FOLDER、TEXTまたはWEB_PAGEがあります。 -
Description: string
タイトル:
Description
最大長:255
添付の説明。 -
DmDocumentId: string
最大長:
255
添付されたドキュメントを一意に識別する値。 -
DmFolderPath: string
タイトル:
Dm Folder Path
最大長:1000
添付のフォルダ・パス。 -
DmVersionNumber: string
最大長:
255
添付文書のバージョンを識別する番号です。 -
DownloadInfo: string
タイトル:
DownloadInfo
添付ファイルをプログラムで取得するために使用される情報を含む文字列として表されるJSONオブジェクト。 -
ErrorStatusCode: string
タイトル:
Error Status Code
添付のエラー(ある場合)を識別する略称です。 -
ErrorStatusMessage: string
タイトル:
Error Status Message
添付のエラー・メッセージのテキスト(存在する場合)。 -
ExpirationDate: string (date-time)
タイトル:
Expiration Date
添付のコンテンツが失効する日付。 -
FileContents: string (byte)
タイトル:
File Contents
添付ファイルの内容。 -
FileName: string
タイトル:
File Name
最大長:2048
添付のファイル名。 -
FileUrl: string
タイトル:
File Url
添付ファイルのURL(Uniform Resource Locator)。 -
FileWebImage: string (byte)
タイトル:
File Web Image
読取り専用:true
ソースが変換可能なイメージの場合に、.png形式で表示されるファイルのBase64でエンコードされたイメージ。 -
LastUpdateDate: string (date-time)
タイトル:
Last Update Date
読取り専用:true
ユーザーが添付を最後に更新した日時。 -
LastUpdatedBy: string
タイトル:
Last Updated By
読取り専用:true
最大長:255
添付を最後に更新したユーザー。 -
LastUpdatedByUserName: string
タイトル:
Last Updated By User
読取り専用:true
ネゴシエーションの添付の更新時にユーザーが使用したログインします。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
Title: string
タイトル:
Title
添付のタイトル。 -
UploadedFileContentType: string
タイトル:
Uploaded File Content Type
添付のコンテンツ・タイプ。 -
UploadedFileLength: integer
タイトル:
File Size
添付ファイルの長さ。 -
UploadedFileName: string
タイトル:
Uploaded File Name
添付ファイルの名前。 -
UploadedText: string
タイトル:
Uploaded Text
添付のテキスト。 -
Uri: string
タイトル:
Uri
最大長:4000
添付ファイルを識別するURI (Uniform Resource Identifier)。 -
Url: string
タイトル:
Url
最大長:4000
添付ファイルを識別するURI (Uniform Resource Identifier)。 -
UserName: string
タイトル:
User Name
読取り専用:true
最大長:255
添付の追加または変更時にユーザーが使用したサインイン詳細。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
object
-
href: string
タイトル:
hyperlink reference
関連リソースへのURI。 -
kind: string
タイトル:
kind
許可された値:[ "collection", "item", "describe", "other" ]
関連リソースの種類。 -
name: string
タイトル:
name
関連リソースへのリンクの名前。 -
properties: object properties
-
rel: string
タイトル:
relation
許可された値:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]
リソース・インスタンスとの関係の名前。 例: self.
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-costFactors-item-response
タイプ:
ソースを表示
object
-
CostFactor: string
タイトル:
Cost Factor
読取り専用:true
最大長:80
原価ファクタの名前。 -
CostFactorId: integer (int64)
タイトル:
Cost Factor ID
読取り専用:true
原価ファクタを識別する値です。 -
CreatedBy: string
読取り専用:
true
最大長:64
行を作成したユーザーを識別します。 -
CreationDate: string (date-time)
読取り専用:
true
行の作成のタイムスタンプ。 -
Description: string
タイトル:
Description
読取り専用:true
最大長:240
原価ファクタの摘要。 -
DisplayTargetFlag: boolean
タイトル:
Display Target
読取り専用:true
最大長:1
次のいずれかの値が含まれます: trueまたはfalse。 trueの場合、サプライヤに原価ファクタ・ターゲットの値の表示を許可します。 falseの場合、許可しないでください。 デフォルト値はfalseです。 -
LastUpdateDate: string (date-time)
読取り専用:
true
行を最後に更新したユーザーを識別します。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
行の最終更新のタイムスタンプ。 -
Line: string
読取り専用:
true
最大長:25
ネゴシエーション明細を識別する番号。 -
LineCostFactorId: integer
タイトル:
Line Cost Factor ID
読取り専用:true
ネゴシエーション明細の原価ファクタの順序を一意に識別する値。 -
LineId: integer
タイトル:
Line ID
読取り専用:true
ネゴシエーション明細を識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
PricingBasis: string
タイトル:
Pricing Basis
読取り専用:true
最大長:80
アプリケーションで原価ファクタの計算に使用される基準。 使用可能な値のリストは、参照タイプPON_PRICING_BASISで定義されます。 -
PricingBasisCode: string
タイトル:
Pricing Basis Code
読取り専用:true
最大長:30
アプリケーションが原価ファクタの計算に使用する基準を識別する略称です。 使用可能な値のリストは、参照タイプPON_PRICING_BASISで定義されます。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
レスポンスを一意に識別する値。 -
ResponseValue: number
タイトル:
Response Value
原価ファクタに対するサプライヤのレスポンス。 -
TargetValue: number
タイトル:
Target Value
読取り専用:true
原価ファクタのターゲット値です。
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-lineAttributeGroups-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
読取り専用:
true
最大長:64
行を作成したユーザーを識別します。 -
CreationDate: string (date-time)
読取り専用:
true
行の作成のタイムスタンプ。 -
GroupId: integer (int64)
タイトル:
Group ID
明細属性グループを一意に識別する値。 -
GroupName: string
タイトル:
Group Name
最大長:240
属性グループの名前。 -
LastUpdateDate: string (date-time)
読取り専用:
true
行の最終更新のタイムスタンプ。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
行を最後に更新したユーザーを識別します。 -
Line: string
タイトル:
Line
ネゴシエーション明細を識別する番号。 -
lineAttributes: array Line Attributes
タイトル:
Line Attributes
明細属性リソースは、サプライヤ・ネゴシエーション明細の属性に関する詳細を管理します。 -
LineDescription: string
タイトル:
Description
明細品目の摘要。 -
LineId: number
タイトル:
Line ID
ネゴシエーション明細を識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
サプライヤの内部トラッキングに使用される識別番号。 -
Supplier: string
タイトル:
Supplier
読取り専用:true
最大長:255
ネゴシエーションに応答するサプライヤの名前。 -
SupplierId: integer
タイトル:
Supplier ID
読取り専用:true
サプライヤを一意に識別する値。
ネストされたスキーマ : 明細属性
タイプ:
array
タイトル:
Line Attributes
明細属性リソースは、サプライヤ・ネゴシエーション明細の属性に関する詳細を管理します。
ソースを表示
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-lineAttributeGroups-lineAttributes-item-response
タイプ:
ソースを表示
object
-
AttributeId: integer
タイトル:
Attribute ID
読取り専用:true
属性を識別する値。 -
AttributeName: string
タイトル:
Attribute
読取り専用:true
最大長:4000
属性の説明。 -
CreatedBy: string
読取り専用:
true
最大長:64
行を作成したユーザーを識別します。 -
CreationDate: string (date-time)
読取り専用:
true
行の作成のタイムスタンプ。 -
GroupId: integer (int64)
タイトル:
Group ID
読取り専用:true
明細属性グループを一意に識別する値。 -
GroupName: string
タイトル:
Group Name
読取り専用:true
最大長:240
属性グループの名前。 -
LastUpdateDate: string (date-time)
読取り専用:
true
行の最終更新のタイムスタンプ。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
行を最後に更新したユーザーを識別します。 -
Line: string
タイトル:
Line
読取り専用:true
最大長:25
ネゴシエーション明細を識別する番号。 -
LineDescription: string
タイトル:
Description
読取り専用:true
最大長:2500
明細品目の摘要。 -
LineId: integer
タイトル:
Line ID
読取り専用:true
ネゴシエーション明細を識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
ResponseDateValue: string (date)
タイトル:
Response Date Value
明細属性のレスポンス値。 この値は日付です。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
サプライヤの内部トラッキングに使用される識別番号。 -
ResponseNumberValue: number
タイトル:
Response Number Value
明細属性のレスポンス値。 この値は数値データ型です。 -
ResponseTextValue: string
タイトル:
Response Text Value
最大長:4000
明細属性のレスポンス値。 この値はテキスト・データ型です。 -
ResponseType: string
タイトル:
Response Type
読取り専用:true
最大長:80
明細属性のレスポンスが必須かどうかを指定します。 値には、必須、オプションまたは不要が含まれます。 使用可能な値のリストは、参照タイプPON_ATTRIBUTE_RESPONSE_TYPEで定義されます。 -
ResponseTypeCode: string
タイトル:
Response Type Code
読取り専用:true
最大長:30
明細属性のレスポンスが必須かどうかを識別する略称です。 有効な値は、REQUIRED、OPTIONALおよびDISPLAY_ONLYです。 使用可能な値のリストは、参照タイプPON_ATTRIBUTE_RESPONSE_TYPEで定義されます。 -
Supplier: string
読取り専用:
true
最大長:255
ネゴシエーションに応答するサプライヤの名前。 -
SupplierId: integer
タイトル:
Supplier ID
読取り専用:true
サプライヤを一意に識別する値。 -
TargetDateValue: string (date)
タイトル:
Target Date Value
読取り専用:true
属性のターゲット値。 この値は日付に適用できます。 -
TargetNumberValue: number
タイトル:
Target Number Value
読取り専用:true
属性のターゲット値。 この値は数値に適用できます。 -
TargetTextValue: string
タイトル:
Target Text Value
読取り専用:true
最大長:4000
属性のターゲット・テキストまたはURL値。 -
ValueType: string
タイトル:
Value Type
読取り専用:true
最大長:80
属性レスポンスのデータ型の表示名。 たとえば、テキスト、数値、日付、URL (Uniform Resource Locator)などです。 使用可能な値のリストは、参照タイプ属性値タイプで定義されます。 -
ValueTypeCode: string
タイトル:
Value Type Code
読取り専用:true
最大長:3
属性レスポンスの値のタイプを識別する略称です。 有効な値は、TXT、NUM、DATおよびURLです。 使用可能な値のリストは、参照タイプPON_AUCTION_ATTRIBUTE_TYPEで定義されます。 -
Weight: number
タイトル:
Weight
読取り専用:true
他の明細属性と比較する場合の明細属性の重要度。 この加重は、明細スコアの計算時に使用されます。
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-priceBreaks-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
読取り専用:
true
最大長:64
行を作成したユーザーを識別します。 -
CreationDate: string (date-time)
読取り専用:
true
行の作成のタイムスタンプ。 -
LastUpdateDate: string (date-time)
読取り専用:
true
ユーザーが最後に明細を更新した日時。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
明細を最後に更新したユーザー。 -
Line: string
読取り専用:
true
最大長:25
ネゴシエーション明細を識別する番号。 -
LineId: integer
タイトル:
Line ID
読取り専用:true
ネゴシエーション明細を識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
PriceBreakEndDate: string (date)
タイトル:
End Date
価格分岐が失効する日付。 -
PriceBreakId: integer
タイトル:
Price Break ID
読取り専用:true
価格分岐が有効になる日付。 -
PriceBreakStartDate: string (date)
タイトル:
Start Date
価格分岐が有効になる日付。 -
PricingBasis: string
タイトル:
Pricing Basis
最大長:80
アプリケーションが価格分岐の計算に使用する基準。 使用可能な値のリストは、参照タイプPON_SHIPMENT_PRICING_BASISで定義されます。 -
PricingBasisCode: string
最大長:
25
アプリケーションがレスポンス明細価格分岐の計算に使用する基準を識別する略称です。 使用可能な値のリストは、参照タイプPON_SHIPMENT_PRICING_BASISで定義されます。 -
Quantity: number
タイトル:
Quantity
価格分岐の数量。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
サプライヤ・レスポンスを識別する値です。 -
ResponseValue: number
タイトル:
Response Value
価格分岐のレスポンス値。 -
ShipToLocation: string
タイトル:
Display Name
最大長:240
サプライヤが品目を出荷する事業所の名前。 -
ShipToLocationId: integer
タイトル:
Ship-to Location ID
サプライヤが品目を出荷する事業所を一意に識別する値です。 -
ShipToOrganization: string
タイトル:
Ship-to Organization
最大長:240
サプライヤが品目を出荷する在庫組織の名前です。 -
ShipToOrganizationId: integer
タイトル:
Ship-to Organization ID
サプライヤが品目を出荷する在庫組織を一意に識別する値です。 -
TargetPrice: number
タイトル:
Target Price
読取り専用:true
価格分岐のターゲット価格。
ネストされたスキーマ : draftSupplierNegotiationResponses-lines-priceTiers-item-response
タイプ:
ソースを表示
object
-
CreatedBy: string
読取り専用:
true
最大長:64
行を作成したユーザーを識別します。 -
CreationDate: string (date-time)
読取り専用:
true
行の作成のタイムスタンプ。 -
LastUpdateDate: string (date-time)
読取り専用:
true
ユーザーが最後に明細を更新した日時。 -
LastUpdatedBy: string
読取り専用:
true
最大長:64
明細を最後に更新したユーザー。 -
Line: string
読取り専用:
true
最大長:25
ネゴシエーション明細を識別する番号。 -
LineId: integer
タイトル:
Line ID
読取り専用:true
ネゴシエーション明細を識別する値です。 -
links: array Links
タイトル:
Links
リソース・インスタンスに関連付けられたリンク関係。 -
MaximumQuantity: number
タイトル:
Maximum Quantity
価格に使用できる最大ユニット数。 -
MinimumQuantity: number
タイトル:
Minimum Quantity
価格に使用できる最小単位数。 -
Price: number
タイトル:
Price
数量範囲に指定されたユニット当たりの価格。 -
PriceTierId: integer
タイトル:
Price Tier ID
読取り専用:true
価格階層を識別する値です。 -
ResponseNumber: integer (int64)
タイトル:
Response Number
読取り専用:true
レスポンスを一意に識別する値。 -
TargetPrice: number
タイトル:
Target Price
読取り専用:true
数量に応じた価格階層のターゲット価格。
例
この例では、レスポンスIDと明細を使用してネゴシエーション・レスポンス内のすべての明細を取得する方法を説明します。
cURLコマンドの例
次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します:
curl -u username:password "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/draftSupplierNegotiationResponsesUniqID/child/lines"
たとえば:
curl -u username:password "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines"
レスポンス本文の例
次の例には、レスポンス本文の内容がJSON形式で含まれます:
{ "items": [ { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 1, "Line": "1", "LineTypeId": 1, "LineType": "Goods", "GroupTypeCode": "LINE", "GroupType": "Line", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "HVAC Control Parts", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": null, "TargetPrice": null, "ResponsePrice": 107, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": 100, "ProxyMinimum": null, "TargetQuantity": null, "ResponseQuantity": null, "ResponseEstimatedQuantity": null, "UOMCode": "Ea", "UOM": "Each", "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": 50, "LinePrice": 100, "LineAmount": 107, "PricingBasisCode": "PER_UNIT", "PricingBasis": "Per unit", "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": "Prices are final", "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": true, "PriceBreakTypeCode": "CUMULATIVE", "PriceBreakType": "Cumulative", "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.697+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1", "name": "lines", "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/lines/1/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/1/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] }, { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 2, "Line": "2", "LineTypeId": 6, "LineType": "Fixed Price Services", "GroupTypeCode": "LINE", "GroupType": "Line", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "Intallation and repair", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": 80, "TargetPrice": null, "ResponsePrice": 70, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": null, "ProxyMinimum": null, "TargetQuantity": null, "ResponseQuantity": null, "ResponseEstimatedQuantity": null, "UOMCode": null, "UOM": null, "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": null, "LinePrice": 70, "LineAmount": 70, "PricingBasisCode": "FIXED_AMOUNT", "PricingBasis": "Fixed amount", "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": null, "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": null, "PriceBreakTypeCode": null, "PriceBreakType": null, "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.700+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2", "name": "lines", "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/lines/2/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/2/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] }, { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 3, "Line": "3", "LineTypeId": 1, "LineType": "Goods", "GroupTypeCode": "LOT", "GroupType": "Lot", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "HVAC repair parts", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": null, "TargetPrice": null, "ResponsePrice": 50, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": 100, "ProxyMinimum": null, "TargetQuantity": 5, "ResponseQuantity": null, "ResponseEstimatedQuantity": 5, "UOMCode": "Ea", "UOM": "Each", "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": null, "LinePrice": 50, "LineAmount": 250, "PricingBasisCode": null, "PricingBasis": null, "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": null, "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": true, "PriceBreakTypeCode": "CUMULATIVE", "PriceBreakType": "Cumulative", "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.702+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3", "name": "lines", "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/lines/3/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/3/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] }, { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 4, "Line": "3.1", "LineTypeId": 1, "LineType": "Goods", "GroupTypeCode": "LOT_LINE", "GroupType": "Lot line", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "Sensor", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": null, "TargetPrice": null, "ResponsePrice": 20, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": 100, "ProxyMinimum": null, "TargetQuantity": 5, "ResponseQuantity": null, "ResponseEstimatedQuantity": 5, "UOMCode": "Ea", "UOM": "Each", "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": null, "LinePrice": 20, "LineAmount": 100, "PricingBasisCode": "PER_UNIT", "PricingBasis": "Per unit", "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": null, "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": true, "PriceBreakTypeCode": "CUMULATIVE", "PriceBreakType": "Cumulative", "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.704+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4", "name": "lines", "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/lines/4/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/4/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] }, { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 5, "Line": "3.2", "LineTypeId": 1, "LineType": "Goods", "GroupTypeCode": "LOT_LINE", "GroupType": "Lot line", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "Temperature control", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": null, "TargetPrice": null, "ResponsePrice": 25, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": 100, "ProxyMinimum": null, "TargetQuantity": 5, "ResponseQuantity": null, "ResponseEstimatedQuantity": 5, "UOMCode": "Ea", "UOM": "Each", "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": null, "LinePrice": 25, "LineAmount": 125, "PricingBasisCode": "PER_UNIT", "PricingBasis": "Per unit", "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": null, "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": true, "PriceBreakTypeCode": "CUMULATIVE", "PriceBreakType": "Cumulative", "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.706+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5", "name": "lines", "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/lines/5/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/5/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] }, { "ResponseNumber": 188787, "AuctionHeaderId": 300100559789922, "LineId": 6, "Line": "3.3", "LineTypeId": 1, "LineType": "Goods", "GroupTypeCode": "LOT_LINE", "GroupType": "Lot line", "ItemId": null, "Item": null, "ItemRevision": null, "LineDescription": "Wiring harness", "AlternateLineNumber": 1, "AlternateLineDescription": null, "SupplierId": 299411, "Supplier": "CV_SuppB01", "SupplierSiteId": -1, "SupplierSite": null, "CategoryId": 1, "CategoryName": "Miscellaneous_1", "StartPrice": null, "TargetPrice": null, "ResponsePrice": 15, "BestResponsePrice": null, "BestResponseScore": null, "LineAttributeScore": 100, "ProxyMinimum": null, "TargetQuantity": 5, "ResponseQuantity": null, "ResponseEstimatedQuantity": 5, "UOMCode": "Ea", "UOM": "Each", "LineCloseDate": "2022-12-31T19:37:00+00:00", "LineTargetPrice": null, "LinePrice": 15, "LineAmount": 75, "PricingBasisCode": null, "PricingBasis": null, "TargetMinimumReleaseAmount": null, "ResponseMinimumReleaseAmount": null, "EstimatedTotalAmount": null, "ShipToLocationId": null, "ShipToLocation": null, "RequestedDeliveryDate": null, "RequestedShipDate": null, "PromisedDeliveryDate": null, "PromisedShipDate": null, "NoteToBuyer": null, "NoteToSupplier": null, "SuppliersCanModifyPriceBreaksFlag": true, "PriceBreakTypeCode": "CUMULATIVE", "PriceBreakType": "Cumulative", "CreatedBy": "CVSUPPB01", "CreationDate": "2022-04-08T19:39:30+00:00", "LastUpdatedBy": "CVSUPPB01", "LastUpdateDate": "2022-04-08T19:46:17.708+00:00", "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6", "name": "lines", "kind": "item", "properties": { "changeIndicator": "..." } }, { "rel": "canonical", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6", "name": "lines", "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/lines/6/child/attachments", "name": "attachments", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6/child/costFactors", "name": "costFactors", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6/child/lineAttributeGroups", "name": "lineAttributeGroups", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6/child/priceBreaks", "name": "priceBreaks", "kind": "collection" }, { "rel": "child", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines/6/child/priceTiers", "name": "priceTiers", "kind": "collection" } ] } ], "count": 6, "hasMore": false, "limit": 25, "offset": 0, "links": [ { "rel": "self", "href": "https://servername/fscmRestApi/resources/version/draftSupplierNegotiationResponses/188787/child/lines", "name": "lines", "kind": "collection" } ] }