POST api/suspendrelease/workflow/creditlimitauthorizationlevels/update
Request Information
URI Parameters
None.
Body Parameters
Collection of CreditLimitAuthorizationLevelDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AuthorizationLevelId | integer |
None. |
|
| AuthorizationLevelDescription | string |
None. |
|
| Code | string |
None. |
|
| OperandTypeId | integer |
None. |
|
| OperandTypeDescription | string |
None. |
|
| Percentage | decimal number |
None. |
|
| OldPercentage | decimal number |
None. |
|
| LimitValue | decimal number |
None. |
|
| OldLimitValue | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AuthorizationLevelId": 2,
"AuthorizationLevelDescription": "sample string 3",
"Code": "sample string 4",
"OperandTypeId": 5,
"OperandTypeDescription": "sample string 6",
"Percentage": 7.0,
"OldPercentage": 7.0,
"LimitValue": 8.0,
"OldLimitValue": 8.0
},
{
"Id": 1,
"AuthorizationLevelId": 2,
"AuthorizationLevelDescription": "sample string 3",
"Code": "sample string 4",
"OperandTypeId": 5,
"OperandTypeDescription": "sample string 6",
"Percentage": 7.0,
"OldPercentage": 7.0,
"LimitValue": 8.0,
"OldLimitValue": 8.0
}
]
text/xml
Sample:
<ArrayOfCreditLimitAuthorizationLevelDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rocky.SuspendRelease.Common.Model.SuspendWorkflow">
<CreditLimitAuthorizationLevelDTO>
<AuthorizationLevelDescription>sample string 3</AuthorizationLevelDescription>
<AuthorizationLevelId>2</AuthorizationLevelId>
<Code>sample string 4</Code>
<Id>1</Id>
<LimitValue>8</LimitValue>
<OperandTypeDescription>sample string 6</OperandTypeDescription>
<OperandTypeId>5</OperandTypeId>
<Percentage>7</Percentage>
</CreditLimitAuthorizationLevelDTO>
<CreditLimitAuthorizationLevelDTO>
<AuthorizationLevelDescription>sample string 3</AuthorizationLevelDescription>
<AuthorizationLevelId>2</AuthorizationLevelId>
<Code>sample string 4</Code>
<Id>1</Id>
<LimitValue>8</LimitValue>
<OperandTypeDescription>sample string 6</OperandTypeDescription>
<OperandTypeId>5</OperandTypeId>
<Percentage>7</Percentage>
</CreditLimitAuthorizationLevelDTO>
</ArrayOfCreditLimitAuthorizationLevelDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.