LeaseComponentCloneRequest¶
Example Json Object
1{
2 "name": "string",
3 "idGenerationType": "AUTO",
4 "contractId": 0,
5 "includeTermsAndConditions": true
6}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
name |
string |
false |
none |
none |
idGenerationType |
string |
true |
none |
none |
contractId |
integer(int64) |
false |
none |
none |
includeTermsAndConditions |
boolean |
true |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
idGenerationType |
AUTO, MANUAL |