POST prueba-sap/get-data-by-parameters

Request Information

URI Parameters

None.

Body Parameters

PruebaSapModel
NameDescriptionTypeAdditional information
Campo1

string

None.

Campo2

decimal number

None.

Campo3

string

None.

Id

globally unique identifier

None.

Name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Campo1": "sample string 1",
  "Campo2": 2.1,
  "Campo3": "sample string 3",
  "Id": "b3722931-e895-46bd-b777-28ccd2a0b53d",
  "Name": "sample string 4"
}

text/xml

Sample:
<PruebaSapModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IntegracionSAPCRM.ViewModels">
  <Id>b3722931-e895-46bd-b777-28ccd2a0b53d</Id>
  <Name>sample string 4</Name>
  <Campo1>sample string 1</Campo1>
  <Campo2>2.1</Campo2>
  <Campo3>sample string 3</Campo3>
</PruebaSapModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>