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": "38397c2a-f99c-440f-af69-644c6f05e5b7",
  "UserID": "77d89ebe-8628-4df0-8c5f-2a6961fd1c38",
  "ModuleType": 1,
  "BusinessType": 1,
  "TrackingTypeID": "7b739bfb-e136-4036-bf1e-1adfd4b4c6ca",
  "TrackingType": {
    "DictDataID": "c9564ab9-c94f-454f-bd4d-a2beb45b4778",
    "Name": "sample string 2"
  },
  "Description": "sample string 2",
  "LastUpdate": "2026-09-10T11:31:17.1769592+08:00",
  "ProjectID": "6fbf79a9-38ea-45e5-af8e-b74912c99cba"
}

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.