POST api/tfctv/tve-updatesubscriptionV2
Request Information
URI Parameters
None.
Body Parameters
TVEUpdateSubscriptionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SKU | string |
None. |
|
| UserID | string |
None. |
|
| Method | string |
None. |
|
| Country | string |
None. |
|
| startDate | integer |
None. |
|
| endDate | integer |
None. |
|
| externalOrderId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SKU": "sample string 1",
"UserID": "sample string 2",
"Method": "sample string 3",
"Country": "sample string 4",
"startDate": 5,
"endDate": 6,
"externalOrderId": 7
}
application/xml, text/xml
Sample:
<TVEUpdateSubscriptionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvergentInterface.Core.ApiClasses"> <Country>sample string 4</Country> <Method>sample string 3</Method> <SKU>sample string 1</SKU> <UserID>sample string 2</UserID> <endDate>6</endDate> <externalOrderId>7</externalOrderId> <startDate>5</startDate> </TVEUpdateSubscriptionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |