Update a project set

patch

/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/{projectSetId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
  • 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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Filter Sets and Filters
Type: array
Title: Filter Sets and Filters
The filter sets and filters resource is used to view filter sets and their filters for a project set.
Show Source
Nested Schema : Filter Sets
Type: array
Title: Filter Sets
The filter sets resource is used to view, create, update, or delete filter sets that are used to group filters within a project set.
Show Source
Nested Schema : projectSetDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSetFilters-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-item-patch-request
Type: object
Show Source
Nested Schema : Filters
Type: array
Title: Filters
The filters resource is used to view, create, update, or delete filters for a filter set.
Show Source
Nested Schema : projectFilterSetDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-item-patch-request
Type: object
Show Source
Nested Schema : Filter Values
Type: array
Title: Filter Values
The filter values resource is used to view, create, update, or delete filter values.
Show Source
Nested Schema : projectFilterDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-filterValues-item-patch-request
Type: object
Show Source
Nested Schema : projectFilterValueDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-filterValues-projectFilterValueDFF-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-projectFilterDFF-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-projectFilterSetDFF-item-patch-request
Type: object
Show Source
Nested Schema : jointVentureProjectSets-projectSetDFF-item-patch-request
Type: object
Show Source
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 : jointVentureProjectSets-item-response
Type: object
Show Source
Nested Schema : Filter Sets and Filters
Type: array
Title: Filter Sets and Filters
The filter sets and filters resource is used to view filter sets and their filters for a project set.
Show Source
Nested Schema : Filter Sets
Type: array
Title: Filter Sets
The filter sets resource is used to view, create, update, or delete filter sets that are used to group filters within a project set.
Show Source
Nested Schema : projectSetDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSetFilters-item-response
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-item-response
Type: object
Show Source
Nested Schema : Filters
Type: array
Title: Filters
The filters resource is used to view, create, update, or delete filters for a filter set.
Show Source
Nested Schema : projectFilterSetDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-item-response
Type: object
Show Source
Nested Schema : Filter Values
Type: array
Title: Filter Values
The filter values resource is used to view, create, update, or delete filter values.
Show Source
Nested Schema : projectFilterDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-filterValues-item-response
Type: object
Show Source
Nested Schema : projectFilterValueDFF
Type: array
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-filterValues-projectFilterValueDFF-item-response
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-filters-projectFilterDFF-item-response
Type: object
Show Source
Nested Schema : jointVentureProjectSets-filterSets-projectFilterSetDFF-item-response
Type: object
Show Source
Nested Schema : jointVentureProjectSets-projectSetDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to update a project set by submitting a PATCH request on the REST resource using cURL.

curl -i -u "username:password" -H "Content-type: application/json" -X PATCH "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556" 

Example Request Body

The following shows an example of the request body in JSON format.

{    
    "description": "Project set for utility expenses-fuel only",
    "status": "Editing",
    "language":"US"
}

Example Response Body

The following shows an example of the response body in JSON format.

{
    "projectSetId": 300100591586556,
    "projectSet": "JV1UTILITIES",
    "description": "Project set for utility expenses-fuel only",
    "language": "US",
    "languageDescription": "American English",
    "status": "Editing",
    "jointVenture": "JV1BASIN",
    "jointVentureDescription": "Joint venture for permian basin",
    "createdBy": "username",
    "creationDate": "2024-05-22T05:30:41+00:00",
    "lastUpdatedBy": "username",
    "lastUpdateDate": "2024-05-22T05:58:03+00:00",
    "links": [
        {
            "rel": "self",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556",
            "name": "jointVentureProjectSets",
            "kind": "item",
            "properties": {
                "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
            }
        },
        {
            "rel": "canonical",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556",
            "name": "jointVentureProjectSets",
            "kind": "item"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556/child/filterSetFilters",
            "name": "filterSetFilters",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556/child/filterSets",
            "name": "filterSets",
            "kind": "collection"
        },
        {
            "rel": "child",
            "href": "https://servername.fa.us2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/jointVentureProjectSets/300100591586556/child/projectSetDFF",
            "name": "projectSetDFF",
            "kind": "collection"
        }
    ]
}
Back to Top