We are having an issue where the definition says the max length of the displayName on the Address is 100, but the API returns a response with a displayName of 120 characters, which means the client built on the definition cannot decode the response and throws an exception
It is the postalAddress and physicalAddress on Supplier object
Hi,
We are having an issue where the definition says the max length of the
displayName
on theAddress
is 100, but the API returns a response with adisplayName
of 120 characters, which means the client built on the definition cannot decode the response and throws an exceptionIt is the
postalAddress
andphysicalAddress
onSupplier
object