PUT api/ContractBondLog/Put/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
AmsContractBondLogName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
PlanId | string |
None. |
|
Amount | decimal number |
None. |
|
Type | string |
None. |
|
Remark | string |
None. |
|
RelativePath | string |
None. |
|
CreateBy | string |
None. |
|
CreateDate | date |
None. |
|
ModifyBy | string |
None. |
|
ModifyDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "PlanId": "sample string 2", "Amount": 3.0, "Type": "sample string 4", "Remark": "sample string 5", "RelativePath": "sample string 6", "CreateBy": "sample string 7", "CreateDate": "2025-05-11T19:22:24.6985756+08:00", "ModifyBy": "sample string 9", "ModifyDate": "2025-05-11T19:22:24.6985756+08:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.