Skip to content

Commit 62baac5

Browse files
committed
WIP for #699
1 parent 5a09493 commit 62baac5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)