POST api/Catalogos

Request Information

URI Parameters

None.

Body Parameters

GECATLGS
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GECATLGS'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.