Submit an exchange proposalCopy Pagepost https://api.preview.overledger.dev/saep-sandbox/exchange/proposalAllows the initiating gateway to send an exchange proposal.Body ParamsversionstringrequiredSAE protocol Version (major, minor).messageTypestringenumrequiredThe type of message, fixed to 'urn:ietf:satp:msgtype:exchange-proposal-msg'.urn:ietf:saep:msgtype:exchange-proposal-msgAllowed:urn:ietf:saep:msgtype:exchange-proposal-msgsessionIdstringrequiredThe unique identifier of this messaging session between the two gateways.exchangeContextIdstringrequiredA unique identifier used to identify the current asset exchange session at the application layer.exchangeInitClaimsarray of objectsrequiredlength between 2 and 2An array containing two Exchange Initialisation Claim objects, representing both assets involved in the exchange.exchangeInitClaims* objectexchangeInitClaimobjectSpecifies the details of an asset that are necessary for the exchangeexchangeInitClaim object objectexchangeInitClaimobjectSpecifies the details of an asset that are necessary for the exchangeexchangeInitClaim objectexchangeInitClaimsFormatstringrequiredThe format of the exchange initialisation claims.gatewayAndNetworkCapabilitiesobjectrequiredThe set of origin gateway and network parameters reported by the client to the server.gatewayAndNetworkCapabilities objectclientSignaturestringrequiredThe client's signature over the message.Responses 200Exchange proposal message recieved 400Bad request 500Internal server errorUpdated 8 months ago