PUT api/SalesTaxOverrides?overrideId={overrideId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
overrideId

integer

Required

Body Parameters

SalesTaxOverrideDto
NameDescriptionTypeAdditional information
OverrideId

integer

None.

ClientId

integer

None.

StateId

integer

None.

TaxRate

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "OverrideId": 1,
  "ClientId": 1,
  "StateId": 2,
  "TaxRate": 3.0
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SalesTaxOverrideDto'.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
Message

string

None.

Result

Object

None.

StatusCode

integer

None.

StatusGroup

string

None.

Details

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.