POST sol/{pID}/atender

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pID

string

Required

Body Parameters

SO_AtenderVM
NameDescriptionTypeAdditional information
id

string

None.

tipoCambio

decimal number

None.

monto

decimal number

None.

fechaReq

date

None.

motivo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "tipoCambio": 1.0,
  "monto": 1.0,
  "fechaReq": "2026-04-13T17:39:30.4302342-05:00",
  "motivo": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.