POST Fol/UrlforRedirection

Request Information

URI Parameters

None.

Body Parameters

FolDto
NameDescriptionTypeAdditional information
TSSShowNumber

integer

None.

TFCNumber

integer

None.

FOLOrderKey

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TSSShowNumber": 1,
  "TFCNumber": 2,
  "FOLOrderKey": 1
}

Response Information

Resource Description

FolResponseDto
NameDescriptionTypeAdditional information
RedirectedUrl

string

None.

IsSuccess

boolean

None.

ResponseMessage

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RedirectedUrl": "sample string 1",
  "IsSuccess": true,
  "ResponseMessage": "sample string 3"
}