Update a time expense subcategory
patch
/fscmRestApi/resources/11.13.18.05/publicSectorTimeExpenseSubcategories/{publicSectorTimeExpenseSubcategoriesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorTimeExpenseSubcategoriesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, CategoryId and SubcategoryId ---for the Time Expense Subcategories resource and used to uniquely identify an instance of Time Expense Subcategories. The client should not generate the hash key value. Instead, the client should query on the Time Expense Subcategories collection resource with a filter on the primary key values in order to navigate to a specific instance of Time Expense Subcategories.
For example: publicSectorTimeExpenseSubcategories?q=AgencyId=<value1>;CategoryId=<value2>;SubcategoryId=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorTimeExpenseSubcategories-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier for the public sector agency associated with the time expense subcategory. -
CategoryId(optional):
string
Title:
Category IDMaximum Length:30The unique identifier for the parent category of this time expense subcategory. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date the time expense subcategory was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:500The description for the time expense subcategory. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether the time expense subcategory is enabled in time entry type setup. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date the time expense subcategory was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
Subcategory(optional):
string
Title:
SubcategoryMaximum Length:40The name for the time expense subcategory. -
SubcategoryId(optional):
string
Title:
Subcategory IDMaximum Length:30The unique identifier for the time expense subcategory.
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 : publicSectorTimeExpenseSubcategories-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier for the public sector agency associated with the time expense subcategory. -
CategoryId(optional):
string
Title:
Category IDMaximum Length:30The unique identifier for the parent category of this time expense subcategory. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date the time expense subcategory was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:500The description for the time expense subcategory. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether the time expense subcategory is enabled in time entry type setup. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date the time expense subcategory was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
Subcategory(optional):
string
Title:
SubcategoryMaximum Length:40The name for the time expense subcategory. -
SubcategoryId(optional):
string
Title:
Subcategory IDMaximum Length:30The unique identifier for the time expense subcategory.
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.