POST api/trackedfile/add

Request Information

URI Parameters

None.

Body Parameters

ClientTrackedFileModel
NameDescriptionTypeAdditional information
OrgEntityUuid

string

None.

StoreNumber

string

None.

Name

string

None.

ClientCreatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgEntityUuid": "sample string 1",
  "StoreNumber": "sample string 2",
  "Name": "sample string 3",
  "ClientCreatedDate": "2025-01-22T05:55:21.9341634+00:00"
}

application/xml, text/xml

Sample:
<ClientTrackedFileModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConnectWise_Web.Models">
  <ClientCreatedDate>2025-01-22T05:55:21.9341634+00:00</ClientCreatedDate>
  <Name>sample string 3</Name>
  <OrgEntityUuid>sample string 1</OrgEntityUuid>
  <StoreNumber>sample string 2</StoreNumber>
</ClientTrackedFileModel>

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 'ClientTrackedFileModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.