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": "5ad06f44-fc07-4a2d-a06d-8386d757a933",
  "UserID": "905b602e-10b5-4522-b78f-013794c8ce93",
  "ModuleType": 1,
  "BusinessType": 1,
  "TrackingTypeID": "6656c8a2-8a38-4c32-9a7a-f4b06945b70b",
  "TrackingType": {
    "DictDataID": "51457b9b-cfd4-46f7-abd2-882edc661c10",
    "Name": "sample string 2"
  },
  "Description": "sample string 2",
  "LastUpdate": "2026-03-29T10:35:00.0050254+08:00",
  "ProjectID": "f0f15489-ba37-4c7a-8334-afc485ba3a63"
}

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.