POST Cavy/CustomerData

Request Information

URI Parameters

None.

Body Parameters

CustomerDataCavy
NameDescriptionTypeAdditional information
Email

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Email": "sample string 1"
}

application/xml, text/xml

Sample:
<CustomerDataCavy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
  <Email>sample string 1</Email>
</CustomerDataCavy>

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

Response Information

Resource Description

CustomerDataCavyResponse
NameDescriptionTypeAdditional information
PersonID

integer

None.

IdVendedor

integer

None.

Email

string

None.

NameExt

string

None.

Address

string

None.

CountryID

integer

None.

Department

string

None.

Municipality

string

None.

Name

string

None.

Phone

string

None.

SteinerCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "PersonID": 1,
  "IdVendedor": 2,
  "Email": "sample string 3",
  "NameExt": "sample string 4",
  "Address": "sample string 5",
  "CountryID": 6,
  "Department": "sample string 7",
  "Municipality": "sample string 8",
  "Name": "sample string 9",
  "Phone": "sample string 10",
  "SteinerCode": "sample string 11"
}

application/xml, text/xml

Sample:
<CustomerDataCavyResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YoVendoRecargaAPI.WebAPI.Models">
  <Address>sample string 5</Address>
  <CountryID>6</CountryID>
  <Department>sample string 7</Department>
  <Email>sample string 3</Email>
  <IdVendedor>2</IdVendedor>
  <Municipality>sample string 8</Municipality>
  <Name>sample string 9</Name>
  <NameExt>sample string 4</NameExt>
  <PersonID>1</PersonID>
  <Phone>sample string 10</Phone>
  <SteinerCode>sample string 11</SteinerCode>
</CustomerDataCavyResponse>