Get all valid RM linkage customer
get
/service/lmm/rmlinkage/getLinkedCustomers
This endpoint is used to get all valid RM linkage customer.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
customerId: string
Pattern:
[a-zA-Z0-9]{1,20}
CustomerId -
customerName: string
customerName
-
excludeIfLinkedToAll: string
Denotes whether to exclude the customer list if user is linked to all customers
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
Header Parameters
-
sourceCode(required): string
Source from which request is initiated
-
userId: string
UserId of the user that needs to be fetched
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
Nested Schema : RMCustomerDTO
Type:
Show Source
object
-
customerId:
string
Pattern:
[a-zA-Z0-9]{1,20}
-
customerName:
string
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