Update a business tax class column
patch
/fscmRestApi/resources/11.13.18.05/publicSectorTaxClassColumns/{publicSectorTaxClassColumnsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorTaxClassColumnsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, TaxClassCode and ColumnName ---for the Business Tax Class Columns resource and used to uniquely identify an instance of Business Tax Class Columns. The client should not generate the hash key value. Instead, the client should query on the Business Tax Class Columns collection resource with a filter on the primary key values in order to navigate to a specific instance of Business Tax Class Columns.
For example: publicSectorTaxClassColumns?q=AgencyId=<value1>;TaxClassCode=<value2>;ColumnName=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorTaxClassColumns-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency. -
ColumnName(optional):
string
Title:
Tax AttributeMaximum Length:50The business tax class column name. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:500The description of the tax class column. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the tax class column is available for use. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
OriginalFlag(optional):
string
Title:
OriginationMaximum Length:1Indicates whether the tax class column is applicable for an original application. -
RenewalFlag(optional):
string
Title:
RenewalMaximum Length:1Indicates whether the tax class column is applicable for a renewal application. -
SequenceNumber(optional):
integer(int32)
Title:
Sequence NumberThe sequence in which the tax class column is displayed. -
TaxClassCode(optional):
string
Title:
IDMaximum Length:50The unique identifier of the business tax class. -
TimelineFlag(optional):
string
Title:
Include in TimelineMaximum Length:1Indicates whether the tax class column should be displayed in the timeline view.
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 : publicSectorTaxClassColumns-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency. -
ColumnName(optional):
string
Title:
Tax AttributeMaximum Length:50The business tax class column name. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
Description(optional):
string
Title:
DescriptionMaximum Length:500The description of the tax class column. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the tax class column is available for use. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
OriginalFlag(optional):
string
Title:
OriginationMaximum Length:1Indicates whether the tax class column is applicable for an original application. -
RenewalFlag(optional):
string
Title:
RenewalMaximum Length:1Indicates whether the tax class column is applicable for a renewal application. -
SequenceNumber(optional):
integer(int32)
Title:
Sequence NumberThe sequence in which the tax class column is displayed. -
TaxClassCode(optional):
string
Title:
IDMaximum Length:50The unique identifier of the business tax class. -
TimelineFlag(optional):
string
Title:
Include in TimelineMaximum Length:1Indicates whether the tax class column should be displayed in the timeline view.
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.