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": "81a36ca0-b618-4955-b36b-6d4607beed1a",
  "UserID": "5ab456a7-f8ea-4017-a299-8e08b1082508",
  "ModuleType": 1,
  "BusinessType": 1,
  "TrackingTypeID": "5f46ef0e-6571-42a0-b812-99239156da32",
  "TrackingType": {
    "DictDataID": "b32261e5-b970-41c5-b707-25e7b17e05dc",
    "Name": "sample string 2"
  },
  "Description": "sample string 2",
  "LastUpdate": "2026-05-23T12:31:29.6926751+08:00",
  "ProjectID": "6ec7237c-0490-45b8-9f67-80487fb9fa43"
}

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.