Undeploy an Outbound Agreement
post
                    /ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy
Undeploys an outbound agreement to disallow acceptance of new messages by the agreement. However, all in-flight messages are processed successfully.
                
                Request
Path Parameters
                - 
                    agrId(required):  string
                    
                    
Outbound agreement ID.
 - 
                    tpId(required):  string
                    
                    
Trading partner ID.
Example:
/b2b/v1/tpm/partners/TP123/outboundagrs/OUTAGR12333344/undeploy
 
Query Parameters
                    - 
                            isProceedWithWarnings(required): boolean
                            
                            Default Value:
false 
Supported Media Types
                            - application/json
 
Root Schema : schema
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
objectResponse
Supported Media Types
                - application/json
 
200 Response
Successful operation
                            
                            
                                Nested Schema : ResponseStatus
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    code: string
                    
                    
                     
                    
                
                
                Gets the value of the code property. possible object is String
 - 
                
                    
                    msg: array
                    
                    
                
                
                    msg
                
                
                Gets the value of the msg property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the msg property. For example, to add a new item, do as follows: getMsg().add(newItem); Objects of the following type(s) are allowed in the list String
 - 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                Gets the value of the status property. possible object is String
 
Nested Schema : msg
    
    	
    	Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayGets the value of the msg property.
 
 
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the msg property.
 
 
 For example, to add a new item, do as follows:
 
    getMsg().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 String
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
412 Response
Pre-condition failure
                            
                            
                            
                            
                        500 Response
Server error