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(required): 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:
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
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:
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.
405 Response
Invalid input
500 Response
Internal error