Get Structure Priority Details for customer ID
get
                    /api/1.0/service/lma/structure-priority/{customerId}
This endpoint is used to get the list of all structures along with priority for the customer hierarchy.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Path Parameters
                - 
                    customerId(required): string
                    
                    customer ID
 
Header Parameters
                - 
                        sourceCode(required): string
                        
                        Source from which request is initiated
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Returns message of success or failure
                
                
                    Root Schema : StructurePriorityDetailsServiceCollection
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCollection of structure priority details
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
    
Nested Schema : StructurePriorityDetailServiceDTO
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            customerId: 
            string
            Customer ID
 - 
            customerName: 
            string
            Customer Name
 - 
            recordStatus: 
            string
            Record Status
 - 
            structureDescription: 
            string
            Pattern:
[A-Za-z0-9 ()_+:"',.?/-]{1,200}Structure Description - 
            structureId: 
            string
            Structure ID
 - 
            structurePriority: 
            integer
            Structure Priority
 - 
            structureStatus: 
            string
            Structure Status
 - 
            structureType: 
            string
            Structure Type
 
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