It really depends on how that PostData<T>
目的 works in relation to the that Client.PostRequest()
method. If the method and object work in conjunction to iterate over every public field of an List<Product>
and its elements, then of course the IDs will be sent. I'm only speculating because you have not told us how those things work. Can you link to the documentation for those classes so that we can be clued in?