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": "37e1873c-8360-429f-8a47-3a1f043c8161",
  "UserID": "feb67374-4d87-4f7c-a5b5-30791b89ce27",
  "ModuleType": 1,
  "BusinessType": 1,
  "TrackingTypeID": "783dab47-a861-4660-81e6-0362bef23ead",
  "TrackingType": {
    "DictDataID": "1ecd7ebb-6c26-4030-85d7-680a2b4f9182",
    "Name": "sample string 2"
  },
  "Description": "sample string 2",
  "LastUpdate": "2025-12-12T03:48:27.8417844+08:00",
  "ProjectID": "b3d5bbf2-d618-46ad-8a48-8b5e243a35cb"
}

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.