Update a fee item
patch
/fscmRestApi/resources/11.13.18.05/publicSectorFeeItems/{publicSectorFeeItemsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorFeeItemsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId and FeeItemId ---for the Fee Items resource and used to uniquely identify an instance of Fee Items. The client should not generate the hash key value. Instead, the client should query on the Fee Items collection resource with a filter on the primary key values in order to navigate to a specific instance of Fee Items.
For example: publicSectorFeeItems?q=AgencyId=<value1>;FeeItemId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorFeeItems-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for a public sector agency. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the fee item. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the fee item was created. -
DepartmentId(optional):
string
Title:
DepartmentMaximum Length:30The department identifier for a fee item. -
Description(optional):
string
Title:
DescriptionMaximum Length:50The description of the fee item. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether this fee item is enabled for use or not. The default value is true. -
FeeItemId(optional):
string
Title:
Fee ItemMaximum Length:30The unique identifier for a fee item. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the fee item was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the fee item. -
links(optional):
array Items
Title:
ItemsLink Relations -
RevrecDateOption(optional):
string
Maximum Length:
30Indicates the options for the revenue recognition accounting date.The options are fee paid, fee assessed, and fee refunded. The default value is none.
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 : publicSectorFeeItems-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe identifier for a public sector agency. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the fee item. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the fee item was created. -
DepartmentId(optional):
string
Title:
DepartmentMaximum Length:30The department identifier for a fee item. -
Description(optional):
string
Title:
DescriptionMaximum Length:50The description of the fee item. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether this fee item is enabled for use or not. The default value is true. -
FeeItemId(optional):
string
Title:
Fee ItemMaximum Length:30The unique identifier for a fee item. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the fee item was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the fee item. -
links(optional):
array Items
Title:
ItemsLink Relations -
RevrecDateOption(optional):
string
Maximum Length:
30Indicates the options for the revenue recognition accounting date.The options are fee paid, fee assessed, and fee refunded. The default value is none.
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.