to get a personalized navigation.
to get a personalized navigation.
I am trying to find out which json field correspond to the date a customer payment have been payed/registerered
but the fieldname in the dialog is not the same as in the api.
1. which field in customerpayment endpoint is the payment date
2. why do the dialog not correspond to the json fields?
 
Solved! Go to Solution.
Hi,
The value you are pointing to in the UI corresponds to "applicationDate" in the JSON:
The datafield name does not always have the same name as the field in the JSON.
If you are unsure of what a field in the DTO represents you can check the Swagger documentation, go to the endpoint, method and click model:
thanks!
Copyright © 2022 Visma.com. All rights reserved.