POST api/tve/claim
Request Information
URI Parameters
None.
Body Parameters
TVEClaimRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| CountryCode | string |
None. |
|
| ActivationCode | string |
None. |
|
| MacAddress | string |
None. |
|
| AccountNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"CountryCode": "sample string 2",
"ActivationCode": "sample string 3",
"MacAddress": "sample string 4",
"AccountNumber": "sample string 5"
}
application/xml, text/xml
Sample:
<TVEClaimRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvergentInterface.Core.ApiClasses"> <AccountNumber>sample string 5</AccountNumber> <ActivationCode>sample string 3</ActivationCode> <CountryCode>sample string 2</CountryCode> <MacAddress>sample string 4</MacAddress> <UserId>sample string 1</UserId> </TVEClaimRequest>
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. |