Creates or updates a sharing state of a business partner
This endpoint has been deprecated and may be removed in future versions of the API.
Creates or updates a sharing state of a business partner
- application/json
Request Body required
- businessPartnerType string required
Possible values: [
LEGAL_ENTITY
,SITE
,ADDRESS
,GENERIC
]One of the types of business partners for which the sharing state entry was created.
- externalId string required
The external identifier of the business partner for which the sharing state entry was created.
- sharingStateType string required
Possible values: [
Pending
,Success
,Error
,Initial
,Ready
]One of the sharing state types of the current sharing state.
- sharingErrorCode string
Possible values: [
SharingProcessError
,SharingTimeout
,BpnNotInPool
,MissingTaskID
]One of the sharing error codes in case the current sharing state type is "error".
- sharingErrorMessage string
The error message in case the current sharing state type is "error".
- bpn string
The business partner number associated to the combination of external identifier and business partner type in case the sharing state type is “success”. Can be either a BPNL, BPNS or BPNA.
- sharingProcessStarted date-time
The date and time when the sharing process was started.
- taskId string
The orchestrator task identifier that was created
- 204
- 400
Operation completed successfully
Invalid data (e.g. external ID)