POST Events/GetYTFeeHTML
Request Information
URI Parameters
None.
Body Parameters
RequestGetYTFeeHTML| Name | Description | Type | Additional information |
|---|---|---|---|
| ArrID | integer |
None. |
|
| EventType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArrID": 1,
"EventType": 2
}
text/html
Sample:
{"ArrID":1,"EventType":2}
application/xml, text/xml
Sample:
<RequestGetYTFeeHTML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RequestModels"> <ArrID>1</ArrID> <EventType>2</EventType> </RequestGetYTFeeHTML>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseGetYTFeeHTML| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentNotPaidByArr | string |
None. |
|
| ContentPaidByArr | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContentNotPaidByArr": "sample string 1",
"ContentPaidByArr": "sample string 2"
}
text/html
Sample:
{"ContentNotPaidByArr":"sample string 1","ContentPaidByArr":"sample string 2"}
application/xml, text/xml
Sample:
<ResponseGetYTFeeHTML xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ResponseModels"> <ContentNotPaidByArr>sample string 1</ContentNotPaidByArr> <ContentPaidByArr>sample string 2</ContentPaidByArr> </ResponseGetYTFeeHTML>