PUT Pay?Id={Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

string

Required

Body Parameters

cPay2
NameDescriptionTypeAdditional information
Id

integer

None.

Id2

integer

None.

Id3

integer

None.

Fec

string

None.

Typ

integer

None.

TPa

integer

None.

Ori

integer

None.

Des

integer

None.

Mon

integer

None.

Tot

decimal number

None.

Use

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Id2": 2,
  "Id3": 3,
  "Fec": "sample string 4",
  "Typ": 5,
  "TPa": 6,
  "Ori": 7,
  "Des": 8,
  "Mon": 9,
  "Tot": 10.1,
  "Use": "sample string 11"
}

application/xml, text/xml

Sample:
<cPay2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo">
  <Des>8</Des>
  <Fec>sample string 4</Fec>
  <Id>1</Id>
  <Id2>2</Id2>
  <Id3>3</Id3>
  <Mon>9</Mon>
  <Ori>7</Ori>
  <TPa>6</TPa>
  <Tot>10.1</Tot>
  <Typ>5</Typ>
  <Use>sample string 11</Use>
</cPay2>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.