POST Advanced/DatosGlobalesProrrateoFOB

Request Information

URI Parameters

None.

Body Parameters

SintiaAdvanceProrrateoFOB
NameDescriptionTypeAdditional information
IDDT

string

None.

DespachoId

integer

None.

AjusteFOB

decimal number

None.

Porcentaje

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IDDT": "sample string 1",
  "DespachoId": 2,
  "AjusteFOB": 3.0,
  "Porcentaje": true
}

application/xml, text/xml

Sample:
<SintiaAdvanceProrrateoFOB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alpha.AutomatizadorMaria.Modelo.View">
  <AjusteFOB>3</AjusteFOB>
  <DespachoId>2</DespachoId>
  <IDDT>sample string 1</IDDT>
  <Porcentaje>true</Porcentaje>
</SintiaAdvanceProrrateoFOB>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SintiaAdvanceResultado
NameDescriptionTypeAdditional information
Exito

boolean

None.

Descripcion

string

None.

o

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.