POST api/Mercados
Request Information
URI Parameters
None.
Body Parameters
Mercados| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMercado | integer |
None. |
|
| Mercado | string |
None. |
|
| Clientes | Collection of Clientes |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdMercado": 1,
"Mercado": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Mercados| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMercado | integer |
None. |
|
| Mercado | string |
None. |
|
| Clientes | Collection of Clientes |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdMercado": 1,
"Mercado": "sample string 2"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.