POST GlobalTender/GetUserTenderList

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.GlobalTender+TenderList
NameDescriptionTypeAdditional information
UserId

string

None.

TenderName

string

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "TenderName": "sample string 2",
  "PageIndex": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<TenderList xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <UserId>sample string 1</UserId>
  <TenderName>sample string 2</TenderName>
  <PageIndex>3</PageIndex>
  <PageSize>4</PageSize>
</TenderList>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.