Update a business entity
patch
/fscmRestApi/resources/11.13.18.05/publicSectorBusEntityStatuses/{publicSectorBusEntityStatusesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorBusEntityStatusesUniqID: integer
This is the hash key of the attributes which make up the composite key--- BusinessEntityKey and BusinessEntityId ---for the Bus Entity Statuses resource and used to uniquely identify an instance of Bus Entity Statuses. The client should not generate the hash key value. Instead, the client should query on the Bus Entity Statuses collection resource with a filter on the primary key values in order to navigate to a specific instance of Bus Entity Statuses.
For example: publicSectorBusEntityStatuses?q=BusinessEntityKey=<value1>;BusinessEntityId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorBusEntityStatuses-item
Type:
Show Source
object-
BusinessEntityId(optional):
string
Maximum Length:
50The unique identifier for a business entity. -
BusinessEntityKey(optional):
integer(int64)
System generated unique identifier for a business entity.
-
BusStatus(optional):
string
Maximum Length:
20Current status of the business entity. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorBusEntityStatuses-item
Type:
Show Source
object-
BusinessEntityId(optional):
string
Maximum Length:
50The unique identifier for a business entity. -
BusinessEntityKey(optional):
integer(int64)
System generated unique identifier for a business entity.
-
BusStatus(optional):
string
Maximum Length:
20Current status of the business entity. -
links(optional):
array Items
Title:
ItemsLink Relations
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.