POST api/Wcc/SaveFileData

Request Information

URI Parameters

None.

Body Parameters

UpdaterRecordsDTO
NameDescriptionTypeAdditional information
RecordId

integer

None.

FileRecords

string

None.

BatchId

integer

None.

Source

string

None.

ServiceProvider

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "RecordId": 1,
  "FileRecords": "sample string 2",
  "BatchId": 1,
  "Source": "sample string 3",
  "ServiceProvider": "sample string 4",
  "CreatedOn": "2025-10-17T02:49:49.2056877-07:00"
}

application/xml, text/xml

Sample:
<UpdaterRecordsDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountUpdater.Models">
  <BatchId>1</BatchId>
  <CreatedOn>2025-10-17T02:49:49.2056877-07:00</CreatedOn>
  <FileRecords>sample string 2</FileRecords>
  <RecordId>1</RecordId>
  <ServiceProvider>sample string 4</ServiceProvider>
  <Source>sample string 3</Source>
</UpdaterRecordsDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.