DocCloud API

<back to all web services

ListInvoiceWarrantyCardQuery

Requires Authentication
The following routes are available for this service:
GET/invoicewarrantycard
PaginatedOrderedRequestBase Parameters:
NameParameterData TypeRequiredDescription
OrderByformstringNo
SortTypeformstringNo
PagesformintNo
AmountformintNo
BaseResponse<T> Parameters:
NameParameterData TypeRequiredDescription
MultipleResultformIList<T>No
TotalformintNo
OffsetformintNo
BaseSingleResponse<T> Parameters:
NameParameterData TypeRequiredDescription
ResultformTNo
InvoiceWarrantyCardDto Parameters:
NameParameterData TypeRequiredDescription
InvoiceIdformulongNo
InvoiceNumberformstringNo
PositionsformList<InvoiceWarrantyCardPositionDto>No
TownformstringNo
IssueDateformDateTimeNo
ProviderIdformuintNo
ProviderCatIdformuintNo
ProviderNameformstringNo
ProviderVatIdformstringNo
ProviderStreetNameformstringNo
ProviderStreetNumberformstringNo
ProviderFlatNumberformstringNo
ProviderPostalCodeformstringNo
ProviderTownformstringNo
ProviderCountryIdformintNo
ProviderIsoCountryformstringNo
ProviderCountryformstringNo
ProviderEmailformstringNo
ProviderPhoneformstringNo
ProviderBankNameformstringNo
ProviderBankAccountNbformstringNo
ProviderIsActualformboolNo
ReceiverIdformuintNo
ReceiverCatIdformuintNo
ReceiverNameformstringNo
ReceiverVatIdformstringNo
ReceiverStreetNameformstringNo
ReceiverStreetNumberformstringNo
ReceiverFlatNumberformstringNo
ReceiverPostalCodeformstringNo
ReceiverTownformstringNo
ReceiverCountryIdformintNo
ReceiverIsoCountryformstringNo
ReceiverCountryformstringNo
ReceiverEmailformstringNo
ReceiverPhoneformstringNo
ReceiverBankNameformstringNo
ReceiverBankAccountNbformstringNo
ReceiverIsActualformboolNo
BaseKeyDto Parameters:
NameParameterData TypeRequiredDescription
CreatedByIdformuintNo
ModifiedByIdformuintNo
CreatedDateformDateTimeNo
ModifiedDateformDateTimeNo
IdformuintNo
InvoiceWarrantyCardPositionDto Parameters:
NameParameterData TypeRequiredDescription
WarrantyCardIdformulongNo
DescriptionformstringNo
WeightformdecimalNo
QuantityformintNo
SerialNumberformstringNo
IsDeletedformboolNo
BaseKeyLongDto Parameters:
NameParameterData TypeRequiredDescription
CreatedByIdformuintNo
ModifiedByIdformuintNo
CreatedDateformDateTimeNo
ModifiedDateformDateTimeNo
IdformulongNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /invoicewarrantycard HTTP/1.1 
Host: api.chmuradokumentow.pl 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"total":0,"offset":0,"result":{"invoiceId":0,"invoiceNumber":"String","positions":[{"warrantyCardId":0,"description":"String","weight":0,"quantity":0,"serialNumber":"String","isDeleted":false,"createdById":0,"modifiedById":0,"createdDate":"0001-01-01T00:00:00.0000000Z","modifiedDate":"0001-01-01T00:00:00.0000000Z","id":0}],"town":"String","issueDate":"0001-01-01T00:00:00.0000000Z","providerId":0,"providerCatId":0,"providerName":"String","providerVatId":"String","providerStreetName":"String","providerStreetNumber":"String","providerFlatNumber":"String","providerPostalCode":"String","providerTown":"String","providerCountryId":0,"providerIsoCountry":"String","providerCountry":"String","providerEmail":"String","providerPhone":"String","providerBankName":"String","providerBankAccountNb":"String","providerIsActual":false,"receiverId":0,"receiverCatId":0,"receiverName":"String","receiverVatId":"String","receiverStreetName":"String","receiverStreetNumber":"String","receiverFlatNumber":"String","receiverPostalCode":"String","receiverTown":"String","receiverCountryId":0,"receiverIsoCountry":"String","receiverCountry":"String","receiverEmail":"String","receiverPhone":"String","receiverBankName":"String","receiverBankAccountNb":"String","receiverIsActual":false,"createdById":0,"modifiedById":0,"createdDate":"0001-01-01T00:00:00.0000000Z","modifiedDate":"0001-01-01T00:00:00.0000000Z","id":0}}