POST saptaxcodesetting/add

Request Information

URI Parameters

None.

Body Parameters

SapTaxCodeSettingAddRequest
NameDescriptionTypeAdditional information
CountryId

integer

None.

SapCode

string

None.

Value

string

None.

Description

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "SapCode": "sample string 2",
  "Value": "sample string 3",
  "Description": "sample string 4",
  "IsActive": true
}

application/xml, text/xml

Sample:
<SapTaxCodeSettingAddRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SALT2.Objects.OrganizationObjects">
  <IsActive xmlns="http://schemas.datacontract.org/2004/07/SALT2.Objects">true</IsActive>
  <CountryId>1</CountryId>
  <Description>sample string 4</Description>
  <SapCode>sample string 2</SapCode>
  <Value>sample string 3</Value>
</SapTaxCodeSettingAddRequest>

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 'SapTaxCodeSettingAddRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.