Update a Rule of Credit

put

/api/restapi/ruleOfCredit

Send a request to this endpoint to update a rule of credit. An application object with an ID value that matches the ID value provided in the JSON object in the request body will be updated to reflect the JSON contents.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityRuleOfCreditInput
Type: object
Title: ApiEntityRuleOfCreditInput
This entity represents a RuleOfCredit object, a unique RuleOfCredit object can be identified by the following combinations of the fields.
  • rocId
  • rocName,workspaceId
  • rocName,workspaceCode
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    Deprecated. As of 23.12.
    The type of association in the relationship between the rule of credit and the workspace. Possible values are Owned and Inherited.
  • milestones
    The milestones associated with the rule of credit.
  • Allowed Values: [ "MANUAL", "AUTOMATIC" ]
    The push down type of the rule of credit.
  • Unique identifier of the rule of credit.
  • Minimum Length: 1
    Maximum Length: 255
    The name of the rule of credit.
  • Allowed Values: [ "MANUAL", "ZERO_TO_ONE_HUNDRED" ]
    Determines how each milestone in a rule of credit can be progressed.
    Manual: Allows partial completion of a milestone, entered as a percentage.
    0/100%: Partial progress cannot be made when progressing a milestone. As soon as the milestone is selected, the milestone is 100% complete.
  • Read Only: true
    Deprecated. As of 23.10.
    Date when the record was last updated.
  • Minimum Length: 0
    Maximum Length: 60
    The user-specified identifier of a workspace.
  • The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Nested Schema : milestones
Type: array
The milestones associated with the rule of credit.
Show Source
Nested Schema : ApiEntityRuleOfCreditMilestoneInput
Type: object
Title: ApiEntityRuleOfCreditMilestoneInput
Show Source
Examples

Back to Top

Response

204 Response

Successful operation with no content.

400 Response

Invalid input for the rule of credit service. Verify the request contains valid data, then resubmit the request.
Back to Top