POST RoleBasedLearning/Approve
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
RequestId |
None. |
||
Comments |
None. |
||
IsMindOnBench |
None. |
||
ApprovalIntentId |
None. |
||
ApprovalIntentComments |
None. |
Request Formats
application/json, text/json
Sample:
[ { "RequestId": 1, "Comments": "sample string 2", "IsMindOnBench": true, "ApprovalIntentId": 4, "ApprovalIntentComments": "sample string 5" }, { "RequestId": 1, "Comments": "sample string 2", "IsMindOnBench": true, "ApprovalIntentId": 4, "ApprovalIntentComments": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfApproveOrRejectRBLPackage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SkillPortal.Data.Models"> <ApproveOrRejectRBLPackage> <ApprovalIntentComments>sample string 5</ApprovalIntentComments> <ApprovalIntentId>4</ApprovalIntentId> <Comments>sample string 2</Comments> <IsMindOnBench>true</IsMindOnBench> <RequestId>1</RequestId> </ApproveOrRejectRBLPackage> <ApproveOrRejectRBLPackage> <ApprovalIntentComments>sample string 5</ApprovalIntentComments> <ApprovalIntentId>4</ApprovalIntentId> <Comments>sample string 2</Comments> <IsMindOnBench>true</IsMindOnBench> <RequestId>1</RequestId> </ApproveOrRejectRBLPackage> </ArrayOfApproveOrRejectRBLPackage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Version |
None. |
||
Content |
None. |
||
StatusCode |
None. |
||
ReasonPhrase |
None. |
||
Headers |
None. |
||
RequestMessage |
None. |
||
IsSuccessStatusCode |
None. |