POST GetParametersCompany

Obtener todos los parametros o un o en especifico del a compañía

Request Information

URI Parameters

None.

Body Parameters

Parametro

CompanyParameter
NameDescriptionTypeAdditional information
parameterName

Código del tipo de parametro

string

Required

String length: inclusive between 0 and 30

parameterValue

Valor del parametro

string

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

Sample:
{
  "parameterName": "sample string 1",
  "parameterValue": "sample string 2"
}

application/xml, text/xml

Sample:
<CompanyParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIRestUBL21.Models">
  <parameterName>sample string 1</parameterName>
  <parameterValue>sample string 2</parameterValue>
</CompanyParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.