Create an Inbound Agreement

post

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

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

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : InboundAgrRs
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 : InboundAgrRs-allOf[2]
Type: object
Show Source
Nested Schema : InboundAgr.Params
Type: object
Show Source
Nested Schema : warning
Type: array
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successful operation
Body ()
Root Schema : InboundAgrRs
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 : InboundAgrRs-allOf[2]
Type: object
Show Source
Nested Schema : InboundAgr.Params
Type: object
Show Source
Nested Schema : warning
Type: array
Show Source

409 Response

Duplicate data error

412 Response

Pre-condition failure

500 Response

Server error
Back to Top