Customer Link text in resource docs

This commit is contained in:
Simon Redfern 2016-10-05 15:19:41 +02:00
parent 11a4df02cd
commit fb4a5d7814
2 changed files with 4 additions and 4 deletions

View File

@ -90,8 +90,8 @@ object ErrorMessages {
val ViewNotFound = "OBP-30005: View not found for Account. Please specify a valid value for VIEW_ID"
val CustomerNumberAlreadyExists = "OBP-30006: Customer Number already exists. Please specify a different value for BANK_ID or CUSTOMER_NUMBER."
val CustomerAlreadyExistsForUser = "OBP-30007: The User is already linked to a Customer at BANK_ID"
val CustomerDoNotExistsForUser = "OBP-30008: User is not linked to a Customer at BANK_ID"
val CustomerAlreadyExistsForUser = "OBP-30007: The User is already linked to a Customer at the bank specified by BANK_ID"
val CustomerDoNotExistsForUser = "OBP-30008: User is not linked to a Customer at the bank specified by BANK_ID"
val MeetingsNotSupported = "OBP-30101: Meetings are not supported on this server."
val MeetingApiKeyNotConfigured = "OBP-30102: Meeting provider API Key is not configured."

View File

@ -1709,9 +1709,9 @@ trait APIMethods200 {
"POST",
"/banks/user_customer_links",
"Create user customer link.",
s"""Link a customer and an user
s"""Link a customer and a user
|This call may require additional permissions/role in the future.
|For now the authenticated user can create at most one linked customer.
|For now the authenticated user can create at most one linked customer at any one bank.
|${authenticationRequiredMessage(true)}
|""",
Extraction.decompose(CreateUserCustomerLinkJSON("be106783-b4fa-48e6-b102-b178a11a8e9b", "02141bc6-0a69-4fba-b4db-a17e5fbbbdcc")),