summaryrefslogtreecommitdiff
path: root/src/main/java/com/p4square/ccbapi/model/UpdateIndividualProfileRequest.java
AgeCommit message (Collapse)Author
2016-04-09Improving UpdateIndividualProfileRequest withCustom*FieldJesse Morgan
The CCB API isn't particularly consistent about how user-defined fields are identified. In most cases the fields associated with an individual are prefixed with "udf_ind_", but when it comes to updating the profile the fields are prefixed with just "udf_". With this change, either form can be used with UpdateIndividualProfileRequest::withCustom*Field.
2016-03-27Adding the update_individual APIJesse Morgan