#proposal_open_contract does return empty result for finished contracts instead of an error!
Hi,
I am sending this request {proposal_open_contract:1, contact_id: id_of_a_finished_contract}
, i do expect to get an error like The contract has expired
but instead i get an empty object!
Here is the result:{"echo_req":{"req_id":12,"contract_id":"7100369588","proposal_open_contract":1},"req_id":12,"debug":[0.017255,"VRTC1139695"],"proposal_open_contract":{},"msg_type":"proposal_open_contract"}
This discussion has been closed.
Comments
@amin As name specifies this call is to request for open contract and rightly so when you request expired contracts it will return you empty.