POST api/data/GetData

Request Information

URI Parameters

None.

Body Parameters

RequestModel
NameDescriptionTypeAdditional information
PastDate

date

None.

CurrentDate

date

None.

VendorName

string

None.

FetchMasterData

boolean

None.

SkipRows

integer

None.

TakeRows

integer

None.

IsDuplicateVendor

boolean

None.

PkIds

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PastDate": "2026-05-13T17:04:02.1409034-04:00",
  "CurrentDate": "2026-05-13T17:04:02.1409034-04:00",
  "VendorName": "sample string 3",
  "FetchMasterData": true,
  "SkipRows": 5,
  "TakeRows": 6,
  "IsDuplicateVendor": true,
  "PkIds": [
    "e076c516-8bab-4689-bf62-1b118565a8c1",
    "3b09ae30-784c-4d85-9fcc-e430b549aa8c"
  ]
}

application/xml, text/xml

Sample:
<RequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceForInsertData.Models">
  <CurrentDate>2026-05-13T17:04:02.1409034-04:00</CurrentDate>
  <FetchMasterData>true</FetchMasterData>
  <IsDuplicateVendor>true</IsDuplicateVendor>
  <PastDate>2026-05-13T17:04:02.1409034-04:00</PastDate>
  <PkIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>e076c516-8bab-4689-bf62-1b118565a8c1</d2p1:guid>
    <d2p1:guid>3b09ae30-784c-4d85-9fcc-e430b549aa8c</d2p1:guid>
  </PkIds>
  <SkipRows>5</SkipRows>
  <TakeRows>6</TakeRows>
  <VendorName>sample string 3</VendorName>
</RequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.