PUT api/SetupSaiTaxingAuthority/Put

Request Information

URI Parameters

None.

Body Parameters

SetupSaiTaxingAuthority
NameDescriptionTypeAdditional information
KendoID

string

None.

ReportAuthorityCode

string

None.

TaxingAuthorityCode

string

None.

TaxingAuthorityName

string

None.

StaxRate

decimal number

Required

Data type: Currency

RateChangedOn

date

None.

PreviousStaxRate

decimal number

None.

IsActive

boolean

None.

Selected

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedOn

date

None.

CreatedBy

string

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

IsLockedForEditing

boolean

None.

LockedBy

string

None.

Request Formats

application/json, text/json

Sample:
{
  "KendoID": "6|sample string 7|sample string 1|sample string 2",
  "ReportAuthorityCode": "sample string 1",
  "TaxingAuthorityCode": "sample string 2",
  "TaxingAuthorityName": "sample string 3",
  "StaxRate": 4.0,
  "RateChangedOn": "2025-12-16T20:27:41.6416007+00:00",
  "PreviousStaxRate": 1.0,
  "IsActive": true,
  "Selected": true,
  "AccountId": 6,
  "CompanyId": "sample string 7",
  "CreatedOn": "2025-12-16T20:27:41.6416007+00:00",
  "CreatedBy": "sample string 9",
  "UpdatedOn": "2025-12-16T20:27:41.6416007+00:00",
  "UpdatedBy": "sample string 10",
  "IsLockedForEditing": true,
  "LockedBy": "sample string 12"
}

application/xml, text/xml

Sample:
<SetupSaiTaxingAuthority xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.Setup">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">6</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 9</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:27:41.6416007+00:00</CreatedOn>
  <IsLockedForEditing xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">true</IsLockedForEditing>
  <LockedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 12</LockedBy>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</UpdatedBy>
  <UpdatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:27:41.6416007+00:00</UpdatedOn>
  <IsActive>true</IsActive>
  <PreviousStaxRate>1</PreviousStaxRate>
  <RateChangedOn>2025-12-16T20:27:41.6416007+00:00</RateChangedOn>
  <ReportAuthorityCode>sample string 1</ReportAuthorityCode>
  <Selected>true</Selected>
  <StaxRate>4</StaxRate>
  <TaxingAuthorityCode>sample string 2</TaxingAuthorityCode>
  <TaxingAuthorityName>sample string 3</TaxingAuthorityName>
</SetupSaiTaxingAuthority>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.