Adds a new internal credit limit
post
/service/internalcreditlimits
This endpoint is used to add a new internal credit limit.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
sourceCode: string
Source from which request is initiated
Request Body that contains data required for creating a new internalcreditlimit
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
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created internalcreditlimit
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.
405 Response
Invalid input
500 Response
Internal error