POST Accounting/UpdateSellHuy1

Request Information

URI Parameters

None.

Body Parameters

RequestSell
NameDescriptionTypeAdditional information
Form

string

None.

FormName

string

None.

Action

string

None.

keyValue

string

None.

UserID

string

None.

UserName

string

None.

IP_ID

string

None.

ID

integer

None.

TRANS_ID

integer

None.

FULL_NAME

string

None.

AMOUNT_SELL

decimal number

None.

CURRENCY_SELL

string

None.

EXCHANGE_RATE_FX

decimal number

None.

EXCHANGE_RATE_OCB

decimal number

None.

EXCHANGE_RATE_PARTNER

decimal number

None.

TOTAL_AMOUNT_PARTNER_EQ

decimal number

None.

DESCRIPTIONS

string

None.

DESCRIPTIONS1

string

None.

DESCRIPTIONS2

string

None.

Note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Form": "sample string 1",
  "FormName": "sample string 2",
  "Action": "sample string 3",
  "keyValue": "sample string 4",
  "UserID": "sample string 5",
  "UserName": "sample string 6",
  "IP_ID": "sample string 7",
  "ID": 8,
  "TRANS_ID": 1,
  "FULL_NAME": "sample string 9",
  "AMOUNT_SELL": 10.1,
  "CURRENCY_SELL": "sample string 11",
  "EXCHANGE_RATE_FX": 12.1,
  "EXCHANGE_RATE_OCB": 13.1,
  "EXCHANGE_RATE_PARTNER": 14.1,
  "TOTAL_AMOUNT_PARTNER_EQ": 15.1,
  "DESCRIPTIONS": "sample string 16",
  "DESCRIPTIONS1": "sample string 17",
  "DESCRIPTIONS2": "sample string 18",
  "Note": "sample string 19"
}

application/xml, text/xml

Sample:
<RequestSell xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <AMOUNT_SELL>10.1</AMOUNT_SELL>
  <Action>sample string 3</Action>
  <CURRENCY_SELL>sample string 11</CURRENCY_SELL>
  <DESCRIPTIONS>sample string 16</DESCRIPTIONS>
  <DESCRIPTIONS1>sample string 17</DESCRIPTIONS1>
  <DESCRIPTIONS2>sample string 18</DESCRIPTIONS2>
  <EXCHANGE_RATE_FX>12.1</EXCHANGE_RATE_FX>
  <EXCHANGE_RATE_OCB>13.1</EXCHANGE_RATE_OCB>
  <EXCHANGE_RATE_PARTNER>14.1</EXCHANGE_RATE_PARTNER>
  <FULL_NAME>sample string 9</FULL_NAME>
  <Form>sample string 1</Form>
  <FormName>sample string 2</FormName>
  <ID>8</ID>
  <IP_ID>sample string 7</IP_ID>
  <Note>sample string 19</Note>
  <TOTAL_AMOUNT_PARTNER_EQ>15.1</TOTAL_AMOUNT_PARTNER_EQ>
  <TRANS_ID>1</TRANS_ID>
  <UserID>sample string 5</UserID>
  <UserName>sample string 6</UserName>
  <keyValue>sample string 4</keyValue>
</RequestSell>

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.