Close the internal credit limit by given ID
patch
/service/internalcreditlimits/{lineId}/close
This endpoint is used to close the internal credit limit identified by given ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
lineId(required): string
lineId internalcreditlimit maintenance
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
Request body contain internalcreditlimit and Modification no of internalcreditlimit maintenance which need to be closed"
Response
Supported Media Types
- application/json
- text/csv
- application/xml
200 Response
Successful operation.
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
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error