Adds a new bic directory

post

/service/bicdirectorys

This endpoint is used to add a new bic directory.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new bicdirectorys
Root Schema : BICDirectoryServiceDTO
Type: object
Match All
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : BICDirectoryServiceDTO-allOf[1]
Type: object
Show Source
  • Pattern: [Y,N,X]
    Select a value to indicate membership of the specified BIC code in Asian Development Bank. Options are Y - Yes, N - No, X - Not Applicable
  • Minimum Length: 0
    Maximum Length: 35
    Bank Address Line 1
  • Minimum Length: 0
    Maximum Length: 35
    Bank Address Line 2
  • Minimum Length: 0
    Maximum Length: 90
    Bank Address Line 3
  • Minimum Length: 1
    Maximum Length: 35
    Name of the Bank
  • Pattern: [Y,N]
    Identifies whether the BEI status for the chosen sub-type code is Yes or No
  • Pattern: [A-Za-z0-9_*-]+
    BIC Code or Bank Code
  • Pattern: [Y,N]
    Indicates that the BIC entity is also black listed
  • Pattern: [Y,N]
    Indicates that the BIC entity is a Closed User Group member
  • If the bank is a customer of your bank, you can select the Customer No assigned to the bank
  • Pattern: [Y,N]
    Indicates whether an MT101 can be sent/received from this BIC. Select this option to generate MT101 message
  • Pattern: [Y,N]
    Check this box to process MT102+ messages. Selecting this check box also required the ?Multi Customer Credit Transfer? checkbox to be selected
  • Pattern: [Y,N]
  • Pattern: [Y,N]
  • Pattern: ([0-9]+)?
    Indicate the maximum size in bytes, agreed upon between the two parties for transmitting a MT102 message. A null value in this field signifies that there is no limit set on the size of the message
  • Pattern: [Y,N]
    Indicate whether or not a Multi Credit Transfer Feature [MT102 support] exists between your bank and the BIC entity
  • Pattern: [N,K,M]
    the kind of relationship that exists between your bank and the BIC entity. Options are N - No, K - Keys, M - Mail
  • Pattern: [Y,N]
    Indicates that the customer is registered with MT 103 Extended Remittance Information Multi User Group
  • Pattern: [Y,N]
    Indicate whether a SK arrangement exists between your bank and the BIC entity
  • Select the appropriate sub-type code to be mapped to the BIC
  • Minimum Length: 0
    Maximum Length: 50
    If a SWIFT connectivity exists between your bank and the bank for which BIC details are maintained, relationship should be selected as Keys and SWIFT Key should be specified
  • Minimum Length: 0
    Maximum Length: 50
    If a Telex connectivity exists between your bank and the bank for which BIC details are maintained, relationship should be selected as Keys and Telex Key should be specified
  • Pattern: ([0-9]+)?
    Indicate the no of transactions to be included in an MT101 message. If you do not specify a value it will be defaulted to 10
  • Pattern: [Y,N]
    Indicates whether update is required during upload
Back to Top

Response

Supported Media Types

201 Response

Returns message of success or failure
Headers
Body ()
Root Schema : BICDirectoryResponseServiceWrapperDTO
Type: object
Show Source
Nested Schema : BICDirectoryServiceDTO
Type: object
Match All
Show Source
Nested Schema : ResponseDto
Type: object
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : BICDirectoryServiceDTO-allOf[1]
Type: object
Show Source
  • Pattern: [Y,N,X]
    Select a value to indicate membership of the specified BIC code in Asian Development Bank. Options are Y - Yes, N - No, X - Not Applicable
  • Minimum Length: 0
    Maximum Length: 35
    Bank Address Line 1
  • Minimum Length: 0
    Maximum Length: 35
    Bank Address Line 2
  • Minimum Length: 0
    Maximum Length: 90
    Bank Address Line 3
  • Minimum Length: 1
    Maximum Length: 35
    Name of the Bank
  • Pattern: [Y,N]
    Identifies whether the BEI status for the chosen sub-type code is Yes or No
  • Pattern: [A-Za-z0-9_*-]+
    BIC Code or Bank Code
  • Pattern: [Y,N]
    Indicates that the BIC entity is also black listed
  • Pattern: [Y,N]
    Indicates that the BIC entity is a Closed User Group member
  • If the bank is a customer of your bank, you can select the Customer No assigned to the bank
  • Pattern: [Y,N]
    Indicates whether an MT101 can be sent/received from this BIC. Select this option to generate MT101 message
  • Pattern: [Y,N]
    Check this box to process MT102+ messages. Selecting this check box also required the ?Multi Customer Credit Transfer? checkbox to be selected
  • Pattern: [Y,N]
  • Pattern: [Y,N]
  • Pattern: ([0-9]+)?
    Indicate the maximum size in bytes, agreed upon between the two parties for transmitting a MT102 message. A null value in this field signifies that there is no limit set on the size of the message
  • Pattern: [Y,N]
    Indicate whether or not a Multi Credit Transfer Feature [MT102 support] exists between your bank and the BIC entity
  • Pattern: [N,K,M]
    the kind of relationship that exists between your bank and the BIC entity. Options are N - No, K - Keys, M - Mail
  • Pattern: [Y,N]
    Indicates that the customer is registered with MT 103 Extended Remittance Information Multi User Group
  • Pattern: [Y,N]
    Indicate whether a SK arrangement exists between your bank and the BIC entity
  • Select the appropriate sub-type code to be mapped to the BIC
  • Minimum Length: 0
    Maximum Length: 50
    If a SWIFT connectivity exists between your bank and the bank for which BIC details are maintained, relationship should be selected as Keys and SWIFT Key should be specified
  • Minimum Length: 0
    Maximum Length: 50
    If a Telex connectivity exists between your bank and the bank for which BIC details are maintained, relationship should be selected as Keys and Telex Key should be specified
  • Pattern: ([0-9]+)?
    Indicate the no of transactions to be included in an MT101 message. If you do not specify a value it will be defaulted to 10
  • Pattern: [Y,N]
    Indicates whether update is required during upload
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
Show Source
Nested Schema : args
Type: array
Show Source
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
Back to Top