Update an existing internal credit limits
put
/service/internalcreditlimits/{lineId}
This endpoint is used to update an existing internal credit limits.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
lineId(required): string
virtualAccountNo of the accounts Maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contains data required to update an existing account
Nested Schema : VamTmInternalCreditLimitServiceDTO-allOf[0]
Type:
Show Source
object
-
availStatus:
string
Availability Status of the Line
-
limitAmount(required):
number
Limit Amount
-
limitExpiryDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date after which Line is inactive -
limitStartDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from which Line is considered -
lineBranch(required):
string
Line Branch
-
lineCcy(required):
string
Line currency
-
lineDescription:
string
Description for the Line
-
lineId(required):
string
Minimum Length:
3
Maximum Length:20
Pattern:([A-Z0-9\s]+)?
Line Id -
operationType:
string
operation type
-
realCustomerName:
string
-
realCustomerNo(required):
string
Real Customer No for which the line is created
-
resourceId:
string
resource id
-
resourceName:
string
resource name
Response
Supported Media Types
- application/json
- application/xml
- text/csv
200 Response
Returns updated accounts
Nested Schema : VamTmInternalCreditLimitServiceDTO-allOf[0]
Type:
Show Source
object
-
availStatus:
string
Availability Status of the Line
-
limitAmount(required):
number
Limit Amount
-
limitExpiryDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date after which Line is inactive -
limitStartDate(required):
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from which Line is considered -
lineBranch(required):
string
Line Branch
-
lineCcy(required):
string
Line currency
-
lineDescription:
string
Description for the Line
-
lineId(required):
string
Minimum Length:
3
Maximum Length:20
Pattern:([A-Z0-9\s]+)?
Line Id -
operationType:
string
operation type
-
realCustomerName:
string
-
realCustomerNo(required):
string
Real Customer No for which the line is created
-
resourceId:
string
resource id
-
resourceName:
string
resource name
400 Response
Bad request error, the server is unable to process the request
401 Response
Unauthorized request error, invalid credentials
403 Response
Request denied, no permission to access the request.
405 Response
Request denied, invalid input.
500 Response
Internal server error.