POST {language}/report/{country}/appendix8BInformation/insertAppendix8BInformation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
language

string

Required

country

string

Required

Body Parameters

InsertAppendix8BInfomationRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

BasisYear

integer

None.

EmployeeId

globally unique identifier

None.

CompanyId

globally unique identifier

None.

SchemeType

string

None.

CompanyRegistrationNumberUEN

string

None.

NameOfCompany

string

None.

TypeOfPlanGranted

string

None.

DateOfGrant

date

None.

DateOfExerciseOf_ESOP

date

None.

ExercisePriceOf_ESOP

decimal number

None.

OpenMarket_ESOP_ESOW

decimal number

None.

OpenMarket_DateReflected

decimal number

None.

NumberOfSharesAcquired

decimal number

None.

GrossAmountQualifyingForIncomeTaxExemption

decimal number

None.

GrossAmountNotQualifyingForTaxExemption

decimal number

None.

GrossAmountOfGainsFromESOP_ESOWPlans

decimal number

None.

TypeOfExercise

string

None.

NoOfUnexerciseESOPOrUnvestedShare

decimal number

None.

OrganizationTypeID

string

None.

RequestId

globally unique identifier

None.

Language

string

None.

LanguageLogin

string

None.

AuthToken

string

None.

ClientId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "501f80a4-2389-493b-9538-374967c58943",
  "BasisYear": 2,
  "EmployeeId": "eb4868bd-cbc6-44c9-94f5-94ae90173dfc",
  "CompanyId": "e9022543-2919-4016-9b23-ad610bd945db",
  "SchemeType": "sample string 5",
  "CompanyRegistrationNumberUEN": "sample string 6",
  "NameOfCompany": "sample string 7",
  "TypeOfPlanGranted": "sample string 8",
  "DateOfGrant": "2025-04-27T23:32:05.6538648+00:00",
  "DateOfExerciseOf_ESOP": "2025-04-27T23:32:05.6538648+00:00",
  "ExercisePriceOf_ESOP": 9.1,
  "OpenMarket_ESOP_ESOW": 10.1,
  "OpenMarket_DateReflected": 11.1,
  "NumberOfSharesAcquired": 12.1,
  "GrossAmountQualifyingForIncomeTaxExemption": 13.1,
  "GrossAmountNotQualifyingForTaxExemption": 14.1,
  "GrossAmountOfGainsFromESOP_ESOWPlans": 15.1,
  "TypeOfExercise": "sample string 16",
  "NoOfUnexerciseESOPOrUnvestedShare": 17.1,
  "OrganizationTypeID": "sample string 18",
  "RequestId": "2cb9eaaf-0aac-4197-bf34-80af0f856fd9",
  "Language": "sample string 20",
  "LanguageLogin": "sample string 21",
  "AuthToken": "sample string 22",
  "ClientId": "sample string 23",
  "PageIndex": 24,
  "PageSize": 25
}

application/xml, text/xml

Sample:
<InsertAppendix8BInfomationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Paytime.Infrastructure.WebApi.Models.Requests">
  <AuthToken xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 22</AuthToken>
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 23</ClientId>
  <Language xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 20</Language>
  <LanguageLogin xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">sample string 21</LanguageLogin>
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">24</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">25</PageSize>
  <RequestId xmlns="http://schemas.datacontract.org/2004/07/Cadena.Common.WebApi">2cb9eaaf-0aac-4197-bf34-80af0f856fd9</RequestId>
  <BasisYear>2</BasisYear>
  <CompanyId>e9022543-2919-4016-9b23-ad610bd945db</CompanyId>
  <CompanyRegistrationNumberUEN>sample string 6</CompanyRegistrationNumberUEN>
  <DateOfExerciseOf_ESOP>2025-04-27T23:32:05.6538648+00:00</DateOfExerciseOf_ESOP>
  <DateOfGrant>2025-04-27T23:32:05.6538648+00:00</DateOfGrant>
  <EmployeeId>eb4868bd-cbc6-44c9-94f5-94ae90173dfc</EmployeeId>
  <ExercisePriceOf_ESOP>9.1</ExercisePriceOf_ESOP>
  <GrossAmountNotQualifyingForTaxExemption>14.1</GrossAmountNotQualifyingForTaxExemption>
  <GrossAmountOfGainsFromESOP_ESOWPlans>15.1</GrossAmountOfGainsFromESOP_ESOWPlans>
  <GrossAmountQualifyingForIncomeTaxExemption>13.1</GrossAmountQualifyingForIncomeTaxExemption>
  <Id>501f80a4-2389-493b-9538-374967c58943</Id>
  <NameOfCompany>sample string 7</NameOfCompany>
  <NoOfUnexerciseESOPOrUnvestedShare>17.1</NoOfUnexerciseESOPOrUnvestedShare>
  <NumberOfSharesAcquired>12.1</NumberOfSharesAcquired>
  <OpenMarket_DateReflected>11.1</OpenMarket_DateReflected>
  <OpenMarket_ESOP_ESOW>10.1</OpenMarket_ESOP_ESOW>
  <OrganizationTypeID>sample string 18</OrganizationTypeID>
  <SchemeType>sample string 5</SchemeType>
  <TypeOfExercise>sample string 16</TypeOfExercise>
  <TypeOfPlanGranted>sample string 8</TypeOfPlanGranted>
</InsertAppendix8BInfomationRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.