GET api/Subscriber
Get All Subscriber
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Subscriber| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriberId | integer |
None. |
|
| SubscriberName | string |
None. |
|
| string |
None. |
||
| VendorContractAttachment | boolean |
None. |
|
| CustomerContractAttachment | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"subscriberId": 1,
"subscriberName": "sample string 2",
"email": "sample string 3",
"vendorContractAttachment": true,
"customerContractAttachment": true
},
{
"subscriberId": 1,
"subscriberName": "sample string 2",
"email": "sample string 3",
"vendorContractAttachment": true,
"customerContractAttachment": true
}
]