GET api/XMLSentWOLFLog/{id}

Get a single XMLSentToWOLF record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

id of the record

integer

Required

Body Parameters

None.

Response Information

Resource Description

uspWDTFXMLSentToWOLFLogSelectByID_Result
NameDescriptionTypeAdditional information
Id

integer

None.

FileName

string

None.

DocumentCount

integer

None.

DocumentAmount

decimal number

None.

DocumentIdIdentifier

string

None.

WOLF_XML

string

None.

InsertDate

date

None.

InsertBy

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "FileName": "sample string 2",
  "DocumentCount": 1,
  "DocumentAmount": 1.0,
  "DocumentIdIdentifier": "sample string 3",
  "WOLF_XML": "sample string 4",
  "InsertDate": "2025-04-29T12:30:26.9342311-06:00",
  "InsertBy": 6
}

text/html

Sample:
{"Id":1,"FileName":"sample string 2","DocumentCount":1,"DocumentAmount":1.0,"DocumentIdIdentifier":"sample string 3","WOLF_XML":"sample string 4","InsertDate":"2025-04-29T12:30:26.9342311-06:00","InsertBy":6}

application/xml, text/xml

Sample:
<uspWDTFXMLSentToWOLFLogSelectByID_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TrainingFundREST._DAL">
  <DocumentAmount>1</DocumentAmount>
  <DocumentCount>1</DocumentCount>
  <DocumentIdIdentifier>sample string 3</DocumentIdIdentifier>
  <FileName>sample string 2</FileName>
  <Id>1</Id>
  <InsertBy>6</InsertBy>
  <InsertDate>2025-04-29T12:30:26.9342311-06:00</InsertDate>
  <WOLF_XML>sample string 4</WOLF_XML>
</uspWDTFXMLSentToWOLFLogSelectByID_Result>