POST VanSalesService/Stock/PostAddTransOrderAcc

Request Information

URI Parameters

None.

Body Parameters

st_transactions_Post
NameDescriptionTypeAdditional information
posttype

integer

None.

branchid

integer

None.

post

boolean

None.

username

string

None.

transid

integer

None.

chartidfrom

integer

None.

chartidto

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "posttype": 1,
  "branchid": 1,
  "post": true,
  "username": "sample string 2",
  "transid": 3,
  "chartidfrom": 4,
  "chartidto": 5
}

application/xml, text/xml

Sample:
<st_transactions_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emax.Vansales.Service.Models">
  <branchid>1</branchid>
  <chartidfrom>4</chartidfrom>
  <chartidto>5</chartidto>
  <post>true</post>
  <posttype>1</posttype>
  <transid>3</transid>
  <username>sample string 2</username>
</st_transactions_Post>

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.