GET api/Invoices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Invoices
NameDescriptionTypeAdditional information
InvoiceId

string

None.

InvoiceCode

string

None.

Concept

string

None.

Reference1

string

None.

Reference2

string

None.

Reference3

string

None.

Amount

decimal number

None.

CompanyId

string

String length: inclusive between 0 and 128

CustomerId

string

String length: inclusive between 0 and 128

DocumentId

string

String length: inclusive between 0 and 128

AreaId

string

String length: inclusive between 0 and 128

CurrencyId

string

String length: inclusive between 0 and 128

UserId

string

String length: inclusive between 0 and 128

StatusId

string

String length: inclusive between 0 and 128

IsNew

boolean

None.

InternalOrder

string

None.

CostCenter

string

None.

Account

string

None.

IsSent

boolean

None.

CreationDate

date

None.

UpdateDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "InvoiceId": "sample string 1",
    "InvoiceCode": "sample string 2",
    "Concept": "sample string 3",
    "Reference1": "sample string 4",
    "Reference2": "sample string 5",
    "Reference3": "sample string 6",
    "Amount": 7.0,
    "CompanyId": "sample string 8",
    "CustomerId": "sample string 9",
    "DocumentId": "sample string 10",
    "AreaId": "sample string 11",
    "CurrencyId": "sample string 12",
    "UserId": "sample string 13",
    "StatusId": "sample string 14",
    "IsNew": true,
    "InternalOrder": "sample string 16",
    "CostCenter": "sample string 17",
    "Account": "sample string 18",
    "IsSent": true,
    "CreationDate": "2024-11-26T07:50:33.6238671-06:00",
    "UpdateDate": "2024-11-26T07:50:33.6238671-06:00"
  },
  {
    "InvoiceId": "sample string 1",
    "InvoiceCode": "sample string 2",
    "Concept": "sample string 3",
    "Reference1": "sample string 4",
    "Reference2": "sample string 5",
    "Reference3": "sample string 6",
    "Amount": 7.0,
    "CompanyId": "sample string 8",
    "CustomerId": "sample string 9",
    "DocumentId": "sample string 10",
    "AreaId": "sample string 11",
    "CurrencyId": "sample string 12",
    "UserId": "sample string 13",
    "StatusId": "sample string 14",
    "IsNew": true,
    "InternalOrder": "sample string 16",
    "CostCenter": "sample string 17",
    "Account": "sample string 18",
    "IsSent": true,
    "CreationDate": "2024-11-26T07:50:33.6238671-06:00",
    "UpdateDate": "2024-11-26T07:50:33.6238671-06:00"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.