Fetch various structures and their priorities for the given account
get
                    /service/lma/structure/priorities/accountNumbers/{accountNumbers}
This endpoint is used to fetch various structures and their priorities for the given account.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Path Parameters
                - 
                    accountNumbers(required): array
                    
                    Account Number CS List
 
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Returns the Structure AccountPriority for all the structures.
                
                
                    Root Schema : LmmTmStructureAccPrtyServiceCollection
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCollection of externalsystem.
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : LmmTmStructureAccPriorityServiceDTO
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            accountNumber: 
            string
            Maximum Length:
30 - 
            branchCode: 
            string
            Maximum Length:
4 - 
            effectiveDate: 
            string
            Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2} - 
            endDate: 
            string
            Pattern:
[0-9]{4}[-][0-9]{2}[-][0-9]{2} - 
            id: 
            string
            Maximum Length:
36 - 
            structureDescription: 
            string
            Pattern:
[A-Za-z0-9 ()_+:"',.?/-]{1,200} - 
            structureDetailsId: 
            string
            Maximum Length:
36 - 
            structureId: 
            string
            Pattern:
[A-Z0-9]{1,30} - 
            structureMasterId: 
            string
            Maximum Length:
36 - 
            structurePriority: 
            integer
            
 - 
            structureType: 
            string
            
 - 
            versionNo: 
            integer
            
 
400 Response
Malformed syntax.
                
                
                401 Response
Request does not have sufficient credentials.
                
                
                403 Response
Request is not authorized.
                
                
                500 Response
Internal error