POST api/QiYueSuo/CreateContractLock
创建契约锁合同
Request Information
URI Parameters
None.
Body Parameters
CreateContractLockDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| contractId | integer |
None. |
|
| sn | string |
None. |
|
| bizId | string |
None. |
|
| status | string |
None. |
|
| tenantId | integer |
None. |
|
| tenantName | string |
None. |
|
| operatorName | string |
None. |
|
| operatorMobile | string |
None. |
|
| allSignatory | string |
None. |
|
| type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contractId": 1,
"sn": "sample string 2",
"bizId": "sample string 3",
"status": "sample string 4",
"tenantId": 5,
"tenantName": "sample string 6",
"operatorName": "sample string 7",
"operatorMobile": "sample string 8",
"allSignatory": "sample string 9",
"type": "sample string 10"
}
application/xml, text/xml
Sample:
<CreateContractLockDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity.DTO"> <allSignatory>sample string 9</allSignatory> <bizId>sample string 3</bizId> <contractId>1</contractId> <operatorMobile>sample string 8</operatorMobile> <operatorName>sample string 7</operatorName> <sn>sample string 2</sn> <status>sample string 4</status> <tenantId>5</tenantId> <tenantName>sample string 6</tenantName> <type>sample string 10</type> </CreateContractLockDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {}
}
application/xml, text/xml
Sample:
<ResultModelOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data /> <Message>sample string 1</Message> </ResultModelOfanyType>