POST api/AccountVouchers/PrintRecord

Request Information

URI Parameters

None.

Body Parameters

VoucherPrintModel
NameDescriptionTypeAdditional information
VoucherID

integer

None.

VoucherType

string

None.

IsColorPrint

boolean

None.

IsFingerPrint

boolean

None.

IsPrintFile

boolean

None.

IsSignPrint

boolean

None.

SBUID

integer

None.

UserID

integer

None.

CurrencyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "VoucherID": 1,
  "VoucherType": "sample string 2",
  "IsColorPrint": true,
  "IsFingerPrint": true,
  "IsPrintFile": true,
  "IsSignPrint": true,
  "SBUID": 7,
  "UserID": 8,
  "CurrencyID": 9
}

application/xml, text/xml

Sample:
<VoucherPrintModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MicroFlour_API.Models">
  <CurrencyID>9</CurrencyID>
  <IsColorPrint>true</IsColorPrint>
  <IsFingerPrint>true</IsFingerPrint>
  <IsPrintFile>true</IsPrintFile>
  <IsSignPrint>true</IsSignPrint>
  <SBUID>7</SBUID>
  <UserID>8</UserID>
  <VoucherID>1</VoucherID>
  <VoucherType>sample string 2</VoucherType>
</VoucherPrintModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.