POST api/DetalleCatalogos
Request Information
URI Parameters
None.
Body Parameters
GEDETLLCATLG| Name | Description | Type | Additional information |
|---|---|---|---|
| cdcoddetll | string |
None. |
|
| cdcodg | decimal number |
None. |
|
| cddescrpcn | string |
None. |
|
| cddato | string |
None. |
|
| cdestd | string |
None. |
|
| GECATLGS | GECATLGS |
None. |
Request Formats
application/json, text/json
Sample:
{
"cdcoddetll": "sample string 1",
"cdcodg": 2.0,
"cddescrpcn": "sample string 3",
"cddato": "sample string 4",
"cdestd": "sample string 5",
"GECATLGS": {
"$id": "2",
"cacodg": 1.0,
"canombr": "sample string 2",
"caestd": "sample string 3",
"GEDETLLCATLG": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.