GET api/Subscriber/{id}
Get 1 Subscriber
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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
}