Update an Inbound Agreement

put

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

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

Request

Supported Media Types
Path Parameters
Body ()

Update trading partner inbound agreement request.

Example:

{ "name": "inagr",     "desc": "inagr description updated ",    "docId":"DOC2",     "params":{       "validate":false,        "fa":true    },	"backendIntgCode": "EDI_B2B_INTG",	"backendIntgVersion": "01.03.0000"}
Root Schema : InboundAgrRs
Type: object
Show Source
Nested Schema : Params
Type: object
Show Source
Nested Schema : warning
Type: array
Show Source
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

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top