POST api/RaisinDataImport?nDays={nDays}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| nDays | integer |
Required |
Body Parameters
EventsToImport| Name | Description | Type | Additional information |
|---|---|---|---|
| SubEventName | string |
None. |
|
| SubEventId | integer |
None. |
|
| MailchimpList | string |
None. |
|
| MailchimpTags | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubEventName": "sample string 1",
"SubEventId": 2,
"MailchimpList": "sample string 3",
"MailchimpTags": "sample string 4"
}
application/xml, text/xml
Sample:
<EventsToImport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PmcfWebServices.Models"> <MailchimpList>sample string 3</MailchimpList> <MailchimpTags>sample string 4</MailchimpTags> <SubEventId>2</SubEventId> <SubEventName>sample string 1</SubEventName> </EventsToImport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.