POST api/Quotation/GetFolderPath

Request Information

URI Parameters

None.

Body Parameters

FolderPath
NameDescriptionTypeAdditional information
StoreName

string

None.

PropertyType

integer

None.

AppointmentId

integer

None.

SalesDocNo

string

None.

CustomerName

string

None.

CompanyName

string

None.

CustomerFirstName

string

None.

CustomerLastName

string

None.

ProjectName

string

None.

JobSite

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreName": "sample string 1",
  "PropertyType": 2,
  "AppointmentId": 3,
  "SalesDocNo": "sample string 4",
  "CustomerName": "sample string 5",
  "CompanyName": "sample string 6",
  "CustomerFirstName": "sample string 7",
  "CustomerLastName": "sample string 8",
  "ProjectName": "sample string 9",
  "JobSite": "sample string 10"
}

multipart/form-data, text/plain

Sample:
{"StoreName":"sample string 1","PropertyType":2,"AppointmentId":3,"SalesDocNo":"sample string 4","CustomerName":"sample string 5","CompanyName":"sample string 6","CustomerFirstName":"sample string 7","CustomerLastName":"sample string 8","ProjectName":"sample string 9","JobSite":"sample string 10"}

application/xml, text/xml

Sample:
<FO_API_Utilities_GLOBAL_Class.FolderPath xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FO_API_Utilities">
  <AppointmentId>3</AppointmentId>
  <CompanyName>sample string 6</CompanyName>
  <CustomerFirstName>sample string 7</CustomerFirstName>
  <CustomerLastName>sample string 8</CustomerLastName>
  <CustomerName>sample string 5</CustomerName>
  <JobSite>sample string 10</JobSite>
  <ProjectName>sample string 9</ProjectName>
  <PropertyType>2</PropertyType>
  <SalesDocNo>sample string 4</SalesDocNo>
  <StoreName>sample string 1</StoreName>
</FO_API_Utilities_GLOBAL_Class.FolderPath>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FolderPath'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data, text/plain, application/xml, text/xml

Sample:

Sample not available.