すべての契約明細の取得
get
/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/ContractLine
リクエスト
パス・パラメータ
- contractsUniqID(required): string
これは、Contractsリソースの複合キーを構成し、Contractsのインスタンスを一意に識別するために使用される属性のハッシュ・キーです。 クライアントはハッシュ・キー値を生成しないでください。 かわりに、クライアントは、Contractsの特定のインスタンスに移動してハッシュ・キーを取得するために、Contractsコレクション・リソースを問い合せる必要があります。
問合せパラメータ
- 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
コレクションを検索するための事前定義済ファインダとして使用されます。
フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
使用可能なファインダ名および対応するファインダ変数を次に示します:- ContractAllLineAltKey : 代替キーのある契約明細を検索 - IDとメジャー・バージョン。
ファインダ変数:- ID; integer;契約明細の一意の識別子。
- MajorVersion; integer;契約明細メジャー・バージョン。
- ContractAllLineVOALTKey : 代替キーのある契約明細を検索します。
ファインダ変数:- ExternalKey; string.
- ExternalSource; string.
- ContractLinePuidAltKey : 代替キー明細PUIDを持つ契約明細を検索
ファインダ変数:- LinePuid; string;契約明細の公開一意識別子。
- PrimaryKey : 指定した契約明細識別子を持つ契約明細を検索します。
ファインダ変数:- LineId; integer;契約明細の一意の識別子。
- ContractAllLineAltKey : 代替キーのある契約明細を検索 - IDとメジャー・バージョン。
- 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;Loc!=NY
フォーマット : ?q=expression1;expression2
次の問合せ可能属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
- AdjustmentAmount; number;契約明細の調整金額。
- AdjustmentBasisCode; string; 調整基準を示すコード。
- AdjustmentBasisId; integer; 調整基準の一意の識別子。
- AdjustmentType; string;契約明細の調整のタイプ。
- AdjustmentTypeCode; string; 調整のタイプを示すコード。
- AgreedAmount; number;契約明細の合意金額。
- AgreedQuantity; number;契約明細の出荷予定契約数量。
- AgreementAmountLimit; number;契約金額の制限。
- AgreementPriceLimit; number;契約明細の価格制限。
- AgreementPriceOverAllwdYn; string; 契約価格を上書きできるかどうかを示します。
- AgreementQuantityLimit; number;出荷する契約済数量の制限。
- AgreementUnitPrice; number;契約明細の単価。
- AllowCustomAdjustmentsFlag; boolean;カスタム調整を実行できるかどうかを示します。
- AllowPricelistOverrideYn; string;価格表の上書きが許可されるかどうかを示します。
- AllowPromotionsYn; string;プロモーションが許可されるかどうかを示します。
- AtRiskYn; string; 契約明細がリスクにあるかどうかを示します。
- AutoApplyStrategyPriceAdjustmentFlag;ブール;戦略価格調整の自動適用フラグ
- BillPlanId; integer;請求プランの一意の識別子。
- CarrierId; integer;キャリアの一意の識別子。
- Cognomen; string;契約明細の名前。
- コメント;文字列;契約明細のコメント。
- CommitLevel;文字列;コミット・レベル
- CommitLevelCode; string;コミット・レベル・コード
- CustomerPONumber; string;顧客の発注番号。
- DateCancelled; string;日付が取り消されました。
- DateTerminated; string;契約明細が終了する日付。
- DeliveryDate; string;アイテムが配信される予定の日付。
- EndDate; string;契約明細が終了する日付。
- EstimatedVariableConsiderationAmount;数値;推定変数対価金額
- ExemptCertificateNumber;文字列;免税証明書番号
- ExemptReasonCode;文字列;免税理由コード
- ExternalKey; string;外部ソース・システム内の契約行のキー識別子。
- ExternalSource; string;契約明細のインポート元となる外部ソース・システムの名前。
- FOB; string;契約明細のFOB。
- FOBCode; string; 契約明細のFOBを示すコード。
- FixedPriceServiceYn; string; サービスの価格が固定であることを示します。
- FloorPrice; number;契約明細のフロア価格。
- FreightTerms; string;契約明細の運送条件の表示名。
- FreightTermsCode; string; 契約明細の運送条件を示すコード。
- HoldReasonCode; string; 契約明細を保持する理由を示すコード。
- HoldReasonCodeSetId; integer; 契約明細の保留事由コードに使用されるセットの一意の識別子。
- HoldUntilDate; string;契約明細が保留になるまでの日付。
- ID;整数;契約明細ID
- ItemDescription; string;契約明細項目の摘要。
- ItemName; string;契約明細項目の名前。
- ItemNameTxt; string; 契約明細項目の実際の名前を格納する列。
- ItemQuantity; number;契約明細の数量。
- LastRevenueRecogDate; string; 最後の収益が認識される日付。
- LineAmount; number;契約明細の合計金額。
- LineId; integer;契約明細の一意の識別子。
- LineNumber; string;契約の行番号。
- LinePuid;文字列;行PUID
- LineTypeId; integer;契約明細タイプの一意の識別子。
- LineValueAmount; number;契約明細の値。
- ListPrice; number;契約明細の定価。
- MajorVersion; integer;契約明細のバージョン。
- MinimumReleaseAmount; number;契約明細のオーダーごとの最小リリース金額。
- MinimumReleaseQuantity; number;オーダーごとに出荷される最小リリース数量。
- Object1Id1; integer;オブジェクトの一意の識別子。
- Object1Id2; integer;オブジェクトの代替キー識別子。
- OrigSystemReference; string;契約明細の元のシステム参照。
- OrigSystemSourceCode; string;元のシステムのソース・コード。
- OutputTaxClassificationCode; string; 出力税の分類を示すコード。
- PaymentTerms; string;支払条件の表示名。
- PaymentTermsId; integer; 支払条件の一意の識別子。
- PercentComplete; number;契約明細の完全性(パーセンテージ)。
- PriceApplicationRule; string;価格適用ルール
- PriceAsOf; string;契約明細またはアセット明細が価格設定される時点の日付。
- PriceBookId; integer; 価格台帳の一意の識別子。
- PriceListId; integer; 価格表の一意の識別子。
- PurchasingCategoryId; integer;購買カテゴリの一意の識別子。
- RecvInvOrgId; integer;受入在庫組織の一意の識別子。
- RecvLocationId; integer;受信ロケーションの一意の識別子。
- RevenuePlanId; integer;収益プランの一意の識別子。
- ShipInvOrgId; integer;出荷在庫組織の一意の識別子。
- ShipToAccountId; integer;出荷先アカウントの一意の識別子。
- ShipToSiteUseId; integer;出荷先サイトの一意の識別子。
- SourceDocumentId; integer;ソース・ドキュメントID
- SourceDocumentLineId;整数;ソース文書明細ID
- SourceDocumentSystemCode; string;ソース・アプリケーション・コード
- StandaloneSellingPrice;数値;独立販売価格
- StartDate; string;契約明細が作成された日付。
- StsCode; string; 契約明細のステータスを示すコード。
- SupplierId; integer;サプライヤの一意の識別子。
- SupplierSiteId; integer; サプライヤの住所の一意の識別子。
- TaxAmount; number;契約明細の税額。
- TaxExemptionControl; string; 免税の理由を示すコード。
- TaxExemptionControlMeaning; string;免税の理由。
- TrnCode; string;契約明細の保留事由コードに使用されるセットの一意の識別子。
- TrnCodeSetId; integer; 契約明細の取消またはクローズ事由コードに使用されるセットの一意の識別子。
- UOMCode; string; 契約明細の単位を示すコード。
- UnitPrice; number;契約明細の単価。
- 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のデフォルト・バージョンを選択します。
ルート・スキーマ : contracts-ContractLine
タイプ:
ソースを表示
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"の場合の推定行数。それ以外の場合、カウントは含まれません。
ネストされたスキーマ : contracts-ContractLine-item-response
タイプ:
ソースを表示
object-
AdjustmentAmount: number
タイトル:
Adjustment契約明細の修正金額。 -
AdjustmentBasisCode: string
タイトル:
Adjustment Basis調整基準を示すコード。 -
AdjustmentBasisId: integer
タイトル:
Adjustment Basis修正基準の一意の識別子。 -
AdjustmentType: string
契約明細の修正のタイプです。
-
AdjustmentTypeCode: string
タイトル:
Adjustment Type調整のタイプを示すコード。 -
AgreedAmount: number
タイトル:
AgreedAmount契約明細の合意金額。 -
AgreedQuantity: number
タイトル:
Committed Quantity契約明細の出荷予定契約数量。 -
AgreementAmountLimit: number
タイトル:
Amount Limit契約金額の限度。 -
AgreementPriceLimit: number
タイトル:
Price Limit契約明細の価格限度。 -
AgreementPriceOverAllwdYn: string
タイトル:
Allow Price Override最大長:1デフォルト値:N契約価格を上書きできるかどうかを示します。 -
AgreementQuantityLimit: number
タイトル:
Quantity Limit出荷する契約済数量の制限。 -
AgreementUnitPrice: number
タイトル:
Unit Price契約明細の単価です。 -
AllowCustomAdjustmentsFlag: boolean
タイトル:
Allow Price Override on Orderカスタム調整を実行できるかどうかを示します。 -
AllowPricelistOverrideYn: string
タイトル:
Allow Price Book Override on Order最大長:1価格表上書きが許可されるかどうかを示します。 -
AllowPromotionsYn: string
タイトル:
Allow Promotions最大長:1デフォルト値:Nプロモーションが許可されるかどうかを示します。 -
AssociatedProject: array Associated Projects
タイトル:
Associated Projectsリソースは、関連付けられたプロジェクト情報の表示、作成、更新、削除に使用されます。 これには、プロジェクト番号、タスク番号、完了率、資金調達金額などが含まれます。 -
AtRiskYn: string
タイトル:
At risk最大長:1デフォルト値:N契約明細がリスクありかどうかを示します。 -
AutoApplyStrategyPriceAdjustmentFlag: boolean
タイトル:
Apply Pricing Strategy Adjustments最大長:1戦略価格調整の自動適用フラグ -
BillingControl: array Billing Controls
タイトル:
Billing Controls請求管理リソースは、請求管理情報の表示、作成、更新および削除に使用されます。 これには、リソース、ハード制限、ソフト制限などが含まれます。 -
BillPlan: string
タイトル:
Bill Plan請求プラン名 -
BillPlanExternalKey: string
請求プランの外部キー。
-
BillPlanExternalSource: string
請求プラン外部ソース。
-
BillPlanId: integer (int64)
タイトル:
Bill Plan請求プランの一意の識別子。 -
CancelReason: string
タイトル:
Cancellation Reason取消事由。 -
CarrierId: integer (int64)
タイトル:
Carrier運送業者の一意の識別子。 -
CarrierName: string
タイトル:
Carrier運送業者の名前。 -
CloseReason: string
タイトル:
Close Reason契約明細をクローズする事由です。 -
Cognomen: string
最大長:
300契約明細の名前。 -
Comments: string
タイトル:
Comments最大長:1995契約明細のコメント。 -
CommitLevel: string
コミット・レベル
-
CommitLevelCode: string
タイトル:
Commitment Level最大長:30デフォルト値:ESTIMATEDコミット・レベル・コード -
ContractAllLineDesFlexVA: array Contract Line Flexfields
タイトル:
Contract Line Flexfieldsリソースは、契約明細フレックス・フィールド情報の表示、作成、更新に使用されます。 -
ContractLineTranslation: array Contract Line Translations
タイトル:
Contract Line Translationsリソースは、契約明細翻訳情報の表示、更新に使用されます。 -
ContractPuid: string
契約PUID。
-
CustomerPONumber: string
タイトル:
PO Number最大長:50顧客の発注番号。 -
DateCancelled: 文字列(日付)
取消された日付。
-
DateTerminated: 文字列(日付)
タイトル:
Closed Date契約明細が終了する日付。 -
DeliveryDate: 文字列(日付)
タイトル:
Need-by Dateアイテムの配送が予想される日付。 -
EndDate: 文字列(日付)
タイトル:
End Date契約明細が終了する日付。 -
EstimatedVariableConsiderationAmount: number
タイトル:
Estimated Variable Consideration Amount推定変動対価金額 -
ExemptCertificateNumber: string
タイトル:
Exemption Certificate Number最大長:80免税証明書番号 -
ExemptReason: string
タイトル:
Exemption Reason免税事由名 -
ExemptReasonCode: string
タイトル:
Exemption Reason最大長:30免税事由コード -
ExternalKey: string
最大長:
150外部ソース・システムの契約明細のキー識別子。 -
ExternalSource: string
最大長:
150契約明細のインポート元となる外部ソース・システムの名前。 -
FixedPriceServiceYn: string
タイトル:
Fixed price最大長:1デフォルト値:Nサービスの価格が固定であることを示します。 -
FloorPrice: number
タイトル:
Floor Price読取り専用:true契約明細のフロア価格。 -
FOB: string
契約明細のFOB。
-
FOBCode: string
タイトル:
FOB最大長:30契約明細のFOBを示すコード。 -
FreightTerms: string
契約明細の運送条件の表示名。
-
FreightTermsCode: string
タイトル:
Freight Terms最大長:30契約明細の運送条件を示すコード。 -
HoldReason: string
タイトル:
Hold Reason契約明細を保持する事由です。 -
HoldReasonCode: string
タイトル:
Hold Reason最大長:30契約明細を保持する事由を示すコード。 -
HoldReasonCodeSetId: integer (int64)
契約明細の保留事由コードに使用されるセットの一意の識別子。
-
HoldReasonSetCode: string
保留事由セット・コード
-
HoldUntilDate: 文字列(日付)
タイトル:
Hold Until Date契約明細が保留になるまでの日付。 -
Id: integer (int64)
契約明細ID
-
ItemDescription: string
タイトル:
Description最大長:1995契約明細アイテムの摘要。 -
ItemName: string
タイトル:
Name最大長:1995契約明細アイテムの名前。 -
ItemNameTxt: string
タイトル:
Name最大長:1995契約明細アイテムの実績名を格納する列。 -
ItemQuantity: number
タイトル:
Line Quantity契約明細の数量。 -
LastRevenueRecogDate: 文字列(日付)
タイトル:
Last Revenue Recognized Date最終売上が認識される日付。 -
LineAmount: number
タイトル:
Line Total契約明細の合計金額。 -
LineId: integer (int64)
契約明細の一意の識別子。
-
LineNumber: string
タイトル:
Number最大長:150契約の明細番号。 -
LinePuid: string
タイトル:
Line PUID最大長:120明細PUID -
LineStatus: string
タイトル:
Status契約明細のステータス。 -
LineTypeId: integer (int64)
タイトル:
Type契約明細タイプの一意の識別子。 -
LineTypeName: string
タイトル:
Type契約明細タイプの名前。 -
LineValueAmount: number
タイトル:
Line Amount契約明細の値です。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
ListPrice: number
タイトル:
List Price契約明細の定価。 -
MajorVersion: integer (int64)
タイトル:
Versionデフォルト値:1契約明細のバージョン。 -
MinimumReleaseAmount: number
タイトル:
Minimum Release Amount契約明細のオーダーごとの最小リリース金額。 -
MinimumReleaseQuantity: number
タイトル:
Minimum Quantity per Orderオーダーごとに出荷される最小リリース数量。 -
Object1Id1: integer (int64)
オブジェクトの一意の識別子。
-
Object1Id2: integer (int64)
オブジェクトの代替キー識別子。
-
OrigSystemReference: string
最大長:
30契約明細の元のシステム参照。 -
OrigSystemSourceCode: string
最大長:
30元のシステムのソース・コード。 -
OutputTaxClassificationCode: string
タイトル:
Classification Code最大長:50仮受税金の分類を示すコード。 -
OutputTaxClassMeaning: string
タイトル:
Classification Code仮受税金の分類。 -
PaymentTerms: string
タイトル:
Payment Terms支払条件の表示名。 -
PaymentTermsId: integer (int64)
タイトル:
Payment Terms支払条件の一意の識別子。 -
PercentComplete: number
タイトル:
Percent Complete契約明細の完全性(パーセント)。 -
PriceApplicationRule: string
タイトル:
Price Application Rule最大長:30価格適用ルール -
PriceAsOf: 文字列(日付)
タイトル:
Price as of Date契約明細またはアセット明細が価格設定される時点の日付。 -
PriceBook: string
タイトル:
Price Book価格台帳 -
PriceBookId: integer (int64)
価格台帳の一意の識別子。
-
PriceList: string
タイトル:
Price List価格表 -
PriceListId: integer (int64)
価格リストの一意の識別子。
-
PricingEffectivityDate: string (date-time)
読取り専用:
true価格有効日。 -
ProjectContractLineInternalAttributes: array Contract Line Internal Attributes
タイトル:
Contract Line Internal Attributes契約明細内部属性リソースは、内部契約明細属性の表示、作成、更新および削除に使用されます。 -
PurchasingCategory: string
タイトル:
Purchasing Category購買カテゴリ -
PurchasingCategoryId: integer (int64)
タイトル:
Item Class購買カテゴリの一意の識別子です。 -
RecInvOrgName: string
タイトル:
Ship-to Organization受入在庫組織名 -
RecvInvOrgId: integer (int64)
タイトル:
Ship-to Organization受入在庫組織の一意の識別子です。 -
RecvLocationId: integer (int64)
タイトル:
Ship-to Location受入事業所の一意の識別子。 -
RevenueAmount: string
タイトル:
Revenue Amount読取り専用:true契約明細の収益金額。 -
RevenuePlan: string
タイトル:
Revenue Plan契約明細の収益金額。 -
RevenuePlanExternalKey: string
収益プラン外部キー。
-
RevenuePlanExternalSource: string
収益プラン外部ソース。
-
RevenuePlanId: integer (int64)
タイトル:
Revenue Plan収益プランの一意の識別子。 -
SalesCredit: array Sales Credits
タイトル:
Sales Creditsこのリソースは、契約ヘッダーおよび明細レベルで販売実績情報を表示、作成、更新および削除するために使用されます。 この情報には、営業担当名、目標タイプ、パーセント、開始日および終了日が含まれます。 -
ShipInvOrgId: integer (int64)
タイトル:
Warehouse出荷在庫組織の一意の識別子。 -
ShipToAccount: string
タイトル:
Ship-to Party出荷先アカウントの名前。 -
ShipToAccountId: integer (int64)
タイトル:
Ship-to Account出荷先アカウントの一意の識別子。 -
ShipToAccountNumber: string
タイトル:
Ship-to Account Number出荷先サイトの代替一意識別子。 -
ShipToOrgLocation: string
タイトル:
Ship-to Location出荷先組織の事業所。 -
ShipToSite: string
タイトル:
Ship-to Site出荷先サイトの表示名。 -
ShipToSiteUseId: integer (int64)
タイトル:
Ship-to Site出荷先サイトの一意の識別子。 -
SourceDocumentId: integer (int64)
タイトル:
Source Document Numberソース文書ID -
SourceDocumentLineId: integer (int64)
タイトル:
Source Document Line Numberソース文書明細ID -
SourceDocumentSystemCode: string
タイトル:
Source Application最大長:30ソース・アプリケーション・コード -
SourceSystemAttributes: 文字列(バイト)
ソース・システム属性
-
StandaloneSellingPrice: number
タイトル:
Standalone Selling Priceスタンドアロン販売価格 -
StartDate: 文字列(日付)
タイトル:
Start Date契約明細が作成された日付。 -
StsCode: string
タイトル:
Status最大長:30デフォルト値:DRAFT契約明細のステータスを示すコード。 -
Supplier: string
タイトル:
Supplierサプライヤの名前。 -
SupplierId: integer (int64)
タイトル:
Supplierサプライヤの一意の識別子。 -
SupplierSiteId: integer (int64)
タイトル:
Supplier Siteサプライヤの住所の一意の識別子。 -
SupplierSiteName: string
タイトル:
Supplier Addressサプライヤの住所。 -
TaxAmount: number
契約明細の税額です。
-
TaxExemptionControl: string
タイトル:
Exemption Handling最大長:30免税の事由を示すコード。 -
TaxExemptionControlMeaning: string
免税の事由です。
-
TrnCode: string
タイトル:
Close Reason最大長:30契約明細の保留事由コードに使用されるセットの一意の識別子。 -
TrnCodeSetId: integer (int64)
契約明細の取消またはクローズ事由コードに使用されるセットの一意の識別子。
-
TrnSetCode: string
トランザクション・セット・コード。
-
UnitOfMeasure: string
タイトル:
UOM単位 -
UnitPrice: number
タイトル:
Unit Price契約明細の単価です。 -
UOMCode: string
タイトル:
UOM最大長:15契約明細の単位を示すコード。 -
VendorSiteId: integer
読取り専用:
trueベンダー・サイトの一意の識別子。 -
WareHouse: string
タイトル:
Warehouse契約明細の倉庫。
ネストされたスキーマ : 関連プロジェクト
タイプ:
arrayタイトル:
Associated Projectsリソースは、関連付けられたプロジェクト情報の表示、作成、更新、削除に使用されます。 これには、プロジェクト番号、タスク番号、完了率、資金調達金額などが含まれます。
ソースを表示
ネストされたスキーマ : 請求管理
タイプ:
arrayタイトル:
Billing Controls請求管理リソースは、請求管理情報の表示、作成、更新および削除に使用されます。 これには、リソース、ハード制限、ソフト制限などが含まれます。
ソースを表示
ネストされたスキーマ : 契約明細フレックスフィールド
タイプ:
arrayタイトル:
Contract Line Flexfieldsリソースは、契約明細フレックス・フィールド情報の表示、作成、更新に使用されます。
ソースを表示
ネストされたスキーマ : 契約明細内部属性
タイプ:
arrayタイトル:
Contract Line Internal Attributes契約明細内部属性リソースは、内部契約明細属性の表示、作成、更新および削除に使用されます。
ソースを表示
ネストされたスキーマ : 販売実績
タイプ:
arrayタイトル:
Sales Creditsこのリソースは、契約ヘッダーおよび明細レベルで販売実績情報を表示、作成、更新および削除するために使用されます。 この情報には、営業担当名、目標タイプ、パーセント、開始日および終了日が含まれます。
ソースを表示
ネストされたスキーマ : contracts-ContractLine-AssociatedProject-item-response
タイプ:
ソースを表示
object-
ActiveFlag: boolean
タイトル:
Active最大長:1デフォルト値:trueリンクがまだ有効かどうかを確認するフラグ -
CurrencyCode: string
タイトル:
Contract Currency通貨コード。 -
ExternalReferenceKey: string
タイトル:
External Reference Key最大長:150外部ソースの参照キー -
ExternalSourceKey: string
タイトル:
External Source Key最大長:150外部ソース・キー -
FundingAmount: number
タイトル:
Contract Fundingリンケージ資金額 -
LastRevRecogDate: 文字列(日付)
タイトル:
Last Revenue Recognized Date読取り専用:trueこの契約明細内のこの関連プロジェクトについて、収益が最後に認識された日付。 -
LinkId: integer (int64)
タイトル:
Contract Project Association ID契約プロジェクト・リンケージの一意の識別子。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MajorVersion: integer (int64)
タイトル:
Versionリンケージが定義されている契約バージョン -
PercentComplete: number
タイトル:
Percent Complete完了率 -
ProjectId: integer (int64)
タイトル:
Project IDリンク上のプロジェクトのプロジェクト識別子 -
ProjectNumber: string
タイトル:
Project Number最大長:25リンク上のプロジェクトのプロジェクト番号 -
ProjElementId: integer (int64)
タイトル:
Project Task IDリンケージのタスクのタスク識別子 -
TaskNumber: string
タイトル:
Task Number最大長:100リンク上のタスクのタスク番号
ネストされたスキーマ : リンク
タイプ:
ソースを表示
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.
ネストされたスキーマ : properties
タイプ:
ソースを表示
object-
changeIndicator: string
リソース・インスタンスのインジケータまたはETag値を変更します。
ネストされたスキーマ : contracts-ContractLine-BillingControl-item-response
タイプ:
ソースを表示
object-
ActiveFlag: boolean
タイトル:
Active最大長:1デフォルト値:true請求管理がアクティブかどうかを示します。 -
BillingControlId: integer (int64)
請求管理の一意の識別子。
-
BillingResource: string
タイトル:
Billing Resource請求管理が定義されているリソース・ブレークダウン・ストラクチャ要素。 -
EndDate: 文字列(日付)
タイトル:
End Date請求管理が終了する日付。 -
ExternalReferenceKey: string
最大長:
150外部ソースの参照キー。 -
ExternalSourceKey: string
最大長:
150請求管理の外部ソース・キー。 -
HardLimitAmount: number
タイトル:
Hard Limit請求管理のハード制限。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MajorVersion: integer (int64)
請求管理の契約バージョン。
-
RbsElementId: integer (int64)
タイトル:
Billing Resource ID請求管理が定義されているリソース・ブレークダウン・ストラクチャ要素の識別子。 -
SoftLimitAmount: number
タイトル:
Soft Limit請求管理のソフト制限。 -
StartDate: 文字列(日付)
タイトル:
Start Date請求管理が開始する日付。
ネストされたスキーマ : contracts-ContractLine-ContractAllLineDesFlexVA-item-response
タイプ:
ソースを表示
object-
__FLEX_Context: string
タイトル:
Context Value最大長:30付加フレックスフィールド: ユーザー付加フレックスフィールドの構造定義です。 -
__FLEX_Context_DisplayValue: string
タイトル:
Context Value -
LineId: integer (int64)
明細ID
-
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。
ネストされたスキーマ : contracts-ContractLine-ContractLineTranslation-item-response
タイプ:
ソースを表示
object-
Comments: string
最大長:
1995契約明細コメント -
Id: integer
契約明細ID
-
ItemDescription: string
最大長:
1995品目摘要 -
ItemName: string
最大長:
1995項目名 -
Language: string
最大長:
12翻訳可能な列の内容の翻訳先となる言語のコードを示します。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MajorVersion: integer (int64)
メジャー・バージョン
-
SourceLanguage: string
最大長:
12ソース言語
ネストされたスキーマ : contracts-ContractLine-ProjectContractLineInternalAttributes-item-response
タイプ:
ソースを表示
object-
ContractId: integer
契約の一意識別子です。
-
ContractLineId: integer
契約明細の一意識別子です。
-
ExpenditureTypeId: integer
契約明細のOracle Fusion Payablesで受け側の内部請求書に記録される支出タイプの一意識別子です。
-
ExpenditureTypeName: string
タイトル:
Expenditure Type Name最大長:240契約明細のOracle Fusion Payablesで受け側の内部請求書に記録される支出タイプの名前。 -
ExpOrgSourceFlag: boolean
タイトル:
Use original task owning organization最大長:20買掛管理に送信された会社間請求書明細に移入された支出組織が、当初支出アイテムのタスク所有組織または会社間契約明細の支出組織からのものであるかどうかを示します。 -
ExpTypeOrigEiFlag: boolean
タイトル:
Use original expenditure type最大長:1買掛管理に送信された内部請求書明細に移入された支出タイプが、当初支出アイテムの支出タイプまたは内部契約明細の支出タイプのどちらから取得されるかを示します。 -
ExternalReferenceKey: string
最大長:
150外部参照キー。 -
ExternalSourceKey: string
最大長:
150外部ソース・キー。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MajorVersion: integer
収益配分の生成に使用される、契約を修正して作成された契約のバージョンの識別。
-
OrganizationId: integer
契約明細のOracle Fusion Payablesで受け側の内部請求書に記録される支出組織の一意識別子。
-
OrganizationName: string
タイトル:
Expenditure Organization Name最大長:240契約明細のOracle Fusion Payablesで受け側の内部請求書に記録される組織の名前。 -
ProviderBusinessUnitId: integer
タイトル:
Provider Business Unit ID社内契約明細を使用して請求される商品またはサービスを提供するビジネス・ユニットの一意の識別子です。 -
ProviderBusinessUnitName: string
タイトル:
Provider Business Unit Name最大長:240内部契約明細を使用して請求される商品またはサービスを提供するビジネス・ユニットの名前。 -
RcvrBusinessUnitId: integer (int64)
受け側ビジネス・ユニットの一意の識別子。
-
RcvrBusinessUnitName: string
タイトル:
Receiver Business Unit最大長:240受け側ビジネス・ユニット名。 -
ReceiverProjectId: integer
契約明細のOracle Fusion Payablesで受け側の内部請求書に記録されるプロジェクトの一意の識別子。
-
ReceiverProjectName: string
タイトル:
Receiver Project Name最大長:240契約明細のOracle Fusion Payablesで受け側の内部請求書に記録されるプロジェクトの名前。 -
ReceiverTaskId: integer
契約明細のOracle Fusion Payablesで受け側の内部請求書に記録されるタスクの一意の識別子。
-
ReceiverTaskName: string
タイトル:
Receiver Task Name最大長:255契約明細のOracle Fusion Payablesで受け側の内部請求書に記録されるタスクの名前。
ネストされたスキーマ : contracts-ContractLine-SalesCredit-item-response
タイプ:
ソースを表示
object-
ActiveFlag: boolean
最大長:
1デフォルト値:false有効フラグ -
EndDate: 文字列(日付)
タイトル:
End Date販売実績終了日 -
ExternalReferenceKey: string
最大長:
120外部参照キー -
ExternalSourceKey: string
最大長:
120外部ソース・キー -
Id: integer (int64)
販売実績ID
-
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
MajorVersion: integer (int64)
メジャー・バージョン
-
パーセント: number
タイトル:
Percent販売実績率 -
SalesCreditPuid: string
タイトル:
Sales Credit PUID最大長:120販売実績PUID -
SalesCreditType: string
最大長:
240販売実績タイプ -
SalesCreditTypeId: integer
タイトル:
Credit Type販売実績タイプID -
SalesrepId: integer (int64)
営業担当ID
-
SalesrepName: string
タイトル:
Salesperson最大長:360営業担当名 -
StartDate: 文字列(日付)
タイトル:
Start Date販売実績開始日
例:
次の例は、cURLを使用してRESTリソースに対するGETリクエストを発行することによって、すべての契約明細を取得する方法を示しています。
cURLコマンド
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts/00020000000EACED0005770800005AF3113B1FE60000000EACED000577080000000000000001/child/ContractLine
レスポンス本文の例
次の例は、JSON形式のレスポンス本文のコンテンツを示しています。
{
"items": [
{
"LineNumber": "1",
"Id": 100000012640235,
"MajorVersion": 1,
"LineTypeId": 104,
"LineTypeName": "Item",
"StsCode": "DRAFT",
"LineStatus": "Draft",
"Object1Id1": 33374,
"Object1Id2": 204,
"ItemName": "AS34300",
"ItemNameTxt": "AS34300",
"ItemDescription": "HP ProLiant DL740 - Xeon MP 3 GHz",
"StartDate": "2009-10-15",
"EndDate": null,
"PriceListId": null,
"UOMCode": "Ea",
"FixedPriceServiceYn": "N",
"ItemQuantity": 1,
"UnitPrice": 4444444444444,
"LineValueAmount": 4444444444444,
"LineAmount": 4444444444444,
"Comments": null,
"AgreedQuantity": null,
"AgreedAmount": null,
"AgreementQuantityLimit": null,
"AgreementAmountLimit": null,
"MinimumReleaseQuantity": null,
"MinimumReleaseAmount": null,
"PriceBookId": null,
"AllowPricelistOverrideYn": null,
"ListPrice": null,
"FloorPrice": null,
"AgreementPriceLimit": null,
"AgreementUnitPrice": null,
"AdjustmentTypeCode": null,
"AdjustmentType": null,
"AdjustmentBasisId": null,
"AdjustmentBasisCode": null,
"AdjustmentAmount": null,
"AllowCustomAdjustmentsFlag": null,
"DateTerminated": null,
"HoldUntilDate": null,
"TrnCodeSetId": null,
"TrnCode": null,
"CloseReason": null,
"HoldReasonCodeSetId": null,
"HoldReasonCode": null,
"HoldReason": null,
"AtRiskYn": "N",
"PercentComplete": null,
"ShipToAccountId": null,
"ShipToAccount": null,
"ShipToSiteUseId": null,
"ShipToSite": null,
"ShipInvOrgId": null,
"WareHouse": null,
"BillPlanId": null,
"RevenuePlanId": null,
"RevenueAmount": "0",
"OutputTaxClassificationCode": null,
"ExemptReasonCode": null,
"ExemptReason": null,
"LastRevenueRecogDate": null,
"CustomerPONumber": null,
"DeliveryDate": "2009-10-28",
"SupplierId": 2960,
"Supplier": null,
"SupplierSiteId": 2641,
"SupplierSiteName": "1263",
"RecvInvOrgId": 911,
"RecvLocationId": 3248,
"ShipToOrgLocation": "CSP10002",
"AgreementPriceOverAllwdYn": "N",
"FOBCode": "Destination",
"FOB": "Destination",
"FreightTermsCode": "SHIP",
"FreightTerms": null,
"PaymentTermsId": 10042,
"PaymentTerms": "2N30",
"PurchasingCategoryId": 1,
"CarrierId": 12524,
"CarrierName": "Federal Express",
"VendorSiteId": null,
"OrigSystemReference": null,
"OrigSystemSourceCode": null,
"Cognomen": null,
"TaxAmount": null,
"ExternalSource": null,
"ExternalKey": null,
"ExternalItemKey": null,
"ExternalItemReference1": null,
"ExternalItemReference2": null,
"ExternalItemReference3": null,
"ExternalItemReference4": null,
"ExternalItemReference5": null,
"ExternalItemSource": null,
"AllowPromotionsYn": "N",
"BillToCustAccountNumber": null,
"BillToSiteUseName": null,
"BillToContactName": null,
"InvoiceRuleId": null,
"BillToAccountId": null,
"AccountRuleId": null,
"BillingFrequency": null,
"InvoiceText": null,
"OrderSource": null,
"PriceUOM": null,
"ShipToPartyId": null,
"ShipToPartySiteId": null,
"DurationQuantity": null,
"PricingEffectivityDate": null,
"PriceItemQuantity": 1,
"PriceItemUOM": "Ea",
"OnetimeAmount": null,
"RecurringAmount": null,
"TaxError": null,
"InstrAssignmentId": null,
"PaymentMethod": null,
"PoNumber": null,
"TrxnExtensionId": null,
"WireNumber": null,
"CreditCardNumber": null,
"CreditCardHolderName": null,
"CreditCardIssuerCode": null,
"CreditCardIssuerName": null,
"CreditCardExpiryDate": null,
"BillToAccountPartyId": null,
"links":
...,
}
],
},
{
"LineNumber": "2",
"Id": 100000012640236,
"MajorVersion": 1,
"LineTypeId": 103,
"LineTypeName": "Free-form",
"StsCode": "DRAFT",
"LineStatus": "Draft",
"Object1Id1": null,
"Object1Id2": null,
"ItemName": "ff",
"ItemNameTxt": "ff",
"ItemDescription": "ff",
"StartDate": "2009-10-15",
"EndDate": null,
"PriceListId": null,
"UOMCode": null,
"FixedPriceServiceYn": "Y",
"ItemQuantity": null,
"UnitPrice": null,
"LineValueAmount": 55555555555,
"LineAmount": 55555555555,
"Comments": null,
"AgreedQuantity": null,
"AgreedAmount": null,
"AgreementQuantityLimit": null,
"AgreementAmountLimit": null,
"MinimumReleaseQuantity": null,
"MinimumReleaseAmount": null,
"PriceBookId": null,
"AllowPricelistOverrideYn": null,
"ListPrice": null,
"FloorPrice": null,
"AgreementPriceLimit": null,
"AgreementUnitPrice": null,
"AdjustmentTypeCode": null,
"AdjustmentType": null,
"AdjustmentBasisId": null,
"AdjustmentBasisCode": null,
"AdjustmentAmount": null,
"AllowCustomAdjustmentsFlag": null,
"DateTerminated": null,
"HoldUntilDate": null,
"TrnCodeSetId": null,
"TrnCode": null,
"CloseReason": null,
"HoldReasonCodeSetId": null,
"HoldReasonCode": null,
"HoldReason": null,
"AtRiskYn": "N",
"PercentComplete": null,
"ShipToAccountId": null,
"ShipToAccount": null,
"ShipToSiteUseId": null,
"ShipToSite": null,
"ShipInvOrgId": null,
"WareHouse": null,
"BillPlanId": null,
"RevenuePlanId": null,
"RevenueAmount": "0",
"OutputTaxClassificationCode": null,
"ExemptReasonCode": null,
"ExemptReason": null,
"LastRevenueRecogDate": null,
"CustomerPONumber": null,
"DeliveryDate": "2009-10-31",
"SupplierId": 2960,
"Supplier": null,
"SupplierSiteId": 2641,
"SupplierSiteName": "1263",
"RecvInvOrgId": 498,
"RecvLocationId": 3248,
"ShipToOrgLocation": "CSP10002",
"AgreementPriceOverAllwdYn": "N",
"FOBCode": "Destination",
"FOB": "Destination",
"FreightTermsCode": "SHIP",
"FreightTerms": null,
"PaymentTermsId": 10042,
"PaymentTerms": "2N30",
"PurchasingCategoryId": null,
"CarrierId": 12524,
"CarrierName": "Federal Express",
"VendorSiteId": null,
"OrigSystemReference": null,
"OrigSystemSourceCode": null,
"Cognomen": null,
"TaxAmount": null,
"ExternalSource": null,
"ExternalKey": null,
"ExternalItemKey": null,
"ExternalItemReference1": null,
"ExternalItemReference2": null,
"ExternalItemReference3": null,
"ExternalItemReference4": null,
"ExternalItemReference5": null,
"ExternalItemSource": null,
"AllowPromotionsYn": "N",
"BillToCustAccountNumber": null,
"BillToSiteUseName": null,
"BillToContactName": null,
"InvoiceRuleId": null,
"BillToAccountId": null,
"AccountRuleId": null,
"BillingFrequency": null,
"InvoiceText": null,
"OrderSource": null,
"PriceUOM": null,
"ShipToPartyId": null,
"ShipToPartySiteId": null,
"DurationQuantity": null,
"PricingEffectivityDate": null,
"PriceItemQuantity": null,
"PriceItemUOM": null,
"OnetimeAmount": null,
"RecurringAmount": null,
"TaxError": null,
"InstrAssignmentId": null,
"PaymentMethod": null,
"PoNumber": null,
"TrxnExtensionId": null,
"WireNumber": null,
"CreditCardNumber": null,
"CreditCardHolderName": null,
"CreditCardIssuerCode": null,
"CreditCardIssuerName": null,
"CreditCardExpiryDate": null,
"BillToAccountPartyId": null,
"links":
...
],
}
],
...