POST api/Admin/AIMakeChatPremium

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
input
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MemberUserId": 1,
  "LoggedInUserId": 2,
  "AIMembershipTariffId": 3,
  "TimezoneOffset": 4,
  "ToDate": "2025-05-10T16:10:55.7007183+00:00",
  "FromDate": "2025-05-10T16:10:55.7007183+00:00"
}

multipart/form-data

Sample:
{"MemberUserId":1,"LoggedInUserId":2,"AIMembershipTariffId":3,"TimezoneOffset":4,"ToDate":"2025-05-10T16:10:55.7007183+00:00","FromDate":"2025-05-10T16:10:55.7007183+00:00"}

application/xml, text/xml

Sample:
<AIMakeChatPremiumInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLogic.Models.AI">
  <AIMembershipTariffId>3</AIMembershipTariffId>
  <FromDate>2025-05-10T16:10:55.7007183+00:00</FromDate>
  <LoggedInUserId>2</LoggedInUserId>
  <MemberUserId>1</MemberUserId>
  <TimezoneOffset>4</TimezoneOffset>
  <ToDate>2025-05-10T16:10:55.7007183+00:00</ToDate>
</AIMakeChatPremiumInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, multipart/form-data, application/xml, text/xml

Sample:

Sample not available.