Update an Outbound Agreement

put

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

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

Request

Supported Media Types
Path Parameters
Body ()

Update trading partner outbound agreement request.

Example:

{ "name": "outagr", "desc": "out agr desc updated ",	"docId":"DOC2",   "transportId":"TRANS212222",    "params":{      "validate":false,         "fa":true    }, "hostIdentifiersRef": [],        "tpIdentifiersRef": ["id": 8621624275162543 }]}
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
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

201 Response

Successful operation

404 Response

Not found

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top