ドキュメントで実行されたすべてのアクションを取得
get
/fscmRestApi/resources/11.13.18.05/workConfirmations/{workConfirmationsUniqID}/child/documentActions
リクエスト
パス・パラメータ
- workConfirmationsUniqID(required): string
これは、作業確認リソースのコンポジット・キーを構成し、作業確認のインスタンスを一意に識別するために使用される属性のハッシュ・キーです。 クライアントはハッシュ・キー値を生成しないでください。 かわりに、クライアントは作業確認の特定のインスタンスに移動してハッシュ・キーを取得するために、作業確認コレクション・リソースを問い合せる必要があります。
問合せパラメータ
- dependency: string
このパラメータは、レスポンスの生成後に設定およびロールバックされるフィールドである依存関係を指定します。 通常、これらは属性変更の影響をプレビューするために使用されます。 このパラメータで指定されたフィールドは、常に問題のリソース・インスタンスで設定されます。 子リソース・コレクションがリクエストされ、パラメータが設定されると、リソース・コレクション・ペイロードを生成する前に、親リソース・インスタンスにフィールドが設定されます。 この問合せパラメータの値は、依存性フィールドのセットです。 例: dependency=ProductId=2
フォーマット: <attr1>=<val1>,<attr2>=<value2> - effectiveDate: string
この問合せパラメータは、指定した開始日時点で有効なリソースをフェッチするために使用されます。 この問合せパラメータの値は、yyyy-MM-dd形式の日付を持つ文字列です
- 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>
使用可能なファインダ名および対応するファインダ変数を次に示します:- PrimaryKey : 作業確認識別子に従って主キーとして実行された処理のリストを検索します。
ファインダ変数:- ActionCode; string; 作業確認で実行されるアクションの名前を識別する略称。 有効な値は、送信、承認、否認および取下げです。
- ObjectId; integer; 作業確認を一意に識別する値。
- SequenceNumber; 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問合せパラメータを使用してこの収集リソースをフィルタできます:
- ActionCode; string; 作業確認で実行されるアクションの名前を識別する略称。 有効な値は、送信、承認、否認および取下げです。
- Note; string; ユーザーが処理の実行中に入力したことに注意してください。
- totalResults: boolean
"?totalResults=true"の場合、リソース・コレクション表現には"推定行数"が含まれます。それ以外の場合、カウントは含まれません。 デフォルト値はfalseです。
ヘッダー・パラメータ
- Effective-Of:
このヘッダーは文字列値を受け入れます。 この文字列は、セミコロンで区切られた
= 有効日範囲操作の実行に使用されます。 受け入れられるパラメータは、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の値は、解析時に正の整数が生成されるように文字列である必要があります。のリストです。 - 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のデフォルト・バージョンを選択します。
ルート・スキーマ : workConfirmations-documentActions
タイプ:
ソースを表示
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"の場合、推定行数は含まれません。
ネストされたスキーマ : workConfirmations-documentActions-item-response
タイプ:
ソースを表示
object-
Action: string
タイトル:
Meaning読取り専用:true最大長:80作業確認で実行された処理の名前。 -
ActionCode: string
最大長:
25作業確認で実行される処理の名前を識別する略称です。 有効な値は、送信、承認、否認および取下げです。 -
ActionDate: string (date-time)
ユーザーがアクションを実行した日時。
-
CreatedBy: string
読取り専用:
true最大長:64作業確認時に処理を実行したユーザー。 -
CreationDate: string (date-time)
読取り専用:
trueユーザーが作業確認に対して処理を実行した日時。 -
LastUpdateDate: string (date-time)
読取り専用:
trueユーザーが作業確認の処理を最近実行した日時。 -
LastUpdatedBy: string
読取り専用:
true最大長:64作業確認の処理を最後に実行したユーザー。 -
links: array Links
タイトル:
Linksリソース・インスタンスに関連付けられたリンク関係。 -
Note: string
最大長:
255ユーザーが処理の実行中に入力したことに注意してください。 -
ObjectId: integer (int64)
作業確認を一意に識別する値。
-
PerformedByUserName: string
最大長:
255処理を実行した個人。 -
PerformerId: integer
処理を実行した個人を一意に識別する値。
-
SequenceNumber: integer
作業確認で実行される承認処理の順序を一意に識別する番号です。
ネストされたスキーマ : リンク
タイプ:
ソースを表示
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.
例
この例では、ドキュメントで実行されたすべてのアクションを取得する方法について説明します。
cURLコマンドの例
次のcURLコマンドを使用して、RESTリソースに対するリクエストを送信します:
curl -u username:password "https://servername/fscmRestApi/resources/version/workConfirmations/WorkConfirmationId/child/documentActions"
たとえば:
curl -u username:password "https://servername/fscmRestApi/resources/version/workConfirmations/300100552047317/child/documentActions"
レスポンス本文の例
次の例には、レスポンス本文の内容が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"
}
]
}