Create an Inbound Agreement

post

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

Creates an inbound agreement for trading partner. The request body must contain atleast name and docId fields.

Request

Supported Media Types
Path Parameters
Body ()

Create trading partner inbound agreement request.

Example:

{ "name": "inagr",     "desc": "inagr desc",    "docId":"DOC1",     "params":{       "validate":true,        "fa":true    },	"backendIntgCode": "EDI_INTG",	"backendIntgVersion": "01.02.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 : InboundAgrsRs
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : InboundAgrRs
Type: object
Show Source
Nested Schema : Params
Type: object
Show Source
Nested Schema : warning
Type: array
Show Source

201 Response

Successful operation

409 Response

Duplicate data error

412 Response

Pre condition failure

500 Response

Server error
Back to Top