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: string
lineId internalcreditlimit maintenance
Header Parameters
-
sourceCode: 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
- application/xml
200 Response
Successful operation.
Nested Schema : VamTmInternalCreditLimitServiceDTO-allOf[0]
Type:
Show Source
object
-
availStatus(optional):
string
Availability Status of the Line
-
limitAmount:
number
Limit Amount
-
limitExpiryDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date after which Line is inactive -
limitStartDate:
string
Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2}
Date from which Line is considered -
lineBranch:
string
Line Branch
-
lineCcy:
string
Line currency
-
lineDescription(optional):
string
Description for the Line
-
lineId:
string
Minimum Length:
3
Maximum Length:20
Pattern:([A-Z0-9\s]+)?
Line Id -
operationType(optional):
string
operation type
-
realCustomerName(optional):
string
-
realCustomerNo:
string
Real Customer No for which the line is created
-
resourceId(optional):
string
resource id
-
resourceName(optional):
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