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
-
tpId(required): string
Trading partner ID.
Supported Media Types
- application/json
Nested Schema : InboundAgrRs-allOf[2]
Type:
Show Source
object
-
backendIntgCode: string
-
backendIntgName: string
-
backendIntgProjectcode: string
-
backendIntgVersion: string
-
createdDate: string
-
desc: string
-
docDef: string
-
docId: string
-
docStd: string
-
docTxId: string
-
docVersion: string
-
id: string
-
lastDeployed: string
-
name: string
-
params: object
InboundAgr.Params
-
status: string
-
tpmVerson: string
-
updatedDate: string
-
warning: array
warning
Nested Schema : InboundAgr.Params
Type:
Show Source
object
-
acceptGroup: string
-
acceptGroupName: string
-
duplicateCtrlNumCheck: boolean
Gets the value of the duplicateCtrlNumCheck property. possible object is Boolean
-
fa: boolean
Gets the value of the fa property. possible object is Boolean
-
rejectGroup: string
-
rejectGroupName: string
-
validate: boolean
Gets the value of the validate property. possible object is Boolean
Response
Supported Media Types
- application/json
201 Response
Successful operation
Nested Schema : InboundAgrRs-allOf[2]
Type:
Show Source
object
-
backendIntgCode: string
-
backendIntgName: string
-
backendIntgProjectcode: string
-
backendIntgVersion: string
-
createdDate: string
-
desc: string
-
docDef: string
-
docId: string
-
docStd: string
-
docTxId: string
-
docVersion: string
-
id: string
-
lastDeployed: string
-
name: string
-
params: object
InboundAgr.Params
-
status: string
-
tpmVerson: string
-
updatedDate: string
-
warning: array
warning
Nested Schema : InboundAgr.Params
Type:
Show Source
object
-
acceptGroup: string
-
acceptGroupName: string
-
duplicateCtrlNumCheck: boolean
Gets the value of the duplicateCtrlNumCheck property. possible object is Boolean
-
fa: boolean
Gets the value of the fa property. possible object is Boolean
-
rejectGroup: string
-
rejectGroupName: string
-
validate: boolean
Gets the value of the validate property. possible object is Boolean
409 Response
Duplicate data error
412 Response
Pre-condition failure
500 Response
Server error