POST api/Tender/ChangeRequesterAthor
Request Information
URI Parameters
None.
Body Parameters
ChangeAuthor| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemID | string |
None. |
|
| ListName | string |
None. |
|
| webUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ItemID": "sample string 1",
"ListName": "sample string 2",
"webUrl": "sample string 3"
}
application/xml, text/xml
Sample:
<ChangeAuthor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Services.TenderService"> <ItemID>sample string 1</ItemID> <ListName>sample string 2</ListName> <webUrl>sample string 3</webUrl> </ChangeAuthor>
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.