Deploy an Outbound Agreement

post

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

Deploys an outbound agreement in project context. The deployed agreements translates and processes messages.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DeployUndeployRs
Match All
Show Source
Nested Schema : GenericRestRs
Type: object
Show Source
Nested Schema : DeployUndeployRs-allOf[1]
Type: object
Show Source
Nested Schema : ResponseStatus
Type: object
Show Source
  • Gets the value of the code property. possible object is String
  • 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
  • Gets the value of the status property. possible object is String
Nested Schema : msg
Type: array
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
Show Source

412 Response

Pre-condition failure

500 Response

Server error
Back to Top