POST Workflow/CDM/OnHold/{isCertificate}

on hold items

Request Information

URI Parameters

NameDescriptionTypeAdditional information
isCertificate

Required

Body Parameters

NameDescriptionTypeAdditional information
RequestId

None.

Comments

None.

IsMindOnBenchOnApproval

None.

ApprovalIntentId

None.

ApprovalIntentComments

None.

CourseId

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "RequestId": 1,
    "Comments": "sample string 2",
    "IsMindOnBenchOnApproval": true,
    "ApprovalIntentId": 4,
    "ApprovalIntentComments": "sample string 5",
    "CourseId": "sample string 6"
  },
  {
    "RequestId": 1,
    "Comments": "sample string 2",
    "IsMindOnBenchOnApproval": true,
    "ApprovalIntentId": 4,
    "ApprovalIntentComments": "sample string 5",
    "CourseId": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfApproveOrReject201Course xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models">
  <ApproveOrReject201Course>
    <ApprovalIntentComments>sample string 5</ApprovalIntentComments>
    <ApprovalIntentId>4</ApprovalIntentId>
    <Comments>sample string 2</Comments>
    <CourseId>sample string 6</CourseId>
    <IsMindOnBenchOnApproval>true</IsMindOnBenchOnApproval>
    <RequestId>1</RequestId>
  </ApproveOrReject201Course>
  <ApproveOrReject201Course>
    <ApprovalIntentComments>sample string 5</ApprovalIntentComments>
    <ApprovalIntentId>4</ApprovalIntentId>
    <Comments>sample string 2</Comments>
    <CourseId>sample string 6</CourseId>
    <IsMindOnBenchOnApproval>true</IsMindOnBenchOnApproval>
    <RequestId>1</RequestId>
  </ApproveOrReject201Course>
</ArrayOfApproveOrReject201Course>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>