POST api/catalog/create

Request Information

URI Parameters

None.

Body Parameters

InfoCatRqst
NameDescriptionTypeAdditional information
title

string

None.

cntry_id

integer

None.

partner_id

integer

None.

lang

string

None.

file_id

integer

None.

dsc

string

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "cntry_id": 1,
  "partner_id": 1,
  "lang": "sample string 2",
  "file_id": 3,
  "dsc": "sample string 4"
}

application/xml, text/xml

Sample:
<InfoCatRqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UHCP___web.Models">
  <cntry_id>1</cntry_id>
  <dsc>sample string 4</dsc>
  <file_id>3</file_id>
  <lang>sample string 2</lang>
  <partner_id>1</partner_id>
  <title>sample string 1</title>
</InfoCatRqst>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.