GET jxc_api/WarehousingList/SearchInvoiceMaps?billId={billId}&entryId={entryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
billId

integer

Required

entryId

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of InvoiceEnrollListModel
NameDescriptionTypeAdditional information
Id

integer

None.

VcId

integer

None.

Date

date

None.

DateFmt

string

None.

No

string

None.

Type

InvoiceType

None.

TypeName

string

None.

Amount

decimal number

None.

Tax

decimal number

None.

AmountTax

decimal number

None.

OfdAmount

decimal number

None.

OfuAmount

decimal number

None.

OfAmount

decimal number

None.

PayeeType

ContactType

None.

PayeeId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "VcId": 2,
    "Date": "2024-05-03 22:50:31",
    "DateFmt": "2024-05-03",
    "No": "sample string 4",
    "Type": 1010,
    "TypeName": "sample string 5",
    "Amount": 6.0,
    "Tax": 7.0,
    "AmountTax": 8.0,
    "OfdAmount": 9.0,
    "OfuAmount": -1.0,
    "OfAmount": 10.0,
    "PayeeType": 1010,
    "PayeeId": 11
  },
  {
    "Id": 1,
    "VcId": 2,
    "Date": "2024-05-03 22:50:31",
    "DateFmt": "2024-05-03",
    "No": "sample string 4",
    "Type": 1010,
    "TypeName": "sample string 5",
    "Amount": 6.0,
    "Tax": 7.0,
    "AmountTax": 8.0,
    "OfdAmount": 9.0,
    "OfuAmount": -1.0,
    "OfAmount": 10.0,
    "PayeeType": 1010,
    "PayeeId": 11
  }
]

application/xml, text/xml

Sample:
<ArrayOfInvoiceEnrollListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Purchase.Models">
  <InvoiceEnrollListModel>
    <Amount>6</Amount>
    <AmountTax>8</AmountTax>
    <Date>2024-05-03T22:50:31.4907948+08:00</Date>
    <Id>1</Id>
    <No>sample string 4</No>
    <OfAmount>10</OfAmount>
    <OfdAmount>9</OfdAmount>
    <PayeeId>11</PayeeId>
    <PayeeType>Customer</PayeeType>
    <Tax>7</Tax>
    <Type>NoInvoice</Type>
    <TypeName>sample string 5</TypeName>
    <VcId>2</VcId>
  </InvoiceEnrollListModel>
  <InvoiceEnrollListModel>
    <Amount>6</Amount>
    <AmountTax>8</AmountTax>
    <Date>2024-05-03T22:50:31.4907948+08:00</Date>
    <Id>1</Id>
    <No>sample string 4</No>
    <OfAmount>10</OfAmount>
    <OfdAmount>9</OfdAmount>
    <PayeeId>11</PayeeId>
    <PayeeType>Customer</PayeeType>
    <Tax>7</Tax>
    <Type>NoInvoice</Type>
    <TypeName>sample string 5</TypeName>
    <VcId>2</VcId>
  </InvoiceEnrollListModel>
</ArrayOfInvoiceEnrollListModel>