POST api/BusinessTracking

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
businesstracking
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID": "ecdf3137-42de-4e00-bea2-cc667b895d64",
  "UserID": "a8a5e8fb-74df-45dd-89d3-5d43cc613e8d",
  "ModuleType": 1,
  "BusinessType": 1,
  "TrackingTypeID": "640e1404-07c2-406c-9a49-10e1a959168a",
  "TrackingType": {
    "DictDataID": "c4c8b730-db33-4881-94b9-cb4dfde503ea",
    "Name": "sample string 2"
  },
  "Description": "sample string 2",
  "LastUpdate": "2026-07-17T12:39:25.1772523+08:00",
  "ProjectID": "09c84e49-9e87-4550-a3b2-b192146e47cd"
}

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: 发生一个或多个错误。

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: 发生一个或多个错误。

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

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.