POST api/url/acortarURL
Autenticación en la APP
Request Information
URI Parameters
None.
Body Parameters
AcortarURLRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| domainId | string |
None. |
|
| login | string |
None. |
|
| passwd | string |
None. |
|
| url | string |
None. |
|
| tagUrl | string |
None. |
|
| fechaFinUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"domainId": "sample string 1",
"login": "sample string 2",
"passwd": "sample string 3",
"url": "sample string 4",
"tagUrl": "sample string 5",
"fechaFinUrl": "sample string 6"
}
application/xml, text/xml
Sample:
<AcortarURLRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSAPI_SMS.Models"> <domainId>sample string 1</domainId> <fechaFinUrl>sample string 6</fechaFinUrl> <login>sample string 2</login> <passwd>sample string 3</passwd> <tagUrl>sample string 5</tagUrl> <url>sample string 4</url> </AcortarURLRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AcortarURLResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| acortadaURL | string |
None. |
|
| CodError | string |
None. |
|
| Tipo | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"acortadaURL": "sample string 1",
"CodError": "sample string 2",
"Tipo": "sample string 3"
}
application/xml, text/xml
Sample:
<AcortarURLResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WSAPI_SMS.Models"> <CodError>sample string 2</CodError> <Tipo>sample string 3</Tipo> <acortadaURL>sample string 1</acortadaURL> </AcortarURLResponse>