機械翻訳について

すべての作業確認の取得

get

/fscmRestApi/resources/11.13.18.05/workConfirmations

リクエスト

問合せパラメータ
  • この問合せパラメータは、指定した開始日時点で有効なリソースをフェッチするために使用されます。 この問合せパラメータの値は、yyyy-MM-dd形式の日付を持つ文字列です
  • このパラメータを指定すると、指定した子がリソース・ペイロードに含まれます(リンクのみでなく)。 この問合せパラメータの値は"all"または""です。 カンマをセパレータとして使用して、複数の子を指定できます。 例: ?expand=Employees,Localizations. ネストされた子は、"Child.NestedChild"の書式に従って指定することもできます(例): ?expand=Employees.Managers). ネストされた子が指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?expand=Employees.Managers"は"?expand=Employees、Employees.Managers"と同じです(これにより、従業員とマネージャが展開されます)。
  • このパラメータは、リソース・フィールドをフィルタします。 指定されたフィールドのみが返されます。つまり、フィールドが指定されていない場合、フィールドは返されません(リンクのみを取得する場合に便利です)。 間接子リソースが指定されている場合(例): Employees.Managers)。欠落している子は暗黙的に処理されます。 たとえば、"?fields=Employees.Managers:Empname"は"?fields=;Employees:;Employees.Managers:Empname" (これはマネージャの"Empname"フィールドのみを返す)と同じです。この問合せパラメータの値は、リソース・フィールドのリストです。 属性は直接にすることができます(例): 従業員または間接(例): Employees.Managers) child. 拡張問合せパラメータと組み合せることはできません。 両方を指定した場合、フィールドのみが考慮されます。

    フォーマット : ?fields=Attribute1,Attribute2

    子リソースのフィールドの書式 : ?fields=Accessor1:Attribute1,Attribute2
  • コレクションを検索するための事前定義済ファインダとして使用されます。

    フォーマット : ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    使用可能なファインダ名および対応するファインダ変数を次に示します:

    • PrimaryKey : 作業確認識別子に従って作業確認を主キーとして検索します。
      ファインダ変数:
      • WorkConfirmationId; integer; 作業確認を一意に識別する値。
    • findByIntent : 指定した値に従って作業確認を検索します。
      ファインダ変数:
      • Intent; string; インテントを一意に識別する値。 有効な値は承認者です。
      • SysEffectiveDate; object.
  • このパラメータは、リソース・コレクション内で返されるリソースの数を制限します。 制限がリソース数を超えると、フレームワークは使用可能なリソースのみを返します。
  • このパラメータは、単一のリソースまたはリソース・コレクションへのアクセス中に特定のリンクのみを表示するために使用できます。 パラメータ値書式は、次のカンマ区切りリストです : <link_relation>

    例:
    self,canonical
  • リソース・コレクションの開始位置を定義するために使用します。 オフセットがリソース数を超えると、リソースは返されません。 デフォルト値は0です。
  • データのみを含めるために(リンク・セクションなしなど)、リソース品目ペイロードがフィルタ処理されます。
  • このパラメータは、指定されたフィールドに基づいてリソース・コレクションを順序付けます。 パラメータ値は、属性名のカンマ区切りの文字列で、それぞれオプションでコロンと「asc」または「desc」が続きます。 昇順の場合は「asc」、降順の場合は「desc」を指定します。 デフォルト値は「asc」です。 たとえば、?orderBy=field1:asc,field2:desc
  • この問合せパラメータは、where句を定義します。 リソース・コレクションは、指定された式を使用して問い合せられます。 この問合せパラメータの値は、1つ以上の式です。 例 : ?q=部門番号>=10および<= 30;事業所=NY

    フォーマット : ?q=expression1;expression2

    次の問合せ可能な属性を使用して、q問合せパラメータを使用してこの収集リソースをフィルタできます:
    • BalanceToFinish; number; 購買オーダーの作業を完了するための待ち状態の金額。
    • Buyer; string; 購買オーダーの管理を担当する個人。
    • BuyerId; integer; 購買オーダーのバイヤーを一意に識別する値。
    • ContractAmountToDate; number; 購買オーダーのオーダー金額。
    • Currency; string; 購買オーダーの通貨。
    • CurrencyCode; string; 購買オーダーの通貨を識別する略称。
    • CurrentPaymentDue; number; パフォーマンスの期間に支払われる必要がある金額。
    • ImportSource; string; 作業確認のインポート元のソース・アプリケーションを示す値です。
    • OrderNumber; string; 販売先法的エンティティの購買オーダーを一意に識別する番号。
    • PODescription; string; 購買オーダーの説明。
    • POHeaderId; integer; 購買オーダーを一意に識別する値。
    • PeriodEndDate; string; 作業確認がアクティブでなくなったパフォーマンス期間。
    • PeriodStartDate; string; 作業確認がアクティブになるパフォーマンス期間。
    • PreviouslyApprovedAmount; number; 現在のパフォーマンス期間より前の購買オーダーの承認済作業確認の合計金額。
    • ProjectedRetainageThisPeriod; number; パフォーマンスの期間中に購買オーダーで源泉徴収可能な留保金額の見積。
    • SoldToLegalEntity; string; 購買オーダーで購買を財務的に担当する法的エンティティ。
    • SoldToLegalEntityId; integer; 購買オーダーで購買を財務的に担当する法的エンティティを一意に識別する値。
    • Status; string; 作業確認のステータス。
    • StatusCode; string; 作業確認ステータスを識別する略称。
    • Supplier; string; 購買オーダーの仕入先名。
    • SupplierId; integer; 購買オーダーのサプライヤを一意に識別する値。
    • SupplierSite; string; サプライヤが購買オーダーの履行に使用する事業所。
    • SupplierSiteId; integer; 購買オーダーのサプライヤ・サイトを一意に識別する値。
    • TotalCompletedThisPeriod; number; パフォーマンスの期間中に購買オーダーで完了した作業の合計量。
    • TotalCompletedToDate; number; 購買オーダーで完了した作業の合計金額。
    • WorkConfirmationId; integer; 作業確認を一意に識別する値。
    • WorkConfirmationNumber; string; 販売先法的エンティティの作業確認を一意に識別する番号。
    • WorkConfirmationRequestDate; string; 作業確認がリクエストされた日付。
  • "?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
  • このヘッダーは文字列値を受け入れます。 この文字列は、セミコロンで区切られた=のリストです。 有効日範囲操作の実行に使用されます。 受け入れられるパラメータは、RangeMode、RangeSpan、RangeStartDate、RangeEndDate、RangeStartSequenceおよびRangeEndSequenceです。 パラメータ値は常に文字列です。 RangeModeに指定できる値は、SET_LOGICAL_START、SET_LOGICAL_END、END_DATE、SET_EFFECTIVE_START、SET_EFFECTIVE_END、REPLACE_CORRECTION、REPLACE_UPDATE、RECONCILE_CORRECTION、CORRECTION、RECONCILE_UPDATE、UPDATE、ZAPおよびDELETE_CHANGESです。 RangeSpanに指定できる値は、PHYSICAL_ROW_END_DATEおよびLOGICAL_ROW_END_DATEです。 RangeStartDateおよびRangeEndDateの値は、yyyy-MM-dd形式の日付の文字列表現である必要があります。 RangeStartSequenceおよびRangeEndSequenceの値は、解析時に正の整数が生成されるように文字列である必要があります。
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。

この操作にはリクエスト本文がありません。

トップに戻る

レスポンス

サポートされているメディア・タイプ

デフォルトのレスポンス

次の表では、このタスクに対するデフォルトのレスポンスについて説明します。
ヘッダー
  • REST APIがランタイム・カスタマイズをサポートしている場合、サービスのシェイプはランタイム中に変更される可能性があります。 RESTクライアントは、これらの変更から自身を分離したり、このヘッダーを指定して最新バージョンのAPIと対話することを選択できます。 たとえば: Metadata-Context:sandbox="TrackEmployeeFeature".
  • RESTクライアントとサービスの間のプロトコル・バージョン。 クライアントがリクエストでこのヘッダーを指定しない場合、サーバーはAPIのデフォルト・バージョンを選択します。
本文 ()
ルート・スキーマ : workConfirmations
タイプ: object
ソースを表示
ネストされたスキーマ : 品目
タイプ: array
タイトル: Items
コレクション内の品目。
ソースを表示
ネストされたスキーマ : workConfirmations-item-response
タイプ: object
ソースを表示
ネストされたスキーマ : 添付
タイプ: array
タイトル: Attachments
添付リソースは、作業確認の添付を管理します。
ソースを表示
ネストされたスキーマ : 文書処理
タイプ: array
タイトル: Document Actions
文書処理リソースは、作業確認に対して実行された処理のリストを取得します。
ソースを表示
ネストされたスキーマ : 明細
タイプ: array
タイトル: Lines
明細リソースは、パフォーマンス期間中に完了した作業の合計進捗率、数量または金額などの作業確認詳細を管理します。
ソースを表示
ネストされたスキーマ : workConfirmations-attachments-item-response
タイプ: object
ソースを表示
ネストされたスキーマ : workConfirmations-documentActions-item-response
タイプ: object
ソースを表示
ネストされたスキーマ : workConfirmations-lines-item-response
タイプ: object
ソースを表示
トップに戻る

この例では、すべての作業確認を取得する方法について説明します。

cURLコマンドの例

次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します:

curl -u username:password "https://servername/fscmRestApi/resources/version/workConfirmations"

レスポンス本文の例

次の例には、レスポンス本文の内容がJSON形式で含まれます:
{
    "items": [
        {
            "WorkConfirmationId": 300100549276467,
            "WorkConfirmationNumber": "1005070-1",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": "2021-12-01",
            "PeriodEndDate": "2021-12-31",
            "WorkConfirmationRequestDate": "2022-01-03T00:00:00+00:00",
            "Comments": null,
            "StatusCode": "PENDING APPROVAL",
            "Status": "Pending Approval",
            "WorkConfirmationSequenceNumber": 1,
            "CreationDate": "2022-01-10T15:24:01+00:00",
            "CreatedBy": "CVSUPPA05",
            "LastUpdateDate": "2022-01-10T15:55:54+00:00",
            "LastUpdatedBy": "CVSUPPA05",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 0,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 7000,
            "TotalCompletedToDate": 7000,
            "ProjectedRetainageThisPeriod": 700,
            "CurrentPaymentDue": 6300,
            "BalanceToFinish": 243000,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000878"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549276467/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549930767,
            "WorkConfirmationNumber": "1005070-6",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": "2021-12-01",
            "PeriodEndDate": "2021-12-31",
            "WorkConfirmationRequestDate": "2022-01-01T00:00:00+00:00",
            "Comments": null,
            "StatusCode": "APPROVED",
            "Status": "Approved",
            "WorkConfirmationSequenceNumber": 6,
            "CreationDate": "2022-01-17T06:08:52+00:00",
            "CreatedBy": "CVSUPPA05",
            "LastUpdateDate": "2022-01-17T10:21:03+00:00",
            "LastUpdatedBy": "CVSUPPA05",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 9200,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 1000,
            "TotalCompletedToDate": 10200,
            "ProjectedRetainageThisPeriod": 100,
            "CurrentPaymentDue": 900,
            "BalanceToFinish": 239800,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930767/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549714000,
            "WorkConfirmationNumber": "1005070-2",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": null,
            "PeriodEndDate": null,
            "WorkConfirmationRequestDate": "2022-01-13T04:50:44+00:00",
            "Comments": null,
            "StatusCode": "APPROVED",
            "Status": "Approved",
            "WorkConfirmationSequenceNumber": 2,
            "CreationDate": "2022-01-13T16:50:43+00:00",
            "CreatedBy": "CVBUYER01",
            "LastUpdateDate": "2022-01-13T16:51:28+00:00",
            "LastUpdatedBy": "CVBUYER01",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 0,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 4000,
            "TotalCompletedToDate": 4000,
            "ProjectedRetainageThisPeriod": 400,
            "CurrentPaymentDue": 3600,
            "BalanceToFinish": 246000,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549714000/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549976372,
            "WorkConfirmationNumber": "1005070-11",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": null,
            "PeriodEndDate": null,
            "WorkConfirmationRequestDate": "2022-01-17T00:00:00+00:00",
            "Comments": null,
            "StatusCode": "APPROVED",
            "Status": "Approved",
            "WorkConfirmationSequenceNumber": 11,
            "CreationDate": "2022-01-17T10:18:27+00:00",
            "CreatedBy": "CVRQST10",
            "LastUpdateDate": "2022-01-17T10:19:38+00:00",
            "LastUpdatedBy": "CVRQST10",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 8200,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 1000,
            "TotalCompletedToDate": 9200,
            "ProjectedRetainageThisPeriod": 100,
            "CurrentPaymentDue": 900,
            "BalanceToFinish": 240800,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000678"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549976372/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549930856,
            "WorkConfirmationNumber": "1005070-8",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": null,
            "PeriodEndDate": null,
            "WorkConfirmationRequestDate": "2022-01-17T06:20:36+00:00",
            "Comments": null,
            "StatusCode": "CANCELED",
            "Status": "Canceled",
            "WorkConfirmationSequenceNumber": 8,
            "CreationDate": "2022-01-17T06:20:35+00:00",
            "CreatedBy": "CVBUYER01",
            "LastUpdateDate": "2022-01-31T18:41:51+00:00",
            "LastUpdatedBy": "CVRQST10",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 10200,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 1000,
            "TotalCompletedToDate": 11200,
            "ProjectedRetainageThisPeriod": 100,
            "CurrentPaymentDue": 900,
            "BalanceToFinish": 238800,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549930856/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549793090,
            "WorkConfirmationNumber": "1005070-3",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": null,
            "PeriodEndDate": null,
            "WorkConfirmationRequestDate": "2022-01-14T07:07:30+00:00",
            "Comments": null,
            "StatusCode": "APPROVED",
            "Status": "Approved",
            "WorkConfirmationSequenceNumber": 3,
            "CreationDate": "2022-01-14T07:07:27+00:00",
            "CreatedBy": "CVBUYER01",
            "LastUpdateDate": "2022-01-14T07:12:12+00:00",
            "LastUpdatedBy": "CVBUYER01",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 4000,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 2200,
            "TotalCompletedToDate": 6200,
            "ProjectedRetainageThisPeriod": 220,
            "CurrentPaymentDue": 1980,
            "BalanceToFinish": 243800,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549793090/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        },
        {
            "WorkConfirmationId": 300100549798204,
            "WorkConfirmationNumber": "1005070-4",
            "POHeaderId": 300100549056643,
            "OrderNumber": "1005070",
            "SoldToLegalEntityId": 204,
            "SoldToLegalEntity": "Vision Operations",
            "PeriodStartDate": null,
            "PeriodEndDate": null,
            "WorkConfirmationRequestDate": "2022-01-14T00:00:00+00:00",
            "Comments": null,
            "StatusCode": "APPROVED",
            "Status": "Approved",
            "WorkConfirmationSequenceNumber": 4,
            "CreationDate": "2022-01-14T08:58:32+00:00",
            "CreatedBy": "CVBUYER03",
            "LastUpdateDate": "2022-01-14T08:59:32+00:00",
            "LastUpdatedBy": "CVBUYER03",
            "PODescription": "Contract for renovation of parking lot",
            "SupplierId": 1717,
            "Supplier": "CV_SuppA05",
            "SupplierSiteId": 4060,
            "SupplierSite": "CVSuppA05Site01",
            "CurrencyCode": "USD",
            "Currency": "US Dollar",
            "ImportSource": null,
            "PreviouslyApprovedAmount": 6200,
            "ContractAmountToDate": 250000,
            "TotalCompletedThisPeriod": 2000,
            "TotalCompletedToDate": 8200,
            "ProjectedRetainageThisPeriod": 200,
            "CurrentPaymentDue": 1800,
            "BalanceToFinish": 241800,
            "BuyerId": 100010026863799,
            "Buyer": "Norden,Loraine",
            "links": [
                {
                    "rel": "self",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204",
                    "name": "workConfirmations",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
                    }
                },
                {
                    "rel": "canonical",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204",
                    "name": "workConfirmations",
                    "kind": "item"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/child/attachments",
                    "name": "attachments",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/child/documentActions",
                    "name": "documentActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/child/lines",
                    "name": "lines",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/action/withdraw",
                    "name": "withdraw",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/action/cancel",
                    "name": "cancel",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": "https://servername/fscmRestApi/resources/version/workConfirmations/300100549798204/action/submit",
                    "name": "submit",
                    "kind": "other"
                }
            ]
        }
    ],
    "count": 7,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": "https://servername/fscmRestApi/resources/version/workConfirmations",
            "name": "workConfirmations",
            "kind": "collection"
        }
    ]
}
「トップに戻る」