Retrieve an Inbound Agreement

get

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

Retrieves an inbound agreement with the specified trading partner id and inbound agreement id.

Request

Path Parameters
  • Trading partner inbound agreement ID.

    Example:

    /b2b/v1/tpm/partners/TP123/inboundagrs/INAGR1604824600539
  • Trading partner Id.
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : InboundAgrRs
Type: object
Show Source
Nested Schema : Params
Type: object
Show Source
Nested Schema : warning
Type: array
Show Source

404 Response

Not found

412 Response

Pre condition failure

500 Response

Server error
Back to Top