POST api/plutto/proveedores/procesar

Request Information

URI Parameters

None.

Body Parameters

PluttoManualProcessRequest
NameDescriptionTypeAdditional information
InformationRequestId

string

None.

InformationSheetId

string

None.

Status

string

None.

UpdatedAt

string

None.

Force

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "InformationRequestId": "sample string 1",
  "InformationSheetId": "sample string 2",
  "Status": "sample string 3",
  "UpdatedAt": "sample string 4",
  "Force": true
}

application/xml, text/xml

Sample:
<PluttoManualProcessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Integraciones.Models.Plutto">
  <Force>true</Force>
  <InformationRequestId>sample string 1</InformationRequestId>
  <InformationSheetId>sample string 2</InformationSheetId>
  <Status>sample string 3</Status>
  <UpdatedAt>sample string 4</UpdatedAt>
</PluttoManualProcessRequest>

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.