Retrieve an Outbound Agreement

get

/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}

Retrieves an outbound agreement with the specified trading partner id and agrrement id.

Request

Path Parameters
  • Trading partner outbound agreement ID.

    Example:

    /b2b/v1/tpm/partners/TP123/outboundagrs/OUTAGR1604824600539
  • Trading partner Id.
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : OutboundAgrRs
Type: object
Show Source
Nested Schema : hostIdentifiersRef
Type: array
Show Source
Nested Schema : Params
Type: object
Show Source
Nested Schema : tpIdentifiersRef
Type: array
Show Source
Nested Schema : HostIdentifierRs
Type: object
Show Source
Nested Schema : IdentifierRs
Type: object
Show Source

404 Response

Not found

412 Response

Pre condition failure

500 Response

Server error
Back to Top