POST api/hubspot/update
Request Information
URI Parameters
None.
Body Parameters
DocSer| Name | Description | Type | Additional information |
|---|---|---|---|
| num | string |
None. |
|
| ser | string |
None. |
|
| des | string |
None. |
|
| tip | string |
None. |
|
| com | string |
None. |
|
| rem | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"num": "sample string 1",
"ser": "sample string 2",
"des": "sample string 3",
"tip": "sample string 4",
"com": "sample string 5",
"rem": "sample string 6"
}
application/xml, text/xml
Sample:
<DocSer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models"> <com>sample string 5</com> <des>sample string 3</des> <num>sample string 1</num> <rem>sample string 6</rem> <ser>sample string 2</ser> <tip>sample string 4</tip> </DocSer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Empresa| Name | Description | Type | Additional information |
|---|---|---|---|
| cant | integer |
None. |
|
| FechaCreacion | string |
None. |
|
| indicador | integer |
None. |
|
| Nick | string |
None. |
|
| indd | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"cant": 1,
"FechaCreacion": "sample string 2",
"indicador": 3,
"Nick": "sample string 4",
"indd": 5
}
application/xml, text/xml
Sample:
<Empresa xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Hubspot"> <FechaCreacion>sample string 2</FechaCreacion> <Nick>sample string 4</Nick> <cant>1</cant> <indd>5</indd> <indicador>3</indicador> </Empresa>