HI,
There are improvements in the GET Account API endpoints. Both, the 'Get a specific account' and the 'Get a range of accounts' endpoint will include values for: - Control account module - Allow manual entry - Public code - External code 1 - External code 2 - Analysis code in their responses. In addition, it is possible to set filters on - Public code - External code 1 - External code 2 - Analysis code in the 'Get a range of accounts' endpoint.
These fields now look like this:
"externalCode1Info": {
"number": "string",
"description": "string"
},
"externalCode2Info": {
"number": "string",
"description": "string"
}
... View more