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
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"0"=>{"ContractUUID"=>"{{contractUUID}}", "ProductID"=>"1", "Terms"=>[{"LegalEntityIDCounterparty"=>"{{profileID}}", "ContractStatus"=>"PreDeal", "ContractID"=>"{{contractID}}"}], "PaymentDetails"=>{"CounterpartyPaymentChannelID"=>"{{paymentChannelID}}"}}}