我必须通过Easy_Form_response (Bisnode) 更新 SIM 以将偏差更改为YES。我尝试在有和没有 主题的情况下跟踪有效负载, 但这无济于事。
头信息:
内容类型:XML 和 JSON接受:XML 和 JSON
有效载荷 XML
<easy-form-response>
<subject>
<custom-fields>
<bisnode-deviation>Yes</bisnode-deviation>
</custom-fields>
</subject>
</easy-form-response>
有效负载 JSON
{
"id": :ID,
"subject": {
"id": ID,
"custom-fields": {
"bisnode-deviation": "yes"
}
}
}
终点轿跑车
PUT:api/supplier_information/:SIM_ID/easy_form_responses/:EASY_FORM_RESPONSE_ID
并从 Coupa 获得此响应
<?xml version="1.0" encoding="UTF-8"?>
<errors>
<error>
<![CDATA[An unknown error occured while creating/updating this record.]]>
</error>
</errors>
任何帮助将不胜感激。