PUT api/NTCoGenInfo/UpdateDetails?uniqueClientID={uniqueClientID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uniqueClientID | integer |
Required |
Body Parameters
EYCTCWebNTCoSchGenInfoDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSingleTaxRate | boolean |
None. |
|
| IsResident | boolean |
None. |
|
| ForeignCurrency | Pair of string [key] and string [value] |
None. |
|
| ForeignCurrencyCode | integer |
None. |
|
| AverageRate | decimal number |
None. |
|
| EngagementContactName | string |
None. |
|
| EngagementContactPhoneNumber | string |
None. |
|
| IsFRS39 | boolean |
None. |
|
| IsPreFRS39 | boolean |
None. |
|
| IsNewStartUpCompany | boolean |
None. |
|
| IsElectionForLiberalisedTreatmentOfExp | boolean |
None. |
|
| IsCITRebateCashGrant | boolean |
None. |
|
| IsXBRLAccountsField | boolean |
None. |
|
| IsQualifiedForSMECashGrant | boolean |
None. |
|
| IsQualifiedForPICCashBonus | boolean |
None. |
|
| Section14NFirstYAOfClaim | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsSingleTaxRate": true,
"IsResident": true,
"ForeignCurrency": {
"Key": "sample string 1",
"Value": "sample string 2"
},
"ForeignCurrencyCode": 3,
"AverageRate": 4.1,
"EngagementContactName": "sample string 5",
"EngagementContactPhoneNumber": "sample string 6",
"IsFRS39": true,
"IsPreFRS39": true,
"IsNewStartUpCompany": true,
"IsElectionForLiberalisedTreatmentOfExp": true,
"IsCITRebateCashGrant": true,
"IsXBRLAccountsField": true,
"IsQualifiedForSMECashGrant": true,
"IsQualifiedForPICCashBonus": true,
"Section14NFirstYAOfClaim": 15
}
application/xml, text/xml
Sample:
<EYCTCWebNTCoSchGenInfoDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EYCAPL.CTS.Web">
<AverageRate>4.1</AverageRate>
<EngagementContactName>sample string 5</EngagementContactName>
<EngagementContactPhoneNumber>sample string 6</EngagementContactPhoneNumber>
<ForeignCurrency xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d2p1:key>sample string 1</d2p1:key>
<d2p1:value>sample string 2</d2p1:value>
</ForeignCurrency>
<ForeignCurrencyCode>3</ForeignCurrencyCode>
<IsCITRebateCashGrant>true</IsCITRebateCashGrant>
<IsElectionForLiberalisedTreatmentOfExp>true</IsElectionForLiberalisedTreatmentOfExp>
<IsFRS39>true</IsFRS39>
<IsNewStartUpCompany>true</IsNewStartUpCompany>
<IsPreFRS39>true</IsPreFRS39>
<IsQualifiedForPICCashBonus>true</IsQualifiedForPICCashBonus>
<IsQualifiedForSMECashGrant>true</IsQualifiedForSMECashGrant>
<IsResident>true</IsResident>
<IsSingleTaxRate>true</IsSingleTaxRate>
<IsXBRLAccountsField>true</IsXBRLAccountsField>
<Section14NFirstYAOfClaim>15</Section14NFirstYAOfClaim>
</EYCTCWebNTCoSchGenInfoDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |