POST api/SDInvoice/GetUnSyncInvoicesDesktop

Request Information

URI Parameters

None.

Body Parameters

SDInvoiceInptutQBDesktop
NameDescriptionTypeAdditional information
Offset

integer

None.

Limit

integer

None.

IsCreditMemo

boolean

None.

MostRecentUpdate

boolean

None.

LastSyncDateTime

date

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Offset": 1,
  "Limit": 2,
  "IsCreditMemo": true,
  "MostRecentUpdate": true,
  "LastSyncDateTime": "2025-12-18T04:54:34.366403+00:00",
  "AccountId": 6,
  "CompanyId": "sample string 7",
  "CreatedBy": "sample string 8",
  "CreatedOn": "2025-12-18T04:54:34.366403+00:00"
}

application/xml, text/xml

Sample:
<SDInvoiceInptutQBDesktop xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">6</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 7</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 8</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-18T04:54:34.366403+00:00</CreatedOn>
  <IsCreditMemo>true</IsCreditMemo>
  <LastSyncDateTime>2025-12-18T04:54:34.366403+00:00</LastSyncDateTime>
  <Limit>2</Limit>
  <MostRecentUpdate>true</MostRecentUpdate>
  <Offset>1</Offset>
</SDInvoiceInptutQBDesktop>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />