获取回款单类型

请求方式: GET(HTTPS)

请求地址: https://open.wshoto.com/openapi/crm/receipt/type

Query参数:

参数 类型 必填 说明
access_token string 调用接口凭证

返回值:

{
  "code": 0,
  "msg": "请求成功",
  "data": [
    {
      "id": 1402864319825215489,
      "payment": "进度款额",
      "sorting": 1
    },
    {
      "id": 1402864319846187009,
      "payment": "尾款",
      "sorting": 2
    }
  ]
}

参数说明:

参数 类型 说明
code int 返回码
msg string 对返回码的文本描述内容
data array
  id long 回款类型id
  payment string 回款类型描述
  sorting int 排序

results matching ""

    No results matching ""