Update one flexfield

patch

/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/sites/{SupplierSiteId}/child/globalDFF/{VendorSiteId}

Request

Path Parameters
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 : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-patch-request
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-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 : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFFVxUSPOZSupplierSitesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJAxKRSupplierSiteWithholdingVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FDE__5FZ4__5FREPORTINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIL__5FWITHHOLDINGVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJE__5FIT__5FDOC__5FCATEGORYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExESOnlineVatReportingVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExRUAdditionalInfoVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJExTRAdditionalInfoVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJL__5FBR__5FAPXVDMVD__5FSITESVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxARSupplierSitesVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_prc_poz_suppliers_flex_supplierSiteGDF_view_PozSupplierSiteGDFJLxCOSupplierSitesVO-item-response
Type: object
Show Source
Back to Top

Examples

This example describes how to update a flexfield.

Example cURL Command

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

curl -X PATCH -u "username:password" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -d 'request payload'  "https://servername/fscmRestApi/resources/version/suppliers/SupplierId/child/sites/SupplierSiteId/child/globalDFF/VendorSiteId"

Example Request Body

The following example includes the contents of the request body in JSON format. You replace the request payload in the cURL command with the contents of the Example Request Body. The request payload specifies attribute values that the command will use in the record that it updates.

{

	"legalAddress": "Y",
	"legalAddress_Display": "Yes"
}

Example Response Body

The following example includes the contents of the response body in JSON format:

{
	"VendorSiteId": 300100181777027,
	"__FLEX_Context": "JLxARSupplierSites",
	"__FLEX_Context_DisplayValue": "Supplier Sites for Argentina",
	"legalAddress": "Y",
	"legalAddress_Display": "Yes",
	"fiscalPrinterUsed": "N",
	"fiscalPrinterUsed_Display": "No",
	"caiNumber": 24,
	"caiDueDate": "2021-02-26",
	"links": [
	{
		"rel": "self",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027/child/globalDFF/300100181777027",
		"name": "globalDFF",
		"kind": "item",
		"properties": {
			"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000578"
		}
	},
	{
		"rel": "canonical",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027/child/globalDFF/300100181777027",
		"name": "globalDFF",
		"kind": "item"
	},
	{
		"rel": "parent",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027",
		"name": "sites",
		"kind": "item"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027/child/globalDFF/300100181777027/lov/LVVO_legalAddress",
		"name": "LVVO_legalAddress",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027/child/globalDFF/300100181777027/lov/LVVO_fiscalPrinterUsed",
		"name": "LVVO_fiscalPrinterUsed",
		"kind": "collection"
	},
	{
		"rel": "lov",
		"href": "https://servername/fscmRestApi/resources/version/suppliers/300100181777010/child/sites/300100181777027/child/globalDFF/300100181777027/lov/LVVO___FLEX_Context",
		"name": "LVVO___FLEX_Context",
		"kind": "collection"
	}
	]
}
Back to Top