Update contract

PUT {{backofficeURL}}/SolitxService/ContractService/contracts?access_token={{useraccessToken}}

  • The endpoint update the existing contract.Contract will be updated only if valid data is provided in terms and payment details.
  • Only contract with status='PreDeal' can be updated.

Request Params

KeyDatatypeRequiredDescription
access_tokenstring

Request Body

{"0"=>{"ContractUUID"=>"{{contractUUID}}", "ProductID"=>"1", "Terms"=>[{"LegalEntityIDCounterparty"=>"{{profileID}}", "ContractStatus"=>"PreDeal", "ContractID"=>"{{contractID}}"}], "PaymentDetails"=>{"CounterpartyPaymentChannelID"=>"{{paymentChannelID}}"}}}