POST Api/Corporate/PostFileServer

Request Information

URI Parameters

None.

Body Parameters

FileServerRequest
NameDescriptionTypeAdditional information
pstDir

string

None.

pstModId

string

None.

pstPayorFilter

string

None.

pstSearchText

string

None.

pstLocation

string

None.

pstSortByField

string

None.

pstOrderType

string

None.

pstUserId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "pstDir": "sample string 1",
  "pstModId": "sample string 2",
  "pstPayorFilter": "sample string 3",
  "pstSearchText": "sample string 4",
  "pstLocation": "sample string 5",
  "pstSortByField": "sample string 6",
  "pstOrderType": "sample string 7",
  "pstUserId": "sample string 8"
}

application/xml, text/xml

Sample:
<CorporateResponse.FileServerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PalladiumWebAPI.Interfaces">
  <pstUserId>sample string 8</pstUserId>
  <pstDir>sample string 1</pstDir>
  <pstLocation>sample string 5</pstLocation>
  <pstModId>sample string 2</pstModId>
  <pstOrderType>sample string 7</pstOrderType>
  <pstPayorFilter>sample string 3</pstPayorFilter>
  <pstSearchText>sample string 4</pstSearchText>
  <pstSortByField>sample string 6</pstSortByField>
</CorporateResponse.FileServerRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.