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