Submit lock assertionAsk AIpost https://api.preview.overledger.dev/saep-sandbox/exchange/lock-assertionProvides proof that the asset has been locked in the origin network.Body ParamsmessageTypestringenumrequiredThe type of message, fixed to 'urn:ietf:saep:msgtype:lock-assert-msg'.urn:ietf:saep:msgtype:lock-assert-msgAllowed:urn:ietf:saep:msgtype:lock-assert-msgsessionIduuidrequiredA unique identifier chosen earlier by the client in the Exchange Initialization Request Message.exchangeContextIduuidrequiredA unique identifier used to identify the current exchange session at the application layer.lockAssertionClaimobjectrequiredA claim about the status (i.e., the locking) of the asset in Network 1 (N1). The claim is dependent on the network implementation and the locking method utilised.lockAssertionClaim objectlockAssertionClaimFormatstringrequiredThe format of the lockAssertionClaim.lockAssertionExpirationdate-timerequiredThe duration of the lock imposed on the asset.hashPrevMessagestringrequiredThe hash of the previous message.clientSignaturestringrequiredThe digital signature of the message, produced by the message sender.Responses 200Lock assertion message received 400Bad request 500Internal server errorUpdated 7 months ago