POST VanSalesService/invoice/postRtnInvStock

Request Information

URI Parameters

None.

Body Parameters

s_inv_Post
NameDescriptionTypeAdditional information
posttype

integer

None.

post

boolean

None.

username

string

None.

sinvid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "posttype": 1,
  "post": true,
  "username": "sample string 1",
  "sinvid": 2
}

application/xml, text/xml

Sample:
<s_inv_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emax.Vansales.Service.Models">
  <post>true</post>
  <posttype>1</posttype>
  <sinvid>2</sinvid>
  <username>sample string 1</username>
</s_inv_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.