POST v6/api_1169/InvoicePaging

Request Information

URI Parameters

None.

Body Parameters

PaginatedQuery
NameDescriptionTypeAdditional information
UserName

string

None.

Password

string

None.

PageSize

integer

None.

PageNumber

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2",
  "PageSize": 3,
  "PageNumber": 4
}

application/xml, text/xml

Sample:
<PaginatedQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels">
  <PageNumber>4</PageNumber>
  <PageSize>3</PageSize>
  <Password>sample string 2</Password>
  <UserName>sample string 1</UserName>
</PaginatedQuery>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PaginatedQuery'.

Response Information

Resource Description

PagedResultModelOfInvoiceModel
NameDescriptionTypeAdditional information
IsSuccesfull

boolean

None.

ErrorMessage

string

None.

Items

Collection of InvoiceModel

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccesfull": true,
  "ErrorMessage": "sample string 2",
  "Items": null
}

application/xml, text/xml

Sample:
<PagedResultModelOfInvoiceModelsgUgozuD xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/V6.models.CommonModels">
  <ErrorMessage>sample string 2</ErrorMessage>
  <IsSuccesfull>true</IsSuccesfull>
  <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/V6.models.Entegrasyon.Operasyonlar.CoupaEntegrasyon.Models.Invoice" i:nil="true" />
</PagedResultModelOfInvoiceModelsgUgozuD>