POST api/customers/ChangedProcessed

Mark previous downloaded items as processed

Request Information

URI Parameters

None.

Body Parameters

Response Information

Resource Description

processedresult
NameDescriptionTypeAdditional information
success

Indicates if the action was successfull

boolean

None.

remark

A description regarding the result

string

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "remark": "sample string 2"
}

application/xml, text/xml

Sample:
<processedresult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TechnoDataSystems.Enterprise.TotalWash.Web.API">
  <remark>sample string 2</remark>
  <success>true</success>
</processedresult>