Batch Create Rules of Credit

post

/api/restapi/ruleOfCredit/batch

Send a request to this endpoint to create one or more rules of credit. An application object will be created for each JSON object provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityRuleOfCreditInput>
Type: array
Title: List<ApiEntityRuleOfCreditInput>
Show Source
  • ApiEntityRuleOfCreditInput
    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
Nested 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.
  • Read Only: true
    Deprecated. As of 23.10.
    The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
  • 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

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityRuleOfCredit>
Type: array
Title: List<ApiEntityRuleOfCredit>
Show Source
Nested Schema : ApiEntityRuleOfCredit
Type: object
Title: ApiEntityRuleOfCredit
Show Source
  • Allowed Values: [ "OWNED", "INHERITED" ]
    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.
  • 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 : ApiEntityRuleOfCreditMilestone
Type: object
Title: ApiEntityRuleOfCreditMilestone
Show Source

400 Response

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