POST VanSalesService/Pay/PostPayAcc

Request Information

URI Parameters

None.

Body Parameters

pay_Post
NameDescriptionTypeAdditional information
chartidfrom

integer

None.

chartidto

integer

None.

branchid

integer

None.

post

boolean

None.

username

string

None.

pdid

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<pay_Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emax.Vansales.Service.Models">
  <branchid>3</branchid>
  <chartidfrom>1</chartidfrom>
  <chartidto>2</chartidto>
  <pdid>5</pdid>
  <post>true</post>
  <username>sample string 4</username>
</pay_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.