POST api/Tender/TenderSyncFileAzuze
Request Information
URI Parameters
None.
Body Parameters
SyncFileAzureTenderName | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.