POST api/Invoices/AddSapreferenceToMegaLot

Request Information

URI Parameters

None.

Body Parameters

SapReferenceNumberToSubLot
NameDescriptionTypeAdditional information
NumLot

integer

None.

SapReference

string

None.

DbName

string

None.

User

string

None.

ListIdPagoLineasRefBank

Collection of IdPagoLineasRefBank

None.

Request Formats

application/json, text/json

Sample:
{
  "NumLot": 1,
  "SapReference": "sample string 2",
  "DbName": "sample string 3",
  "User": "sample string 4",
  "ListIdPagoLineasRefBank": [
    {
      "idPagoLinea": 1,
      "numRefBank": "sample string 2"
    },
    {
      "idPagoLinea": 1,
      "numRefBank": "sample string 2"
    }
  ]
}

application/xml, text/xml

Sample:
<SapReferenceNumberToSubLot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PAGOS.Models">
  <DbName>sample string 3</DbName>
  <ListIdPagoLineasRefBank>
    <IdPagoLineasRefBank>
      <idPagoLinea>1</idPagoLinea>
      <numRefBank>sample string 2</numRefBank>
    </IdPagoLineasRefBank>
    <IdPagoLineasRefBank>
      <idPagoLinea>1</idPagoLinea>
      <numRefBank>sample string 2</numRefBank>
    </IdPagoLineasRefBank>
  </ListIdPagoLineasRefBank>
  <NumLot>1</NumLot>
  <SapReference>sample string 2</SapReference>
  <User>sample string 4</User>
</SapReferenceNumberToSubLot>

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.