POST api/CompanyProjectDemand/Save
Request Information
URI Parameters
None.
Body Parameters
T_CompanyProjectDemand| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| title | string |
None. |
|
| ydgm | string |
None. |
|
| ydxz | string |
None. |
|
| cfgxyq | string |
None. |
|
| cfjzmj | string |
None. |
|
| jrfc | string |
None. |
|
| tdzc | string |
None. |
|
| fzzc | string |
None. |
|
| sszc | string |
None. |
|
| userId | integer |
None. |
|
| userName | string |
None. |
|
| companyId | integer |
None. |
|
| companyName | string |
None. |
|
| addTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"title": "sample string 2",
"ydgm": "sample string 3",
"ydxz": "sample string 4",
"cfgxyq": "sample string 5",
"cfjzmj": "sample string 6",
"jrfc": "sample string 7",
"tdzc": "sample string 8",
"fzzc": "sample string 9",
"sszc": "sample string 10",
"userId": 11,
"userName": "sample string 12",
"companyId": 13,
"companyName": "sample string 14",
"addTime": "2025-12-29T23:52:38.3575545+08:00"
}
application/xml, text/xml
Sample:
<T_CompanyProjectDemand xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models"> <Id>1</Id> <addTime>2025-12-29T23:52:38.3575545+08:00</addTime> <cfgxyq>sample string 5</cfgxyq> <cfjzmj>sample string 6</cfjzmj> <companyId>13</companyId> <companyName>sample string 14</companyName> <fzzc>sample string 9</fzzc> <jrfc>sample string 7</jrfc> <sszc>sample string 10</sszc> <tdzc>sample string 8</tdzc> <title>sample string 2</title> <userId>11</userId> <userName>sample string 12</userName> <ydgm>sample string 3</ydgm> <ydxz>sample string 4</ydxz> </T_CompanyProjectDemand>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| count | integer |
None. |
|
| data | Object |
None. |
|
| otherdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"count": 1,
"data": {},
"otherdata": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <code>1</code> <count>1</count> <data /> <msg>sample string 2</msg> <otherdata /> </ApiResult>