POST api/mercadoMoneda/Insert
Request Information
URI Parameters
None.
Body Parameters
mercadoMoneda| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required Max length: 10 |
|
| nombre | string |
Required Max length: 60 |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1",
"nombre": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.