NegotiationStatusDto
localIdstringrequired
Example:
3fa85f64-5717-4562-b3fc-2c963f66afa6
remoteIdstringrequired
Example:
3fa85f64-5717-4562-b3fc-2c963f66afa7
remotePartystringrequired
Example:
Remote Party Name
rolestringrequired
Possible values: [provider
, consumer
]
Example:
provider
remoteAddressstringrequired
Example:
192.168.1.100
statestringrequired
Possible values: [dspace:REQUESTED
, dspace:OFFERED
, dspace:ACCEPTED
, dspace:AGREED
, dspace:VERIFIED
, dspace:FINALIZED
, dspace:TERMINATED
]
Example:
dspace:REQUESTED
dataSetstringrequired
Example:
defaultDataSet
modifiedDatedate-timerequired
Example:
2023-10-11T00:00:00.000Z
NegotiationStatusDto
{
"localId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"remoteId": "3fa85f64-5717-4562-b3fc-2c963f66afa7",
"remoteParty": "Remote Party Name",
"role": "provider",
"remoteAddress": "192.168.1.100",
"state": "dspace:REQUESTED",
"dataSet": "defaultDataSet",
"modifiedDate": "2023-10-11T00:00:00.000Z"
}