POST api/Catalogo/LandingCategoria
Request Information
URI Parameters
None.
Body Parameters
CategoryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeService | string |
None. |
|
| Keyword | string |
None. |
|
| Username | string |
None. |
|
| Currency | string |
None. |
|
| TopService | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeService": "sample string 1",
"Keyword": "sample string 2",
"Username": "sample string 3",
"Currency": "sample string 4",
"TopService": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Folio | integer |
None. |
|
| Message | string |
None. |
|
| Id | integer |
None. |
|
| Response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Folio": 1,
"Message": "sample string 2",
"Id": 3,
"Response": {
"$id": "2"
}
}