POST api/PurchaseOrder/GetPOFullReport

Request Information

URI Parameters

None.

Body Parameters

tbl_GetPOFullReport
NameDescriptionTypeAdditional information
Keyword

string

None.

Vendid

integer

None.

ProjectID

integer

None.

GrpID

integer

None.

SubGrpID

integer

None.

Status

string

None.

StartDate

string

None.

EndDate

string

None.

IsTDS

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "keyword": "sample string 1",
  "vendid": 1,
  "projectID": 1,
  "grpID": 1,
  "subGrpID": 1,
  "status": "sample string 2",
  "startDate": "sample string 3",
  "endDate": "sample string 4",
  "isTDS": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.