Cant succed to create a contract from the api !

Cant succed to create a contract from the api !

Here is my input values 

{
"source": 1,
"inputfields": [
{
"metaApiName": "contract-type",
"inputs": [
{
"inputApiName": "contract-type",
"inputValue": "software-as-a-service-agreement"
}
]
},
{
"metaApiName": "title",
"inputs": [
{
"inputApiName": "title",
"inputValue": "SLA with Zylker"
}
]
},
{
"metaApiName": "description",
"inputs": [
{
"inputApiName": "description",
"inputValue": "Test Contracts Description API"
}
]
},
{
"metaApiName": "requester-name",
"inputs": [
{
"inputApiName": "requester-name",
"inputValue": "Test Requester API"
}
]
},
{
"metaApiName": "requester-department",
"inputs": [
{
"inputApiName": "requester-department",
"inputValue": "Sales"
}
]
},
{
"metaApiName": "party-b-name",
"inputs": [
{
"inputApiName": "party-b-name",
"inputValue": "Student"
}
]
},
{
"metaApiName": "counterparty-primary-contact",
"inputs": [
{
"inputApiName": "party-b-primary-contact-name",
"inputValue": "laura.holmes@zylker.com"
}
]
},
{
"metaApiName": "contract-term",
"inputs": [
{
"inputApiName": "contract-term",
"inputValue": false
}
]
},
{
"metaApiName": "contract-effective-date",
"inputs": [
{
"inputApiName": "contract-effective-date",
"inputValue": 0
},
{
"inputApiName": "effective-specific-date",
"inputValue": "10/10/2025"
}
]
},
{
"metaApiName": "contract-end-date",
"inputs": [
{
"inputApiName": "contract-end-date",
"inputValue": 3
},
{
"inputApiName": "n-monthsyears-value",
"inputValue": 2
},
{
"inputApiName": "n-monthsyears-term",
"inputValue": 0
}
]
},
{
"metaApiName": "termination-notice-period",
"inputs": [
{
"inputApiName": "termination-notice-period",
"inputValue": 20
}
]
},
{
"metaApiName": "is-renewable",
"inputs": [
{
"inputApiName": "is-renewable",
"inputValue": true
}
]
},
{
"metaApiName": "renewal-type",
"inputs": [
{
"inputApiName": "renewal-type",
"inputValue": 0
}
]
},
{
"metaApiName": "notice-period-before-expiration",
"inputs": [
{
"inputApiName": "notice-period-before-expiration",
"inputValue": 5
}
]
},
{
"metaApiName": "send-expiration-reminder",
"inputs": [
{
"inputApiName": "send-expiration-reminder",
"inputValue": 15
}
]
},
{
"metaApiName": "amount",
"inputs": [
{
"inputApiName": "amount",
"inputValue": 1200
}
]
},
{
"metaApiName": "tax",
"inputs": [
{
"inputApiName": "tax",
"inputValue": 0
}
]
}
]
} its giving something like
{
"contracts": []
} how to fix this one?


      • Sticky Posts

      • 11 Common API Errors and How to Prevent Them

        Zoho Contracts offers an extensive set of APIs using which you can integrate with your applications and build custom solutions. However, while using them and executing your code, you might face some errors. The reason might be due to any of the following
      • Organization Parameter in API Calls

        Zoho Contracts now supports the multi-org feature where users can be part of multiple organizations. You can now manage contracts across multiple organizations with separate Zoho Contracts accounts for each organization. Users who are part of multiple
      • Zoho Contracts API Documentation

        Greetings! The API documentation of Zoho Contracts is now available. Please access it from the below link. https://www.zoho.com/contracts/api/introduction.html You can post your queries and problems relating to Zoho Contracts API in this developer forum.