【发布时间】:2021-05-06 20:20:27
【问题描述】:
您能帮我解决以下问题吗?
我尝试在 Acumatica 中更新客户信用额度:
请求:
PUT https://{Base_URL}/Customer?$select=CreditVerificationRules&$filter=CustomerID%20eq%20'0e31e8a5-08e3-ea11-a828-000d3ab2c384'
{
"CreditVerificationRules": {
"CreditLimit": {
"value": 1234.0
}
}
}
但我收到以下错误:
Response: {"message":"An error has occurred.","exceptionMessage":"Syntax error: character '%' is not valid at position 10 in 'CustomerID%20eq%20'0e31e8a5-08e3-ea11-a828-000d3ab2c384'
【问题讨论】: