Get all work confirmations

get

/fscmRestApi/resources/11.13.18.05/workConfirmations

Request

Query Parameters
  • This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • PrimaryKey: Finds a work confirmation according to the work confirmation identifier as the primary key.
      Finder Variables:
      • WorkConfirmationId; integer; Value that uniquely identifies the work confirmation.
    • findByIntent: Finds a work confirmation according to the specified values.
      Finder Variables:
      • Intent; string; Value that uniquely identifies the intent. Valid value is Approver.
      • SysEffectiveDate; object.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • BalanceToFinish; number; Amount pending to complete the work on a purchase order.
    • Buyer; string; Person who is responsible for managing the purchase order.
    • BuyerId; integer; Value that uniquely identifies the buyer on the purchase order.
    • ContractAmountToDate; number; Ordered amount on the purchase order.
    • Currency; string; Currency of the purchase order.
    • CurrencyCode; string; Abbreviation that identifies the currency of the purchase order.
    • CurrentPaymentDue; number; Amount that needs be paid for a period of performance.
    • ImportSource; string; Value that indicates the source application from which the work confirmation was imported.
    • OrderNumber; string; Number that uniquely identifies the purchase order in a sold-to legal entity.
    • PODescription; string; Description of the purchase order.
    • POHeaderId; integer; Value that uniquely identifies the purchase order.
    • PeriodEndDate; string; Date when the period of performance for which work confirmation is no longer active.
    • PeriodStartDate; string; Date when the period of performance for which work confirmation becomes active.
    • PreviouslyApprovedAmount; number; Total approved work confirmation amount of a purchase order prior to the current period of performance.
    • ProjectedRetainageThisPeriod; number; Projected amount of retainage that can be withheld on the purchase order for a period of performance.
    • SoldToLegalEntity; string; Legal entity that is financially responsible for purchases on the purchase order.
    • SoldToLegalEntityId; integer; Value that uniquely identifies the legal entity that is financially responsible for purchases on the purchase order.
    • Status; string; Status of the work confirmation.
    • StatusCode; string; Abbreviation that identifies the work confirmation status.
    • Supplier; string; Name of the supplier on the purchase order.
    • SupplierId; integer; Value that uniquely identifies the supplier on the purchase order.
    • SupplierSite; string; Location that the supplier uses to fulfill the purchase order.
    • SupplierSiteId; integer; Value that uniquely identifies the supplier site on the purchase order.
    • TotalCompletedThisPeriod; number; Total amount of work completed on a purchase order for a period of performance.
    • TotalCompletedToDate; number; Total amount of work completed on a purchase order.
    • WorkConfirmationId; integer; Value that uniquely identifies the work confirmation.
    • WorkConfirmationNumber; string; Number that uniquely identifies the work confirmation in a sold-to legal entity.
    • WorkConfirmationRequestDate; string; Date when the work confirmation is requested.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • This header accepts a string value. The string is a semi-colon separated list of =. It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are 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 and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : workConfirmations
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : workConfirmations-item-response
Type: object
Show Source
Nested Schema : Attachments
Type: array
Title: Attachments
The Attachments resource manages attachments for a work confirmation.
Show Source
Nested Schema : Document Actions
Type: array
Title: Document Actions
The Document Actions resource retrieves the list of actions performed on a work confirmation.
Show Source
Nested Schema : Lines
Type: array
Title: Lines
The Lines resource manages work confirmation details, such as the total progress percent, quantity or amount of work completed for a period of performance.
Show Source
Nested Schema : workConfirmations-attachments-item-response
Type: object
Show Source
Nested Schema : workConfirmations-documentActions-item-response
Type: object
Show Source
Nested Schema : workConfirmations-lines-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to get all work confirmations.

Example cURL Command

Use the following cURL command to submit a request on the REST resource:

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

Example Response Body

The following example includes the contents of the response body in JSON format:
{
    "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"
        }
    ]
}
Back to Top