POST api/suspendrelease/workflow/creditlimitapprovals/update

Request Information

URI Parameters

None.

Body Parameters

Collection of CreditLimitApprovalDTO
NameDescriptionTypeAdditional information
Id

integer

None.

AuthorizationLevelDescription

string

None.

AuthorizationLevelId

integer

None.

Code

string

None.

OperandTypeDescription

string

None.

OperandTypeId

integer

None.

Value

decimal number

None.

OldValue

decimal number

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "AuthorizationLevelDescription": "sample string 2",
    "AuthorizationLevelId": 3,
    "Code": "sample string 4",
    "OperandTypeDescription": "sample string 5",
    "OperandTypeId": 6,
    "Value": 7.0,
    "OldValue": 7.0
  },
  {
    "Id": 1,
    "AuthorizationLevelDescription": "sample string 2",
    "AuthorizationLevelId": 3,
    "Code": "sample string 4",
    "OperandTypeDescription": "sample string 5",
    "OperandTypeId": 6,
    "Value": 7.0,
    "OldValue": 7.0
  }
]

text/xml

Sample:
<ArrayOfCreditLimitApprovalDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rocky.SuspendRelease.Common.Model.SuspendWorkflow">
  <CreditLimitApprovalDTO>
    <AuthorizationLevelDescription>sample string 2</AuthorizationLevelDescription>
    <AuthorizationLevelId>3</AuthorizationLevelId>
    <Code>sample string 4</Code>
    <Id>1</Id>
    <OperandTypeDescription>sample string 5</OperandTypeDescription>
    <OperandTypeId>6</OperandTypeId>
    <Value>7</Value>
  </CreditLimitApprovalDTO>
  <CreditLimitApprovalDTO>
    <AuthorizationLevelDescription>sample string 2</AuthorizationLevelDescription>
    <AuthorizationLevelId>3</AuthorizationLevelId>
    <Code>sample string 4</Code>
    <Id>1</Id>
    <OperandTypeDescription>sample string 5</OperandTypeDescription>
    <OperandTypeId>6</OperandTypeId>
    <Value>7</Value>
  </CreditLimitApprovalDTO>
</ArrayOfCreditLimitApprovalDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.