문제

Is it possible to selectively update fields for a given object? It's a headache having to save all field data if your app only deals with a few of them. In our case, we only want to support changing a few customer and invoice fields on our side. I know the docs state that omitted data fields will be deleted from the object. Is there a way around this?

Also, since filtering retrieve calls to return specific fields is possible, it would only make sense to allow the opposite.

도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top