POST api/Customer/FreeTrial/1/Info?Signature={Signature}&Language={Language}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Signature

string

Required

Language

API.LANGUAGE

Default value is en_US

Body Parameters

Requests.Customers.FreeTrials.Info
NameDescriptionTypeAdditional information
ClientCode

string

None.

DateTime

date

None.

Content

Forms.Customers.FreeTrials.Info

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientCode": "sample string 1",
  "DateTime": "2024-11-18T12:24:07.5750491+08:00",
  "Content": {
    "Identity": null,
    "EmergencyContactName": "sample string 1",
    "EmergencyContactNumber": "sample string 2",
    "PromoOrVoucherCode": "sample string 3",
    "StartDate": "2024-11-18T12:24:07.5750491+08:00",
    "AccountManager": "sample string 5"
  }
}

text/html

Sample:
{"ClientCode":"sample string 1","DateTime":"2024-11-18T12:24:07.5750491+08:00","Content":{"Identity":null,"EmergencyContactName":"sample string 1","EmergencyContactNumber":"sample string 2","PromoOrVoucherCode":"sample string 3","StartDate":"2024-11-18T12:24:07.5750491+08:00","AccountManager":"sample string 5"}}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Responses.Customers.FreeTrials.Info
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Messages

Collection of Models.Message

None.

ClientCode

string

None.

DateTime

date

None.

Content

Models.Customers.NewMvpRequest

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "Messages": [],
  "ClientCode": "sample string 2",
  "DateTime": "2024-11-18T12:24:07.6687996+08:00",
  "Content": null
}

text/html

Sample:
{"IsSuccessful":true,"Messages":[],"ClientCode":"sample string 2","DateTime":"2024-11-18T12:24:07.6687996+08:00","Content":null}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.