GET api/Trade_MultiInvoice/GetRecordPrint

Request Information

URI Parameters

None.

Body Parameters

BrkMultiPrintModel
NameDescriptionTypeAdditional information
MultiInvID

integer

None.

IsPrintPur

boolean

None.

IsPrintSale

boolean

None.

IsPrintA5

boolean

None.

IsWithPrevBalance

boolean

None.

DueDaysP

string

None.

DueDaysS

string

None.

ContractIDManual

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MultiInvID": 1,
  "IsPrintPur": true,
  "IsPrintSale": true,
  "IsPrintA5": true,
  "IsWithPrevBalance": true,
  "DueDaysP": "sample string 6",
  "DueDaysS": "sample string 7",
  "ContractIDManual": "sample string 8"
}

application/xml, text/xml

Sample:
<BrkMultiPrintModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RiceMillsERP_API.Models">
  <ContractIDManual>sample string 8</ContractIDManual>
  <DueDaysP>sample string 6</DueDaysP>
  <DueDaysS>sample string 7</DueDaysS>
  <IsPrintA5>true</IsPrintA5>
  <IsPrintPur>true</IsPrintPur>
  <IsPrintSale>true</IsPrintSale>
  <IsWithPrevBalance>true</IsWithPrevBalance>
  <MultiInvID>1</MultiInvID>
</BrkMultiPrintModel>

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.