curl --request POST \
--url https://api.valyx.com/billing/contract/feeComponent/ratecard/{contract_id} \
--header 'Content-Type: application/json' \
--header 'X-Valyx-Signature: <x-valyx-signature>' \
--data '
{
"feeComponentId": "<string>",
"ratecardRelations": [
{
"ratecardId": "<string>"
}
]
}
'{
"error": "<string>",
"message": "<string>",
"data": {
"totalDocs": 123,
"docs": [
{
"id": {},
"customerId": {},
"contractNumber": {},
"contractTitle": {},
"contractPeriod": {},
"renewalPeriod": {},
"noteContract": {},
"billingFrequency": {},
"usageBillingCycle": {},
"estimateCycle": {},
"billingTime": {},
"startDate": {},
"virtualStartDate": {},
"endDate": {},
"nextBillingDate": {},
"billingDiscounts": {},
"isPreusage": {},
"billingReportLimit": {},
"contractLimit": {},
"creditTermId": {},
"poNumber": {},
"placeOfSupply": {},
"billingAddress": {},
"shippingAddress": {},
"totalInvoicedAmount": {},
"noteInvoice": {},
"terms": {},
"advanceConfig": {},
"invoiceSplitConfig": {},
"gstin": {},
"companyGstin": {},
"currency": {},
"currencyId": {},
"companyId": {},
"createdBy": {},
"updatedBy": {},
"status": {},
"autoRenew": {}
}
],
"hasNext": true,
"hasPrev": true,
"pageNumber": 123,
"pageSize": 123,
"totalPages": 123,
"prevPageNumber": 123,
"nextPageNumber": 123
}
}curl --request POST \
--url https://api.valyx.com/billing/contract/feeComponent/ratecard/{contract_id} \
--header 'Content-Type: application/json' \
--header 'X-Valyx-Signature: <x-valyx-signature>' \
--data '
{
"feeComponentId": "<string>",
"ratecardRelations": [
{
"ratecardId": "<string>"
}
]
}
'{
"error": "<string>",
"message": "<string>",
"data": {
"totalDocs": 123,
"docs": [
{
"id": {},
"customerId": {},
"contractNumber": {},
"contractTitle": {},
"contractPeriod": {},
"renewalPeriod": {},
"noteContract": {},
"billingFrequency": {},
"usageBillingCycle": {},
"estimateCycle": {},
"billingTime": {},
"startDate": {},
"virtualStartDate": {},
"endDate": {},
"nextBillingDate": {},
"billingDiscounts": {},
"isPreusage": {},
"billingReportLimit": {},
"contractLimit": {},
"creditTermId": {},
"poNumber": {},
"placeOfSupply": {},
"billingAddress": {},
"shippingAddress": {},
"totalInvoicedAmount": {},
"noteInvoice": {},
"terms": {},
"advanceConfig": {},
"invoiceSplitConfig": {},
"gstin": {},
"companyGstin": {},
"currency": {},
"currencyId": {},
"companyId": {},
"createdBy": {},
"updatedBy": {},
"status": {},
"autoRenew": {}
}
],
"hasNext": true,
"hasPrev": true,
"pageNumber": 123,
"pageSize": 123,
"totalPages": 123,
"prevPageNumber": 123,
"nextPageNumber": 123
}
}An optional fields mask
Auth key to authenticate the request
Success
Show child attributes
Show child attributes