POST api/Tender/TenderSyncFileAzuze

Request Information

URI Parameters

None.

Body Parameters

SyncFileAzureTender
NameDescriptionTypeAdditional information
TIID

string

None.

ListDocDes

string

None.

SiteUrlDes

string

None.

FormType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TIID": "sample string 1",
  "ListDocDes": "sample string 2",
  "SiteUrlDes": "sample string 3",
  "FormType": "sample string 4"
}

application/xml, text/xml

Sample:
<SyncFileAzureTender xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.TenderService">
  <FormType>sample string 4</FormType>
  <ListDocDes>sample string 2</ListDocDes>
  <SiteUrlDes>sample string 3</SiteUrlDes>
  <TIID>sample string 1</TIID>
</SyncFileAzureTender>

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 'SyncFileAzureTender'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.