Retrieve a Trading Partner

get

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

Retrieves a trading partner with the specified trading partner ID.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : schema
Match All
Show Source
Nested Schema : IdRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : IdRs-allOf[1]
Type: object
Show Source
Nested Schema : type
Type: object
Show Source
Nested Schema : Tags
Type: object
Show Source
  • tag
    Gets the value of the tag 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 tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Nested Schema : tag
Type: array
Gets the value of the tag 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 tag property. For example, to add a new item, do as follows: getTag().add(newItem); Objects of the following type(s) are allowed in the list String
Show Source

404 Response

Not found

500 Response

Server error
Back to Top