POST api/Subscriber
Add new Subscriber
Request Information
URI Parameters
None.
Body Parameters
Subscriber| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriberId | integer |
None. |
|
| SubscriberName | string |
None. |
|
| string |
None. |
||
| VendorContractAttachment | boolean |
None. |
|
| CustomerContractAttachment | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"subscriberId": 1,
"subscriberName": "sample string 2",
"email": "sample string 3",
"vendorContractAttachment": true,
"customerContractAttachment": true
}
application/x-www-form-urlencoded
Sample:
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
}