| Requires any of the roles: | admin, oauthadmin | Required permissions: | /admin/email/, Informz |
| POST | /Ams/{ClientID}/InformzBulkUploadForDues | Upload emails and personal data to Informz for dues. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GroupName | body | string | No | |
| Status | body | int? | No | |
| datLower | body | string | No | |
| datUpper | body | string | No | |
| CardFailed | body | bool | No | |
| InvoiceNo | body | int? | No | |
| PaymentOption | body | int? | No | |
| cdlIDsToExclude | body | string | No | |
| InvoiceURL | body | string | No | |
| datSentMin | body | string | No | |
| datSentMax | body | string | No | |
| cdlModifierIDs | body | string | No | |
| HasOutstandingBalance | body | int? | No | |
| datDuemin | body | string | No | |
| datDuemax | body | string | No | |
| datPaymentAppliedMin | body | string | No | |
| datPaymentAppliedMax | body | string | No | |
| datPaymentCreatedMin | body | string | No | |
| datPaymentCreatedMax | body | string | No | |
| Organization | body | string | No | |
| InvoicePaymentURL | body | string | No | |
| cdlGroupIDs | body | string | No | |
| InstallmentFilter | body | int? | No | |
| cdlMembershipIDs | body | string | No | |
| Name | body | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| UsingRedis | form | bool | No | |
| AppInitTime | form | DateTime | No | |
| ServerID | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ClientID | form | int | No | |
| ResponseStatus | form | ResponseStatus | No | |
| BypassCache | form | bool | No | |
| DateCached | form | DateTime | No | |
| Device | form | Device | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
POST /Ams/{ClientID}/InformzBulkUploadForDues HTTP/1.1
Host: ws.yourmembership.com
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length
{
GroupName: String,
Status: 0,
datLower: String,
datUpper: String,
CardFailed: False,
InvoiceNo: 0,
PaymentOption: 0,
cdlIDsToExclude: String,
InvoiceURL: String,
datSentMin: String,
datSentMax: String,
cdlModifierIDs: String,
HasOutstandingBalance: 0,
datDuemin: String,
datDuemax: String,
datPaymentAppliedMin: String,
datPaymentAppliedMax: String,
datPaymentCreatedMin: String,
datPaymentCreatedMax: String,
Organization: String,
InvoicePaymentURL: String,
cdlGroupIDs: String,
InstallmentFilter: 0,
cdlMembershipIDs: String,
Name: String,
UsingRedis: True,
AppInitTime: 2025-11-16T01:53:46.1905154-05:00,
ServerID: WS-6-198-373,
ClientID: 0,
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
BypassCache: False,
DateCached: 2025-11-16T04:35:42.4086495-05:00,
Device: Desktop
}