GET api/MassmailSendingList/{id}
Fast method to get Payment Type by id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiFilterMassmailSendingListOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| id_email_sending_list | integer |
None. |
|
| id_company_contact_info | integer |
None. |
|
| id_email_address | integer |
None. |
|
| id_person | integer |
None. |
|
| id_workflow_card | integer |
None. |
|
| in_archive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"id_email_sending_list": 2,
"id_company_contact_info": 1,
"id_email_address": 1,
"id_person": 1,
"id_workflow_card": 1,
"in_archive": true
}
application/xml, text/xml
Sample:
<ApiFilterMassmailSendingListOutput xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <id>1</id> <id_email_sending_list>2</id_email_sending_list> <id_company_contact_info>1</id_company_contact_info> <id_email_address>1</id_email_address> <id_person>1</id_person> <id_workflow_card>1</id_workflow_card> <in_archive>true</in_archive> </ApiFilterMassmailSendingListOutput>