Adds a list of new customers
post
/service/icl/customers
This endpoint is used to add a list of new customers.
Request
Supported Media Types
- application/json
- application/xml
Request Body that contains data required for creating a list of new customers
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : IclTmCustomerDTO-allOf[1]
Type:
Show Source
object
-
borrowCurrency(optional):
string
Maximum Length:
3
-
borrowLimit(optional):
number
Maximum Length:
23
-
borrowLimitUtilized(optional):
number
Maximum Length:
23
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName(optional):
string
Maximum Length:
100
-
IclTmBorrowCustomerDTO(optional):
array IclTmBorrowCustomerDTO
-
IclTmLendCustomerDTO(optional):
array IclTmLendCustomerDTO
-
lendCurrency(optional):
string
Maximum Length:
3
-
lendLimit(optional):
number
Minimum Value:
0
Maximum Length:23
-
lendLimitUtilized(optional):
number
Maximum Length:
23
-
parentCustomerId(optional):
string
Maximum Length:
20
-
parentCustomerName(optional):
string
Maximum Length:
100
-
sourceSystem(optional):
string
Maximum Length:
35
Nested Schema : IclTmBorrowCustomerDTO
Type:
Show Source
object
-
borrowerId(optional):
string
Maximum Length:
20
-
borrowerName(optional):
string
Maximum Length:
100
-
borrowLimit(optional):
number
Maximum Length:
23
-
borrowLimitUtilized(optional):
number
Maximum Length:
23
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
id(optional):
string
Maximum Length:
36
Nested Schema : IclTmLendCustomerDTO
Type:
Show Source
object
-
customerId(optional):
string
Pattern:
[a-zA-Z0-9]{1,20}
-
id(optional):
string
Maximum Length:
36
-
lenderId(optional):
string
Maximum Length:
20
-
lenderName(optional):
string
Maximum Length:
100
-
lendLimit(optional):
number
Minimum Value:
0
Maximum Length:23
-
lendLimitUtilized(optional):
number
Maximum Length:
23
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created customer
Root Schema : ResponseDtoWrapperCollection
Type:
object
Collection of ResponseDtoWrapper.
Show Source
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
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