POST api/Servicio/Promos
Request Information
URI Parameters
None.
Body Parameters
ServRequestName | Description | Type | Additional information |
---|---|---|---|
usuario | string |
None. |
|
Servicios | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "usuario": "sample string 1", "Servicios": [ 1, 2 ] }
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}