Customer registry supporting Know Your Customer (KYC), Customer Identification Program (CIP), and OFAC checks
69
stars
19
forks
source link
Address type being overwritten as empty string on PUT to /customers/{customerID} #265
Closed
DylanAllen closed 4 years ago
Customers Version:
0.5.0-dev31
What were you trying to do?
PUT /customers/{customerID}
to update fieldsWhat did you expect to see? All address data passed would come back as sent.
What did you see? The Address
type
came back as an empty string even though a type was passed as"primary"
to thePUT
.How can we reproduce the problem?
PUT /customers/{customerID}
Request:Response: