POST api/Subscriptor
Request Information
URI Parameters
None.
Body Parameters
suscriptores| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSubscriptor | integer |
None. |
|
| string |
None. |
||
| Idcampania | integer |
None. |
|
| Status1 | integer |
None. |
|
| Webkey | string |
None. |
|
| Idpage | integer |
None. |
|
| Instruccion | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdSubscriptor": 1,
"Email": "sample string 2",
"Idcampania": 3,
"Status1": 4,
"Webkey": "sample string 5",
"Idpage": 6,
"Instruccion": 7
}
Response Information
Resource Description
Collection of suscriptores| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSubscriptor | integer |
None. |
|
| string |
None. |
||
| Idcampania | integer |
None. |
|
| Status1 | integer |
None. |
|
| Webkey | string |
None. |
|
| Idpage | integer |
None. |
|
| Instruccion | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdSubscriptor": 1,
"Email": "sample string 2",
"Idcampania": 3,
"Status1": 4,
"Webkey": "sample string 5",
"Idpage": 6,
"Instruccion": 7
},
{
"IdSubscriptor": 1,
"Email": "sample string 2",
"Idcampania": 3,
"Status1": 4,
"Webkey": "sample string 5",
"Idpage": 6,
"Instruccion": 7
}
]