电子合同API开发文档 v5

企业账户创建

请求地址:/v5/Accounts/createOrg.json

请求方式:POST

接口版本: 5.2.3

接口描述:

require 'typhoeus'
 
# 接口地址
apiurl="https://api-v2.1dq.com/v5/Accounts/createOrg.json"
 
#请求参数
 
body={easy_id : '175976105528922112',id_number : '913****',id_type : '1',name : '上海寻xxx科技有限公司',org_legal_id_number : '1110000****',org_legal_name : '粟**',process : '-1',}
 
resp=Typhoeus::Request.post(apiurl,body:body)
puts resp.body