| 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 .csv suffix or ?format=csv
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/csv
Content-Type: text/csv
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-16T03:21:39.2665199-05:00","ServerID":"WS-5-78-126","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:34:04.7665561-05:00","Device":"Desktop"}