POST api/Contact/AgregarPorCelular

Request Information

URI Parameters

None.

Body Parameters

RequestNegocioHubSpot
NameDescriptionTypeAdditional information
objectId

string

None.

properties

PropertyNegocio

None.

Request Formats

application/json, text/json

Sample:
{
  "objectId": "sample string 1",
  "properties": {
    "celular_de_contacto": {
      "versions": [
        {
          "name": "sample string 1",
          "value": "sample string 2"
        },
        {
          "name": "sample string 1",
          "value": "sample string 2"
        }
      ]
    }
  }
}

application/xml, text/xml

Sample:
<RequestNegocioHubSpot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GrupoPana.MigracionesHubSpot.WebApi.Models">
  <objectId>sample string 1</objectId>
  <properties>
    <celular_de_contacto>
      <versions>
        <PropertyVersions>
          <name>sample string 1</name>
          <value>sample string 2</value>
        </PropertyVersions>
        <PropertyVersions>
          <name>sample string 1</name>
          <value>sample string 2</value>
        </PropertyVersions>
      </versions>
    </celular_de_contacto>
  </properties>
</RequestNegocioHubSpot>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.