PUT api/ContractLessor/Put/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
AmsContractAndLessorName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
ContractId | string |
None. |
|
LessorId | string |
None. |
|
AmountType | string |
None. |
|
CreateBy | string |
None. |
|
CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "ContractId": "sample string 2", "LessorId": "sample string 3", "AmountType": "sample string 4", "CreateBy": "sample string 5", "CreateDate": "2025-05-11T19:52:45.4931587+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.