GET api/crm/trn/sales/list/sales/invoice/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CrmTrnSalesInvoiceEntity
NameDescriptionTypeAdditional information
Id

integer

None.

BranchId

integer

None.

SINumber

string

None.

SalesInvoice

string

None.

SIDate

string

None.

CustomerId

integer

None.

Customer

string

None.

TermId

integer

None.

Term

string

None.

DocumentReference

string

None.

ManualSINumber

string

None.

Remarks

string

None.

Amount

decimal number

None.

PaidAmount

decimal number

None.

AdjustmentAmount

decimal number

None.

BalanceAmount

decimal number

None.

SoldById

integer

None.

SoldBy

string

None.

PreparedById

integer

None.

CheckedById

integer

None.

ApprovedById

integer

None.

Status

string

None.

IsCancelled

boolean

None.

IsPrinted

boolean

None.

IsLocked

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "BranchId": 2,
    "SINumber": "sample string 3",
    "SalesInvoice": "sample string 4",
    "SIDate": "sample string 5",
    "CustomerId": 6,
    "Customer": "sample string 7",
    "TermId": 8,
    "Term": "sample string 9",
    "DocumentReference": "sample string 10",
    "ManualSINumber": "sample string 11",
    "Remarks": "sample string 12",
    "Amount": 13.0,
    "PaidAmount": 14.0,
    "AdjustmentAmount": 15.0,
    "BalanceAmount": 16.0,
    "SoldById": 17,
    "SoldBy": "sample string 18",
    "PreparedById": 19,
    "CheckedById": 20,
    "ApprovedById": 21,
    "Status": "sample string 22",
    "IsCancelled": true,
    "IsPrinted": true,
    "IsLocked": true
  },
  {
    "Id": 1,
    "BranchId": 2,
    "SINumber": "sample string 3",
    "SalesInvoice": "sample string 4",
    "SIDate": "sample string 5",
    "CustomerId": 6,
    "Customer": "sample string 7",
    "TermId": 8,
    "Term": "sample string 9",
    "DocumentReference": "sample string 10",
    "ManualSINumber": "sample string 11",
    "Remarks": "sample string 12",
    "Amount": 13.0,
    "PaidAmount": 14.0,
    "AdjustmentAmount": 15.0,
    "BalanceAmount": 16.0,
    "SoldById": 17,
    "SoldBy": "sample string 18",
    "PreparedById": 19,
    "CheckedById": 20,
    "ApprovedById": 21,
    "Status": "sample string 22",
    "IsCancelled": true,
    "IsPrinted": true,
    "IsLocked": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfCrmTrnSalesInvoiceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/easyfiscrm_api.Entities">
  <CrmTrnSalesInvoiceEntity>
    <AdjustmentAmount>15</AdjustmentAmount>
    <Amount>13</Amount>
    <ApprovedById>21</ApprovedById>
    <BalanceAmount>16</BalanceAmount>
    <BranchId>2</BranchId>
    <CheckedById>20</CheckedById>
    <Customer>sample string 7</Customer>
    <CustomerId>6</CustomerId>
    <DocumentReference>sample string 10</DocumentReference>
    <Id>1</Id>
    <IsCancelled>true</IsCancelled>
    <IsLocked>true</IsLocked>
    <IsPrinted>true</IsPrinted>
    <ManualSINumber>sample string 11</ManualSINumber>
    <PaidAmount>14</PaidAmount>
    <PreparedById>19</PreparedById>
    <Remarks>sample string 12</Remarks>
    <SIDate>sample string 5</SIDate>
    <SINumber>sample string 3</SINumber>
    <SalesInvoice>sample string 4</SalesInvoice>
    <SoldBy>sample string 18</SoldBy>
    <SoldById>17</SoldById>
    <Status>sample string 22</Status>
    <Term>sample string 9</Term>
    <TermId>8</TermId>
  </CrmTrnSalesInvoiceEntity>
  <CrmTrnSalesInvoiceEntity>
    <AdjustmentAmount>15</AdjustmentAmount>
    <Amount>13</Amount>
    <ApprovedById>21</ApprovedById>
    <BalanceAmount>16</BalanceAmount>
    <BranchId>2</BranchId>
    <CheckedById>20</CheckedById>
    <Customer>sample string 7</Customer>
    <CustomerId>6</CustomerId>
    <DocumentReference>sample string 10</DocumentReference>
    <Id>1</Id>
    <IsCancelled>true</IsCancelled>
    <IsLocked>true</IsLocked>
    <IsPrinted>true</IsPrinted>
    <ManualSINumber>sample string 11</ManualSINumber>
    <PaidAmount>14</PaidAmount>
    <PreparedById>19</PreparedById>
    <Remarks>sample string 12</Remarks>
    <SIDate>sample string 5</SIDate>
    <SINumber>sample string 3</SINumber>
    <SalesInvoice>sample string 4</SalesInvoice>
    <SoldBy>sample string 18</SoldBy>
    <SoldById>17</SoldById>
    <Status>sample string 22</Status>
    <Term>sample string 9</Term>
    <TermId>8</TermId>
  </CrmTrnSalesInvoiceEntity>
</ArrayOfCrmTrnSalesInvoiceEntity>