We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a09493 commit 62baac5Copy full SHA for 62baac5
1 file changed
server/src/main/java/invite/crm/RemoveRoles.java
@@ -0,0 +1,7 @@
1
+package invite.crm;
2
+
3
+import com.fasterxml.jackson.annotation.JsonProperty;
4
5
+public record RemoveRoles(@JsonProperty("org_id") String crmOrganisationId,
6
+ @JsonProperty("guid") String crmContatcId) {
7
+}
0 commit comments