POST api/DetalleCatalogos

Request Information

URI Parameters

None.

Body Parameters

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.