Retrieve an Outbound Agreement
get
                    /ic/api/b2b/v1/projects/{projectId}/tpm/partners/{tpId}/outboundagrs/{agrId}
Retrieves an outbound agreement with the specified trading partner ID and agreement ID in project context.
                
                Request
Path Parameters
                - 
                    agrId(required):  string
                    
                    
Trading partner outbound agreement ID.
Example:
/b2b/v1/projects/PROJECTID/tpm/partners/TP123/outboundagrs/OUTAGR1604824600539
 - 
                    projectId(required):  string
                    
                    Project identifier
 - 
                    tpId(required):  string
                    
                    Trading partner ID.
 
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
 
200 Response
Successful operation
                            
                            
                                Nested Schema : OutboundAgrRs-allOf[2]
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    batchEnabled: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    createdDate: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    desc: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    docDef: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    docId: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    docStd: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    docTxId: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    docVersion: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    hostIdentifiersRef: array
                    
                    
                
                
                    hostIdentifiersRef
                
                
                
 - 
                
                    
                    id: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    lastDeployed: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    name: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    params: object
                    
                    
                
                
                    OutboundAgr.Params
                
                
                
 - 
                
                    
                    schedule: object
                    
                    
                
                
                    OutboundAgr.Schedule
                
                
                
 - 
                
                    
                    scheduleOperation: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    status: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    tpIdentifiersRef: array
                    
                    
                
                
                    tpIdentifiersRef
                
                
                
 - 
                
                    
                    tpmVerson: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    transportId: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    transportName: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    updatedDate: string
                    
                    
                     
                    
                
                
                
 
Nested Schema : OutboundAgr.Params
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
                
                    
                    acceptGroup: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    acceptGroupName: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    fa: boolean
                    
                    
                     
                    
                
                
                Gets the value of the fa property. possible object is Boolean
 - 
                
                    
                    rejectGroup: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    rejectGroupName: string
                    
                    
                     
                    
                
                
                
 - 
                
                    
                    validate: boolean
                    
                    
                     
                    
                
                
                Gets the value of the validate property. possible object is Boolean
 
404 Response
Not found
                            
                            
                            
                            
                        412 Response
Pre-condition failure
                            
                            
                            
                            
                        500 Response
Server error