Receive an exchange proposalAsk AIpost https://api.preview.overledger.dev/saep-sandbox/exchange/proposal-receiptAcknowledges an exchange proposal from the initiating gateway.Body ParamsversionstringrequiredSAE protocol version (major, minor).messageTypestringenumrequiredThe type of message, which can be either a receipt or rejection of the proposal requesturn:ietf:saep:msgtype:exchange-proposal-receipt-msgurn:ietf:saep:msgtype:exchange-proposal-reject-msgAllowed:urn:ietf:saep:msgtype:exchange-proposal-receipt-msgurn:ietf:saep:msgtype:exchange-proposal-reject-msgsessionIdstringrequiredA unique identifier chosen by the client to identify the current session.exchangeContextIdstringrequiredA unique identifier used to identify the current exchange session at the application layer.hashExchangeInitClaimstringrequiredHash of the Exchange Initialization Claims received in the exchange Proposal Message.timestampdate-timerequiredTimestamp referring to when the exchange Initialization Request Message was received.serverSignaturestringrequiredThe digital signature of the server confirming receipt of the exchange proposal.Responses 200Exchange proposal receipt message received 400Bad request 500Internal server errorUpdated 7 months ago