POST jurisdictionCode/add

Request Information

URI Parameters

None.

Body Parameters

JurisdictionCodeAddRequest
NameDescriptionTypeAdditional information
CountryId

integer

None.

Code

string

None.

Account

string

None.

Description

string

None.

Rate

string

None.

SapTaxCodeSettingId

integer

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CountryId": 1,
  "Code": "sample string 2",
  "Account": "sample string 3",
  "Description": "sample string 4",
  "Rate": "sample string 5",
  "SapTaxCodeSettingId": 6,
  "IsActive": true
}

application/xml, text/xml

Sample:
<JurisdictionCodeAddRequest 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>
  <Account>sample string 3</Account>
  <Code>sample string 2</Code>
  <CountryId>1</CountryId>
  <Description>sample string 4</Description>
  <Rate>sample string 5</Rate>
  <SapTaxCodeSettingId>6</SapTaxCodeSettingId>
</JurisdictionCodeAddRequest>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.