POST TaxInformation/Insert

Request Information

URI Parameters

None.

Body Parameters

TaxInfoRequest
NameDescriptionTypeAdditional information
Address

string

None.

Phone

string

None.

NIT

string

None.

NRF

string

None.

Description

string

None.

Size

string

None.

TypeTaxPayer

string

None.

TypeDocument

string

None.

Enable

boolean

None.

Contact

string

None.

PersonID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Address": "sample string 1",
  "Phone": "sample string 2",
  "NIT": "sample string 3",
  "NRF": "sample string 4",
  "Description": "sample string 5",
  "Size": "sample string 6",
  "TypeTaxPayer": "sample string 7",
  "TypeDocument": "sample string 8",
  "Enable": true,
  "Contact": "sample string 10",
  "PersonID": 11
}

application/xml, text/xml

Sample:
<TaxInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
  <Address>sample string 1</Address>
  <Contact>sample string 10</Contact>
  <Description>sample string 5</Description>
  <Enable>true</Enable>
  <NIT>sample string 3</NIT>
  <NRF>sample string 4</NRF>
  <PersonID>11</PersonID>
  <Phone>sample string 2</Phone>
  <Size>sample string 6</Size>
  <TypeDocument>sample string 8</TypeDocument>
  <TypeTaxPayer>sample string 7</TypeTaxPayer>
</TaxInfoRequest>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.