Update a compliance period in the conditions of approval
patch
/fscmRestApi/resources/11.13.18.05/publicSectorConditionsOfApprovalTransactions/{CoaKey}/child/COAConditionComplyPeriods/{COAConditionComplyPeriodsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
COAConditionComplyPeriodsUniqID: integer
This is the hash key of the attributes which make up the composite key--- CoaKey and ComplyPrdId ---for the Conditions of Approval Compliance Periods resource and used to uniquely identify an instance of Conditions of Approval Compliance Periods. The client should not generate the hash key value. Instead, the client should query on the Conditions of Approval Compliance Periods collection resource with a filter on the primary key values in order to navigate to a specific instance of Conditions of Approval Compliance Periods.
For example: COAConditionComplyPeriods?q=CoaKey=<value1>;ComplyPrdId=<value2> -
CoaKey: integer
The unique identifier of the condition of approval.
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorConditionsOfApprovalTransactions-COAConditionComplyPeriods-item
Type:
Show Source
object-
CoaKey(optional):
integer(int64)
The unique identifier of the condition of approval.
-
ComplyPrdId(optional):
string
Maximum Length:
20The identifier of the compliance period associated with the conditions of approval. -
EnabledFlag(optional):
string
Maximum Length:
1Indicates if the compliance period is applicable to the conditions of approval. -
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 : publicSectorConditionsOfApprovalTransactions-COAConditionComplyPeriods-item
Type:
Show Source
object-
CoaKey(optional):
integer(int64)
The unique identifier of the condition of approval.
-
ComplyPrdId(optional):
string
Maximum Length:
20The identifier of the compliance period associated with the conditions of approval. -
EnabledFlag(optional):
string
Maximum Length:
1Indicates if the compliance period is applicable to the conditions of approval. -
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.