POST api/purchaseOrsource/savepublicinfo
Request Information
URI Parameters
None.
Body Parameters
PurchaseOrSourceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| userId | integer |
None. |
|
| publicContent | string |
None. |
|
| pinPai | string |
None. |
|
| publicType | integer |
None. |
|
| addTime | date |
None. |
|
| deadlineTime | date |
None. |
|
| weiXinPath | string |
None. |
|
| publicStatus | integer |
None. |
|
| company | string |
None. |
|
| nickName | string |
None. |
|
| avatarUrl | string |
None. |
|
| EmployeeName | string |
None. |
|
| auditTime | date |
None. |
|
| auditRemark | string |
None. |
|
| isFollow | integer |
None. |
|
| commendCount | integer |
None. |
|
| pictures | Collection of PurchaseOrSourceInfoPicture |
None. |
Request Formats
application/json, text/json
Sample:
{
"pictures": [
{
"id": 1,
"infosId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4,
"addTime": "2025-12-06T12:31:50.6838282+08:00"
},
{
"id": 1,
"infosId": "sample string 2",
"pictureUrl": "sample string 3",
"sort": 4,
"addTime": "2025-12-06T12:31:50.6838282+08:00"
}
],
"id": "sample string 1",
"userId": 2,
"publicContent": "sample string 3",
"pinPai": "sample string 4",
"publicType": 5,
"addTime": "2025-12-06T12:31:50.6838282+08:00",
"deadlineTime": "2025-12-06T12:31:50.6838282+08:00",
"weiXinPath": "sample string 6",
"publicStatus": 7,
"company": "sample string 8",
"nickName": "sample string 9",
"avatarUrl": "sample string 10",
"employeeName": "sample string 11",
"auditTime": "2025-12-06T12:31:50.6838282+08:00",
"auditRemark": "sample string 12",
"isFollow": 13,
"commendCount": 14
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}