{ "info": { "_postman_id": "6ebe8e47-c326-431c-af97-e7a65e0742f9", "name": "Suger API Entitlement API", "description": "CRUD operations on a set of resources, including organizations, products, offers, entitlements, usage record groups for meterting, etc.\n\nContact Support:\n Name: Suger Support\n Email: support@suger.io", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "lastUpdatedBy": "35240", "uid": "35240-6ebe8e47-c326-431c-af97-e7a65e0742f9" }, "item": [ { "name": "org", "item": [ { "name": "{orgId}", "item": [ { "name": "entitlement", "item": [ { "name": "{entitlementId}", "item": [ { "name": "addCredit", "item": [ { "name": "Add Entitlement Credit", "id": "f2f5056c-43f2-4740-a60f-58275247c041", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"creditAmountIncrement\": \"\",\n \"entitlementID\": \"\",\n \"organizationID\": \"\",\n \"entitlementTermID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addCredit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addCredit" ], "variable": [ { "id": "adf733da-4264-47ba-9982-470289adc81e", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "8291bb89-9a7e-40d9-b5e7-5fe9add570ff", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Add the credit amount to the given Entitlement. The credit amount is accumulated & saved in the current Entitlement Term of the gvien Entitlement." }, "response": [ { "id": "5da757df-f5ab-4e2b-acc1-a60ad1376bca", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"creditAmountIncrement\": \"\",\n \"entitlementID\": \"\",\n \"organizationID\": \"\",\n \"entitlementTermID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addCredit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addCredit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"creditAmountIncrement\": \"\",\n \"entitlementID\": \"\",\n \"entitlementTermID\": \"\",\n \"newCreditAmount\": \"\",\n \"organizationID\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-5da757df-f5ab-4e2b-acc1-a60ad1376bca" }, { "id": "ceb4654b-268e-40f7-acbb-6bb9aaf2ca7c", "name": "Bad Request Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"creditAmountIncrement\": \"\",\n \"entitlementID\": \"\",\n \"organizationID\": \"\",\n \"entitlementTermID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addCredit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addCredit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-ceb4654b-268e-40f7-acbb-6bb9aaf2ca7c" }, { "id": "abc91514-0048-4357-a34f-edbb905dd6ad", "name": "Internal Server Error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"creditAmountIncrement\": \"\",\n \"entitlementID\": \"\",\n \"organizationID\": \"\",\n \"entitlementTermID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addCredit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addCredit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-abc91514-0048-4357-a34f-edbb905dd6ad" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-f2f5056c-43f2-4740-a60f-58275247c041" } ], "id": "661de2b2-10cf-44bd-8f82-6403802675cc", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-661de2b2-10cf-44bd-8f82-6403802675cc" }, { "name": "addon", "item": [ { "name": "Apply Addon To Entitlement", "id": "fcde4e61-8971-4d21-9bc6-90d1b40390d6", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addon" ], "variable": [ { "id": "2b056e04-26a8-492a-866e-8f2fc28b120a", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "bdf58d33-20e7-4892-b3b3-5d4b093b2f92", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Apply one billing addon to the given Entitlement. The entitlement status must be ACTIVE." }, "response": [ { "id": "e31b90c5-29bd-4964-889d-2d97c16155ae", "name": "Entitlement", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addon" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-e31b90c5-29bd-4964-889d-2d97c16155ae" }, { "id": "6097a57f-1fe3-4523-af4d-4a600c53a665", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addon" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-6097a57f-1fe3-4523-af4d-4a600c53a665" }, { "id": "1ba32b9b-a610-40e6-b240-529543fb33f1", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/addon", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "addon" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-1ba32b9b-a610-40e6-b240-529543fb33f1" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fcde4e61-8971-4d21-9bc6-90d1b40390d6" } ], "id": "be269a06-84e5-4ba1-9032-dbd80fdf88d6", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-be269a06-84e5-4ba1-9032-dbd80fdf88d6" }, { "name": "approve", "item": [ { "name": "Approve Entitlement", "id": "fa077e62-090d-48ec-8523-90e199196ef4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/approve", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "approve" ], "variable": [ { "id": "3fb755a0-6f95-4948-88b0-bf51ce1db2d0", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "73973294-ed71-4b59-8c43-814c2028c809", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Approve the given Entitlement. Only applicable to the Azure or GCP Entitlements with the status of \"PENDING_START\". Return 200 if the entitlement is already active." }, "response": [ { "id": "0cb1d665-f2a5-459c-a49b-feae4720332b", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/approve", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "approve" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-0cb1d665-f2a5-459c-a49b-feae4720332b" }, { "id": "433ea6d3-1a2c-4c02-8fcf-6e4e669edafb", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/approve", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "approve" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-433ea6d3-1a2c-4c02-8fcf-6e4e669edafb" }, { "id": "230bf87b-9a55-4dc3-bfb5-596380afa29b", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/approve", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "approve" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-230bf87b-9a55-4dc3-bfb5-596380afa29b" }, { "id": "c599969e-38a9-4935-a1a3-14dfbf4fdba9", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/approve", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "approve" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-c599969e-38a9-4935-a1a3-14dfbf4fdba9" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fa077e62-090d-48ec-8523-90e199196ef4" } ], "id": "d73d9f59-4e6f-40ed-8d5f-594aeec4c2b0", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-d73d9f59-4e6f-40ed-8d5f-594aeec4c2b0" }, { "name": "cancel", "item": [ { "name": "Cancel Entitlement", "id": "b133b91d-7214-4270-a146-865107257330", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "cancel" ], "variable": [ { "id": "d6618c2f-b10c-4fd6-80fd-06688b3624da", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "3a3d726c-80f7-4719-9507-fc48e9b71972", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Cancel the active subscription in Azure Marketplace." }, "response": [ { "id": "05ce480b-59a4-451b-ab01-194d98b42e08", "name": "the canceled Entitlement", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "cancel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-05ce480b-59a4-451b-ab01-194d98b42e08" }, { "id": "6ed3287e-7dbc-4411-9d3d-b0eaeb4fb6e2", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "cancel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-6ed3287e-7dbc-4411-9d3d-b0eaeb4fb6e2" }, { "id": "f94a8efa-b29d-42f1-b188-850bed6b9869", "name": "Not found", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "cancel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-f94a8efa-b29d-42f1-b188-850bed6b9869" }, { "id": "afac9ae1-bb54-441d-abe0-e2c112555f2c", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/cancel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "cancel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-afac9ae1-bb54-441d-abe0-e2c112555f2c" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-b133b91d-7214-4270-a146-865107257330" } ], "id": "9c82d582-a0ff-439a-a2f7-cde990ff7351", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-9c82d582-a0ff-439a-a2f7-cde990ff7351" }, { "name": "divideCommit", "item": [ { "name": "Divide Entitlement Commit", "id": "c9a72811-bd73-4fc8-a0d1-bc24f452ab33", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"commitAmount\": \"\",\n \"startDates\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/divideCommit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "divideCommit" ], "variable": [ { "id": "c1f3bcba-506c-4d0c-be0c-6a37e0610181", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "a5dfe1eb-734f-4462-b109-41c189b80112", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Divide the commit equally from the given entitlement into sub entitlement terms based on the given time periods." }, "response": [ { "id": "8a24f499-b2b9-44d5-9f29-f57a0159559e", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"commitAmount\": \"\",\n \"startDates\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/divideCommit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "divideCommit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-8a24f499-b2b9-44d5-9f29-f57a0159559e" }, { "id": "fa792bf1-8f41-4036-bbe9-964429c4dcbd", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"commitAmount\": \"\",\n \"startDates\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/divideCommit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "divideCommit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fa792bf1-8f41-4036-bbe9-964429c4dcbd" }, { "id": "6e838a5f-cd2d-451f-9e22-63ba9339d572", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"commitAmount\": \"\",\n \"startDates\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/divideCommit", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "divideCommit" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-6e838a5f-cd2d-451f-9e22-63ba9339d572" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-c9a72811-bd73-4fc8-a0d1-bc24f452ab33" } ], "id": "4a420a88-1ce6-4e40-bef0-f63590aa2a46", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-4a420a88-1ce6-4e40-bef0-f63590aa2a46" }, { "name": "entitlementName", "item": [ { "name": "Update Entitlement Name", "id": "f2cb2bf1-650d-4e6c-af21-da86e0d00838", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementName", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementName" ], "variable": [ { "id": "8f49a76b-c713-45cb-9aa6-61503f799aba", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "b985f7ac-417b-4d0e-9fcb-a6c7878fedeb", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Update the name of the given Entitlement." }, "response": [ { "id": "540c15ab-2a47-48e5-924d-9f721b9e9ee5", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementName", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementName" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-540c15ab-2a47-48e5-924d-9f721b9e9ee5" }, { "id": "dfc6e75e-e318-43aa-8fd8-c3437090a78e", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementName", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementName" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-dfc6e75e-e318-43aa-8fd8-c3437090a78e" }, { "id": "9076d081-284b-4dcd-872c-2e12d194ad40", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"id\": \"\",\n \"name\": \"\",\n \"organizationID\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementName", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementName" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-9076d081-284b-4dcd-872c-2e12d194ad40" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-f2cb2bf1-650d-4e6c-af21-da86e0d00838" } ], "id": "04284e0f-7eae-471e-8eb2-ac24d6afc240", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-04284e0f-7eae-471e-8eb2-ac24d6afc240" }, { "name": "entitlementTerm", "item": [ { "name": "{entitlementTermId}", "item": [ { "name": "Delete Entitlement Term", "id": "f5aebdf0-69e2-4865-a11e-d5b55e7701d0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "id": "9692df90-a0c8-48e4-a815-d40c8b83fede", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "039ab856-f563-4624-8bd3-186367cb0893", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" }, { "id": "303c7f48-a68c-409c-8515-a4f03f6a78fb", "key": "entitlementTermId", "value": "", "description": "(Required) Entitlement Term ID" } ] }, "description": "Delete the entitlement term by the given entitlement ID and entitlement term ID. Only allow to delete the divided entitlement term." }, "response": [ { "id": "917a5890-b18e-4e05-b583-912d249a07f1", "name": "OK", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-917a5890-b18e-4e05-b583-912d249a07f1" }, { "id": "62e2b0f8-23a8-4549-9ffa-149fb5a29d70", "name": "Bad request error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-62e2b0f8-23a8-4549-9ffa-149fb5a29d70" }, { "id": "c1363426-48bf-466d-950a-728a4de4e7ba", "name": "Internal server error", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-c1363426-48bf-466d-950a-728a4de4e7ba" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-f5aebdf0-69e2-4865-a11e-d5b55e7701d0" }, { "name": "Get Entitlement Term", "id": "deab4a2c-6be3-4b0e-b576-88aa7ba101bb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "id": "77285ccf-122c-42a5-ac1c-b421d775f986", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "522c329c-6e22-4c0a-b591-3cebd718078a", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" }, { "id": "c28cc62a-fc67-4401-a5bc-67d91723aedb", "key": "entitlementTermId", "value": "", "description": "(Required) Entitlement Term ID" } ] }, "description": "Get the entitlement term by ID." }, "response": [ { "id": "8d3e542e-f3ad-43a8-8734-4f2e9cca127c", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"commitAmount\": \"\",\n \"creationTime\": \"\",\n \"creditAmount\": \"\",\n \"endTime\": \"\",\n \"entitlementID\": \"\",\n \"entitlementInfo\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"amet2\": \"amet et aliquip nulla\"\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"RENEWED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"Suspended\",\n \"sandboxType\": \"None\",\n \"sessionId\": \"\",\n \"sessionMode\": \"DryRun\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"ECMP\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"USAGE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"INSTALLMENT\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"MONTH\"\n }\n },\n \"externalEntitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"dimensionQuantityDecimalParts\": {\n \"mollit2e2\": \"\"\n },\n \"isCommitDivided\": \"\",\n \"parentEntitlementTermId\": \"\",\n \"subEntitlementTermIds\": [\n \"\"\n ],\n \"type\": \"QuantityChange\"\n },\n \"lastUpdateTime\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"MARKETO\",\n \"productID\": \"\",\n \"reportedAmount\": \"\",\n \"service\": \"MARKETPLACE\",\n \"startTime\": \"\",\n \"usedCommitAmount\": \"\",\n \"usedCreditAmount\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-8d3e542e-f3ad-43a8-8734-4f2e9cca127c" }, { "id": "0c11a169-bdf5-4189-8df8-082451f6a9be", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-0c11a169-bdf5-4189-8df8-082451f6a9be" }, { "id": "fc80d367-6a68-403d-91e4-d716e5c44739", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm/:entitlementTermId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm", ":entitlementTermId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" }, { "key": "entitlementTermId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fc80d367-6a68-403d-91e4-d716e5c44739" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-deab4a2c-6be3-4b0e-b576-88aa7ba101bb" } ], "id": "e3505ca5-57ac-4cbe-8dd5-9ded9ae831f5", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-e3505ca5-57ac-4cbe-8dd5-9ded9ae831f5" }, { "name": "List Entitlement Terms", "id": "1a3b73ab-8aa3-4714-8e02-c4b32a5e8d3a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm" ], "variable": [ { "id": "11e1fc4b-adc3-4c2a-808d-ca74fa6a69c1", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "0c51d7d9-5799-41b9-9d0a-7e14d8921b8c", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "List all Entitlement Terms of the given Entitlement." }, "response": [ { "id": "b1f286fb-0690-4d0d-88ae-1f25a4aa8e63", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"buyerID\": \"\",\n \"commitAmount\": \"\",\n \"creationTime\": \"\",\n \"creditAmount\": \"\",\n \"endTime\": \"\",\n \"entitlementID\": \"\",\n \"entitlementInfo\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"laborum1b\": \"enim laborum\",\n \"anim_f\": false,\n \"fugiatfc\": true,\n \"irure_b\": false\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"ROLLED_BACK\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"Unsubscribed\",\n \"sandboxType\": \"None\",\n \"sessionId\": \"\",\n \"sessionMode\": \"DryRun\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Monthly\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"CUSTOM\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"USAGE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"INSTALLMENT\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"YEAR\"\n }\n },\n \"externalEntitlementID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"dimensionQuantityDecimalParts\": {\n \"esse1\": \"\"\n },\n \"isCommitDivided\": \"\",\n \"parentEntitlementTermId\": \"\",\n \"subEntitlementTermIds\": [\n \"\"\n ],\n \"type\": \"ManualRenew\"\n },\n \"lastUpdateTime\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"GOOGLE\",\n \"productID\": \"\",\n \"reportedAmount\": \"\",\n \"service\": \"DATABASE\",\n \"startTime\": \"\",\n \"usedCommitAmount\": \"\",\n \"usedCreditAmount\": \"\"\n }\n]", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-b1f286fb-0690-4d0d-88ae-1f25a4aa8e63" }, { "id": "3b35343d-fd22-4f58-a7ce-be8807042753", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-3b35343d-fd22-4f58-a7ce-be8807042753" }, { "id": "423add2e-8515-4458-a4ac-35e85c905606", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/entitlementTerm", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "entitlementTerm" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-423add2e-8515-4458-a4ac-35e85c905606" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-1a3b73ab-8aa3-4714-8e02-c4b32a5e8d3a" } ], "id": "4e13aa28-5b12-4377-89d2-81dad32af9d9", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-4e13aa28-5b12-4377-89d2-81dad32af9d9" }, { "name": "metaInfo", "item": [ { "name": "Update Entitlement Meta Info", "id": "0cead570-8989-4969-bdde-e2bf0a63d49f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"DAY\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n },\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\",\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n },\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"et_e5\": \"\",\n \"exercitationbe\": \"\",\n \"esse_024\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"DISBURSE\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"autebe3\": 86056469,\n \"Ut_03\": \"cupidatat\"\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"AUTO_SHARE_TASK\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"action\": \"SUSPEND\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"MICROSOFT_TEAMS\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"reprehenderit_5_b\": true,\n \"in_f8\": -3771731.0835890174\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\",\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/metaInfo", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "metaInfo" ], "variable": [ { "id": "bb00ae63-50f6-4207-a2af-c4ace50f4aef", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "4a9d0d1c-ae22-49ef-8a57-34aa6e2c94e4", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Update the meta info of the given entitlement." }, "response": [ { "id": "06fab51c-8897-46cc-97a0-27e33b4d0154", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"DAY\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n },\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\",\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n },\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"et_e5\": \"\",\n \"exercitationbe\": \"\",\n \"esse_024\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"DISBURSE\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"autebe3\": 86056469,\n \"Ut_03\": \"cupidatat\"\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"AUTO_SHARE_TASK\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"action\": \"SUSPEND\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"MICROSOFT_TEAMS\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"reprehenderit_5_b\": true,\n \"in_f8\": -3771731.0835890174\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\",\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/metaInfo", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "metaInfo" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"DAY\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n },\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\",\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n },\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"et_e5\": \"\",\n \"exercitationbe\": \"\",\n \"esse_024\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"DISBURSE\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"autebe3\": 86056469,\n \"Ut_03\": \"cupidatat\"\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"AUTO_SHARE_TASK\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"action\": \"SUSPEND\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"MICROSOFT_TEAMS\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"reprehenderit_5_b\": true,\n \"in_f8\": -3771731.0835890174\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\",\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-06fab51c-8897-46cc-97a0-27e33b4d0154" }, { "id": "a9f9a970-a9c3-4356-8702-bf19ea725e27", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"DAY\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n },\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\",\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n },\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"et_e5\": \"\",\n \"exercitationbe\": \"\",\n \"esse_024\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"DISBURSE\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"autebe3\": 86056469,\n \"Ut_03\": \"cupidatat\"\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"AUTO_SHARE_TASK\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"action\": \"SUSPEND\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"MICROSOFT_TEAMS\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"reprehenderit_5_b\": true,\n \"in_f8\": -3771731.0835890174\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\",\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/metaInfo", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "metaInfo" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-a9f9a970-a9c3-4356-8702-bf19ea725e27" }, { "id": "fc8db24d-1baf-4ea4-838f-7f841ab1d40e", "name": "internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"DAY\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n },\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\",\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\",\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n },\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"et_e5\": \"\",\n \"exercitationbe\": \"\",\n \"esse_024\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"DISBURSE\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"autebe3\": 86056469,\n \"Ut_03\": \"cupidatat\"\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"AUTO_SHARE_TASK\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n },\n {\n \"action\": \"SUSPEND\",\n \"ccContactIds\": [\n \"\",\n \"\"\n ],\n \"channels\": [\n \"MICROSOFT_TEAMS\",\n \"MICROSOFT_TEAMS\"\n ],\n \"contactEmails\": [\n \"\",\n \"\"\n ],\n \"contactIds\": [\n \"\",\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"reprehenderit_5_b\": true,\n \"in_f8\": -3771731.0835890174\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\",\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/metaInfo", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "metaInfo" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fc8db24d-1baf-4ea4-838f-7f841ab1d40e" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-0cead570-8989-4969-bdde-e2bf0a63d49f" } ], "id": "b53bc59c-7f73-4cbe-b1f9-72b12030fc04", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-b53bc59c-7f73-4cbe-b1f9-72b12030fc04" }, { "name": "priceModel", "item": [ { "name": "Update Entitlement Price Model", "id": "1a3c4461-5839-4a75-9073-91ffee561dfa", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"applyTime\": \"\",\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n },\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/priceModel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "priceModel" ], "variable": [ { "id": "a24a9513-f131-42f7-8f13-b7c7ea9ffab4", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "3cb0102f-b805-4924-bf5c-537a73c416ae", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Update the price model of the given entitlement, such as recurring commits, billable dimensions. Only applicable to non cloud billing partners." }, "response": [ { "id": "d5fc4267-1118-4d99-9e2d-2426eca62b00", "name": "OK", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applyTime\": \"\",\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n },\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/priceModel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "priceModel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-d5fc4267-1118-4d99-9e2d-2426eca62b00" }, { "id": "64874bfa-cb13-4d9c-8156-43b9d06f72ea", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applyTime\": \"\",\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n },\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/priceModel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "priceModel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-64874bfa-cb13-4d9c-8156-43b9d06f72ea" }, { "id": "731eafc6-3afc-4ab9-8af7-fc0faa164491", "name": "internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"applyTime\": \"\",\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n },\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n },\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n },\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n },\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n },\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\",\n \"\"\n ]\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/priceModel", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "priceModel" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-731eafc6-3afc-4ab9-8af7-fc0faa164491" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-1a3c4461-5839-4a75-9073-91ffee561dfa" } ], "id": "6bfead2a-6fd4-4719-8a57-95d1f2f0cede", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-6bfead2a-6fd4-4719-8a57-95d1f2f0cede" }, { "name": "scheduleCancellation", "item": [ { "name": "Schedule Entitlement Cancellation", "id": "198f8246-123f-4ee4-b9df-12de338eaea3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"", "description": "(Required) Organization ID" }, { "id": "e8adfdb3-01f5-47ba-8b78-215bbe82d46f", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Schedule the cancellation of the given Entitlement." }, "response": [ { "id": "bd3836b9-015e-47c4-9b9d-648f99178cbc", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-bd3836b9-015e-47c4-9b9d-648f99178cbc" }, { "id": "67e6699c-4307-4f6f-baf9-bd8b2b510457", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-67e6699c-4307-4f6f-baf9-bd8b2b510457" }, { "id": "dfd5a174-982e-4270-b06d-489afbb6b9b8", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-dfd5a174-982e-4270-b06d-489afbb6b9b8" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-198f8246-123f-4ee4-b9df-12de338eaea3" } ], "id": "cb2d999c-4b35-46f3-8659-6318b5b50045", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-cb2d999c-4b35-46f3-8659-6318b5b50045" }, { "name": "seat", "item": [ { "name": "Update Seat For The Active AZURE Subscription", "id": "f000002d-c09e-4427-b504-f3b9047ddd86", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/seat?newSeat=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "seat" ], "query": [ { "description": "(Required) New seat number", "key": "newSeat", "value": "" } ], "variable": [ { "id": "d38e45af-6086-434b-abc2-e0530dc58c48", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "dcd5ecc5-9e42-43b1-bc48-53513c28d4ae", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Update the seat number for the active AZURE subscription." }, "response": [ { "id": "b87783ea-4147-44ab-baad-195589e20c13", "name": "the original entitlement before the seat update", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/seat?newSeat=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "seat" ], "query": [ { "description": "(Required) New seat number", "key": "newSeat", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-b87783ea-4147-44ab-baad-195589e20c13" }, { "id": "5a1dd5e3-3299-4b5a-acc0-604209324fd5", "name": "Bad request error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/seat?newSeat=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "seat" ], "query": [ { "description": "(Required) New seat number", "key": "newSeat", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-5a1dd5e3-3299-4b5a-acc0-604209324fd5" }, { "id": "744a5e98-a645-458c-a0fa-862cdce4c5fb", "name": "Internal server error", "originalRequest": { "method": "PATCH", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/seat?newSeat=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "seat" ], "query": [ { "description": "(Required) New seat number", "key": "newSeat", "value": "" } ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-744a5e98-a645-458c-a0fa-862cdce4c5fb" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-f000002d-c09e-4427-b504-f3b9047ddd86" } ], "id": "043a8a0b-326c-4412-96fe-4e4e2498d9cf", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-043a8a0b-326c-4412-96fe-4e4e2498d9cf" }, { "name": "unscheduleCancellation", "item": [ { "name": "Unschedule Entitlement Cancellation", "id": "14d747f6-8b98-42a7-ae46-3418b1ec022a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/unscheduleCancellation", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "unscheduleCancellation" ], "variable": [ { "id": "7f7dae43-eadf-4984-b40d-d3093dfa1621", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "ae0c40a1-fac3-4445-aa20-cd16a6a7f8f9", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Unschedule the cancellation of the given Entitlement." }, "response": [ { "id": "b908294b-58d0-4a1c-ac3e-741ebe4eb4cb", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/unscheduleCancellation", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "unscheduleCancellation" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-b908294b-58d0-4a1c-ac3e-741ebe4eb4cb" }, { "id": "30aad5b3-40e3-4733-a87b-63d5c89bf000", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/unscheduleCancellation", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "unscheduleCancellation" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-30aad5b3-40e3-4733-a87b-63d5c89bf000" }, { "id": "e4b98dec-0981-4719-b246-8a1ef5bc914f", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId/unscheduleCancellation", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId", "unscheduleCancellation" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-e4b98dec-0981-4719-b246-8a1ef5bc914f" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-14d747f6-8b98-42a7-ae46-3418b1ec022a" } ], "id": "62b5cca2-69f9-4156-8eb5-25c5713c70e8", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-62b5cca2-69f9-4156-8eb5-25c5713c70e8" }, { "name": "Get Entitlement", "id": "5212d869-963a-4b6a-b56e-7245cb14c309", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId" ], "variable": [ { "id": "a322f923-88b8-4f3c-b5a7-f12cc09ff9d0", "key": "orgId", "value": "", "description": "(Required) Organization ID" }, { "id": "a4de51a8-fc85-4257-a5ff-63786bc89bf2", "key": "entitlementId", "value": "", "description": "(Required) Entitlement ID" } ] }, "description": "Get the entitlement by ID." }, "response": [ { "id": "2564ec43-2ce7-45d5-ab9b-fc0e66f2fccd", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-2564ec43-2ce7-45d5-ab9b-fc0e66f2fccd" }, { "id": "0d97a309-c36d-4f93-9933-e788afeafd2d", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-0d97a309-c36d-4f93-9933-e788afeafd2d" }, { "id": "e68e918f-2077-4eea-8939-c9a2eb5bd057", "name": "Not found", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-e68e918f-2077-4eea-8939-c9a2eb5bd057" }, { "id": "9ad61864-3641-4a9a-afe7-05d44a4a2064", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement/:entitlementId", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement", ":entitlementId" ], "variable": [ { "key": "orgId" }, { "key": "entitlementId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-9ad61864-3641-4a9a-afe7-05d44a4a2064" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-5212d869-963a-4b6a-b56e-7245cb14c309" } ], "id": "bb0f0fb7-8351-4401-af57-ca68f9a17051", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-bb0f0fb7-8351-4401-af57-ca68f9a17051" }, { "name": "List Entitlements", "id": "04c79f15-813e-4690-b420-d75cfb30aa06", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement?partner=&productId=&offerId=&buyerId=&externalId=&buyerAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by productId", "key": "productId", "value": "" }, { "description": "filter by offerId", "key": "offerId", "value": "" }, { "description": "filter by buyerId", "key": "buyerId", "value": "" }, { "description": "filter by externalId", "key": "externalId", "value": "" }, { "description": "filter by buyerAccountId is currently supported only for AWS", "key": "buyerAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "id": "edd5ea52-3cc0-499e-bd27-9973274f89af", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "List entitlements under the given organization with pagination and optional filters." }, "response": [ { "id": "1464540f-721d-48ac-ba68-7709d18d5070", "name": "OK", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement?partner=&productId=&offerId=&buyerId=&externalId=&buyerAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by productId", "key": "productId", "value": "" }, { "description": "filter by offerId", "key": "offerId", "value": "" }, { "description": "filter by buyerId", "key": "buyerId", "value": "" }, { "description": "filter by externalId", "key": "externalId", "value": "" }, { "description": "filter by buyerAccountId is currently supported only for AWS", "key": "buyerAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"occaecat_18\": -66143062.755634174,\n \"proident_5\": -3350828,\n \"cillum_636\": 7040870.346535847,\n \"ex0\": \"in non laboris\",\n \"cupidatatd5\": -68159306.74622583\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"EXPIRED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"Suspended\",\n \"sandboxType\": \"None\",\n \"sessionId\": \"\",\n \"sessionMode\": \"DryRun\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"ECMP\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PUBLIC\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"INVOICE\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"MONTH\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"ea3a\": \"\",\n \"anime4\": \"\",\n \"ut5\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"CLOSE\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SLACK\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"deserunt_0\": false\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"WORKFLOW\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"STRIPE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"TEAMS\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n }\n]", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-1464540f-721d-48ac-ba68-7709d18d5070" }, { "id": "fa725f5d-6b5b-4744-8bfd-09759fd72be2", "name": "Bad request error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement?partner=&productId=&offerId=&buyerId=&externalId=&buyerAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by productId", "key": "productId", "value": "" }, { "description": "filter by offerId", "key": "offerId", "value": "" }, { "description": "filter by buyerId", "key": "buyerId", "value": "" }, { "description": "filter by externalId", "key": "externalId", "value": "" }, { "description": "filter by buyerAccountId is currently supported only for AWS", "key": "buyerAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-fa725f5d-6b5b-4744-8bfd-09759fd72be2" }, { "id": "dca0b088-dde1-4f4a-8d5f-59a1f2217dee", "name": "Internal server error", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement?partner=&productId=&offerId=&buyerId=&externalId=&buyerAccountId=&limit=&offset=", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "query": [ { "description": "filter by partner", "key": "partner", "value": "" }, { "description": "filter by productId", "key": "productId", "value": "" }, { "description": "filter by offerId", "key": "offerId", "value": "" }, { "description": "filter by buyerId", "key": "buyerId", "value": "" }, { "description": "filter by externalId", "key": "externalId", "value": "" }, { "description": "filter by buyerAccountId is currently supported only for AWS", "key": "buyerAccountId", "value": "" }, { "description": "List pagination size, default 1000, max value is 1000", "key": "limit", "value": "" }, { "description": "List pagination offset, default 0", "key": "offset", "value": "" } ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-dca0b088-dde1-4f4a-8d5f-59a1f2217dee" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-04c79f15-813e-4690-b420-d75cfb30aa06" }, { "name": "Create Entitlement", "id": "941dc41e-8e92-4536-961f-17e2de1fbc32", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "Authorization", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"buyerId\": \"\",\n \"endDate\": \"\",\n \"offerId\": \"\",\n \"organizationId\": \"\",\n \"startDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "variable": [ { "id": "3af3a5df-0d99-45df-9a69-7c5b4d7b7680", "key": "orgId", "value": "", "description": "(Required) Organization ID" } ] }, "description": "Create an new entitlement for the given buyer & offer. Only applicable to non cloud billing partners." }, "response": [ { "id": "641dc257-d99c-40c9-9498-e9231587e80c", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"buyerId\": \"\",\n \"endDate\": \"\",\n \"offerId\": \"\",\n \"organizationId\": \"\",\n \"startDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "variable": [ { "key": "orgId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"buyerID\": \"\",\n \"creationTime\": \"\",\n \"endTime\": \"\",\n \"entitlementTermID\": \"\",\n \"externalBuyerID\": \"\",\n \"externalID\": \"\",\n \"externalProductID\": \"\",\n \"id\": \"\",\n \"info\": {\n \"addons\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"description\": \"\",\n \"id\": \"\",\n \"name\": \"\"\n }\n ],\n \"alertDaysBeforeEnd\": \"\",\n \"alibabaEntitlements\": [\n {\n \"AppJson\": \"\",\n \"AutoRenewal\": \"\",\n \"BeganOn\": \"\",\n \"ComponentJson\": \"\",\n \"Constraints\": \"\",\n \"CreatedOn\": \"\",\n \"EndOn\": \"\",\n \"ExtendJson\": \"\",\n \"HostJson\": \"\",\n \"InstanceId\": \"\",\n \"IsTrial\": \"\",\n \"Modules\": {\n \"Module\": [\n {\n \"Code\": \"\",\n \"Id\": \"\",\n \"Name\": \"\",\n \"Properties\": {\n \"Property\": [\n {\n \"DisplayUnit\": \"\",\n \"Key\": \"\",\n \"Name\": \"\",\n \"PropertyValues\": {\n \"PropertyValue\": [\n {\n \"DisplayName\": \"\",\n \"Max\": \"\",\n \"Min\": \"\",\n \"Remark\": \"\",\n \"Step\": \"\",\n \"Type\": \"\",\n \"Value\": \"\"\n }\n ]\n },\n \"ShowType\": \"\"\n }\n ]\n }\n }\n ]\n },\n \"OrderId\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"ProductType\": \"\",\n \"RelationalData\": {\n \"ServiceStatus\": \"\"\n },\n \"Status\": \"\",\n \"SupplierName\": \"\"\n }\n ],\n \"alibabaOrders\": [\n {\n \"AccountQuantity\": \"\",\n \"AliUid\": \"\",\n \"Components\": {\n \"minim_14\": 94561570,\n \"idc\": -24577998\n },\n \"CouponPrice\": \"\",\n \"CreatedOn\": \"\",\n \"InstanceIds\": {\n \"InstanceId\": [\n \"\"\n ]\n },\n \"OrderId\": \"\",\n \"OrderStatus\": \"\",\n \"OrderType\": \"\",\n \"OriginalPrice\": \"\",\n \"PaidOn\": \"\",\n \"PayStatus\": \"\",\n \"PaymentPrice\": \"\",\n \"PeriodType\": \"\",\n \"ProductCode\": \"\",\n \"ProductName\": \"\",\n \"ProductSkuCode\": \"\",\n \"Quantity\": \"\",\n \"RequestId\": \"\",\n \"SupplierCompanyName\": \"\",\n \"SupplierTelephones\": {\n \"Telephone\": [\n \"\"\n ]\n },\n \"TotalPrice\": \"\"\n }\n ],\n \"autoRenew\": \"\",\n \"awsAgreement\": {\n \"acceptanceTime\": \"\",\n \"agreementId\": \"\",\n \"agreementType\": \"\",\n \"buyerAccountId\": \"\",\n \"endTime\": \"\",\n \"offerId\": \"\",\n \"productId\": \"\",\n \"productType\": \"\",\n \"sellerAccountId\": \"\",\n \"startTime\": \"\",\n \"status\": \"CANCELLED\"\n },\n \"awsChannelPartner\": {\n \"id\": \"\",\n \"name\": \"\"\n },\n \"awsEntitlements\": [\n {\n \"customerIdentifier\": \"\",\n \"dimension\": \"\",\n \"expirationDate\": \"\",\n \"productCode\": \"\",\n \"value\": {\n \"booleanValue\": \"\",\n \"doubleValue\": \"\",\n \"integerValue\": \"\",\n \"stringValue\": \"\"\n }\n }\n ],\n \"azureSubscriptions\": [\n {\n \"allowedCustomerOperations\": [\n \"Update\"\n ],\n \"autoRenew\": \"\",\n \"beneficiary\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"created\": \"\",\n \"fulfillmentId\": \"\",\n \"id\": \"\",\n \"isFreeTrial\": \"\",\n \"isTest\": \"\",\n \"lastModified\": \"\",\n \"name\": \"\",\n \"offerId\": \"\",\n \"planId\": \"\",\n \"publisherId\": \"\",\n \"purchaser\": {\n \"billingAccountId\": \"\",\n \"customerId\": \"\",\n \"emailId\": \"\",\n \"firstName\": \"\",\n \"lastName\": \"\",\n \"licenseType\": \"\",\n \"objectId\": \"\",\n \"puid\": \"\",\n \"tenantId\": \"\"\n },\n \"quantity\": \"\",\n \"saasSubscriptionStatus\": \"PendingFulfillmentStart\",\n \"sandboxType\": \"Csp\",\n \"sessionId\": \"\",\n \"sessionMode\": \"None\",\n \"storeFront\": \"\",\n \"term\": {\n \"chargeDuration\": \"\",\n \"endDate\": \"\",\n \"startDate\": \"\",\n \"termUnit\": \"\"\n }\n }\n ],\n \"billableDimensions\": [\n {\n \"billableMetricId\": \"\",\n \"category\": {\n \"value\": \"\",\n \"discount\": {\n \"discountType\": \"ABSOLUTE\",\n \"value\": \"\"\n },\n \"length\": \"\",\n \"minimumCommit\": \"\",\n \"minimumCommitProrata\": \"\",\n \"minimumCommitScope\": {\n \"value\": \"\",\n \"priceModelBasic\": {\n \"unitAmount\": \"\"\n },\n \"priceModelBulk\": {\n \"bulkAmount\": \"\",\n \"bulkSize\": \"\"\n },\n \"priceModelMatrix\": {\n \"defaultUnitAmount\": \"\",\n \"matrix\": [\n {\n \"properties\": [\n {\n \"name\": \"\",\n \"value\": \"\"\n }\n ],\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelPercentage\": {\n \"flatFee\": \"\",\n \"percentageRate\": \"\"\n },\n \"priceModelTiered\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"priceModelTieredPercentage\": {\n \"tiers\": [\n {\n \"firstUnit\": \"\",\n \"flatFee\": \"\",\n \"lastUnit\": \"\",\n \"percentageRate\": \"\"\n }\n ]\n },\n \"priceModelVolume\": {\n \"tiers\": [\n {\n \"flatFee\": \"\",\n \"maximumUnits\": \"\",\n \"unitAmount\": \"\"\n }\n ]\n },\n \"timeUnit\": {\n \"value\": \"\",\n \"buyerManagementURL\": \"\",\n \"collectableAmount\": \"\",\n \"commitAmount\": \"\",\n \"commits\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"isUserCreated\": \"\",\n \"key\": \"\",\n \"length\": \"\",\n \"maximumUsers\": \"\",\n \"minimumUsers\": \"\",\n \"name\": \"\",\n \"quantity\": \"\",\n \"rate\": \"\",\n \"term\": \"\",\n \"termEndTime\": \"\",\n \"timeUnit\": {\n \"value\": \"\"\n ]\n }\n ],\n \"currency\": \"\",\n \"dimensions\": [\n {\n \"category\": \"\",\n \"description\": \"\",\n \"includedBaseQuantities\": [\n {\n \"isInfinite\": \"\",\n \"quantity\": \"\",\n \"recurringUnit\": \"Annual\"\n }\n ],\n \"key\": \"\",\n \"name\": \"\",\n \"planId\": \"\",\n \"planName\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ],\n \"rate\": \"\",\n \"skuId\": \"\",\n \"types\": [\n \"\"\n ],\n \"usageCount\": {\n \"creditCount\": \"\",\n \"includedCount\": \"\",\n \"reportedCount\": \"\"\n },\n \"valueType\": {\n \"value\": \"\",\n \"disbursedAmount\": \"\",\n \"eulaType\": \"\",\n \"eulaUrl\": \"\",\n \"gcpEntitlements\": [\n {\n \"account\": \"\",\n \"consumers\": [\n {\n \"project\": \"\"\n }\n ],\n \"createTime\": \"\",\n \"id\": \"\",\n \"inputProperties\": [\n \"\"\n ],\n \"messageToUser\": \"\",\n \"name\": \"\",\n \"newOfferDuration\": \"\",\n \"newOfferEndTime\": \"\",\n \"newOfferStartTime\": \"\",\n \"newPendingOffer\": \"\",\n \"newPendingOfferDuration\": \"\",\n \"newPendingPlan\": \"\",\n \"newPlan\": \"\",\n \"offer\": \"\",\n \"offerDuration\": \"\",\n \"offerEffectiveTime\": \"\",\n \"offerEndTime\": \"\",\n \"plan\": \"\",\n \"product\": \"\",\n \"productExternalName\": \"\",\n \"provider\": \"\",\n \"quoteExternalName\": \"\",\n \"state\": {\n \"value\": \"\",\n \"updateTime\": \"\",\n \"usageReportingId\": \"\"\n }\n ],\n \"gcpPlans\": [\n {\n \"featureValues\": [\n {\n \"featureDescription\": \"\",\n \"featureName\": \"\",\n \"featureTitle\": \"\",\n \"featureValue\": \"\"\n }\n ],\n \"name\": \"\",\n \"priceInfo\": {\n \"description\": \"\",\n \"priceModel\": \"FREE\",\n \"subscriptionPlans\": [\n {\n \"period\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n }\n }\n ],\n \"usageFees\": [\n {\n \"displayQuantity\": \"\",\n \"metricId\": \"\",\n \"priceTiers\": [\n {\n \"fromAmount\": \"\",\n \"price\": {\n \"currencyCode\": \"\",\n \"nanos\": \"\",\n \"units\": \"\"\n },\n \"startingUsageAmount\": \"\"\n }\n ]\n }\n ]\n },\n \"purchaseMode\": \"PURCHASE_MODE_PRIVATE\",\n \"title\": \"\"\n }\n ],\n \"gracePeriodInDays\": \"\",\n \"grossAmount\": \"\",\n \"invoicedAmount\": \"\",\n \"isMeteringOverageCommit\": \"\",\n \"netTermsInDays\": \"\",\n \"paymentInstallments\": [\n {\n \"amount\": \"\",\n \"chargeOn\": \"\",\n \"chargeOnStr\": \"\",\n \"credit\": \"\",\n \"discountPercentage\": \"\",\n \"originalAmount\": \"\"\n }\n ],\n \"paymentSchedule\": {\n \"value\": \"\",\n \"sellerNotes\": \"\",\n \"snowflakeOffer\": {\n \"access_end_time\": \"\",\n \"access_start_date_preference\": \"\",\n \"access_start_time\": \"\",\n \"additional_information\": \"\",\n \"comment\": \"\",\n \"contract_duration_months\": \"\",\n \"contract_type\": \"\",\n \"contract_value\": \"\",\n \"discount\": \"\",\n \"display_name\": \"\",\n \"expiration_time\": \"\",\n \"invoice_start_date_preference\": \"\",\n \"invoice_start_time\": \"\",\n \"is_default\": \"\",\n \"name\": \"\",\n \"payment_terms\": {\n \"installment_schedule\": {\n \"default_installment_amount\": \"\",\n \"installment_duration\": \"\",\n \"overridden_installments\": [\n {\n \"installment_amount\": \"\",\n \"installment_number\": \"\"\n }\n ]\n },\n \"payment_type\": \"CREDIT_CARD\"\n },\n \"pricing_plan_name\": \"\",\n \"state\": \"\",\n \"state_updated_on\": \"\",\n \"target_consumer\": \"\",\n \"terms_of_service\": {\n \"custom_link\": \"\",\n \"type\": \"\"\n },\n \"updated_on\": \"\"\n },\n \"spaUrl\": \"\",\n \"trialConfig\": {\n \"trialPeriod\": \"\",\n \"trialPeriodUnit\": \"DAY\"\n }\n },\n \"lastUpdateTime\": \"\",\n \"metaInfo\": {\n \"aceApnCrmUniqueIdentifier\": \"\",\n \"awsSaasProductDimensions\": [\n {\n \"Description\": \"\",\n \"Key\": \"\",\n \"Length\": \"\",\n \"Name\": \"\",\n \"Rate\": \"\",\n \"TimeUnit\": \"YEAR\",\n \"Types\": [\n \"\"\n ],\n \"Unit\": \"\"\n }\n ],\n \"baseAgreementId\": \"\",\n \"buyerIds\": [\n \"\"\n ],\n \"contacts\": [\n {\n \"company\": \"\",\n \"email\": \"\",\n \"name\": \"\"\n }\n ],\n \"cppoInOfferId\": \"\",\n \"cppoOfferId\": \"\",\n \"cppoOutOfferId\": \"\",\n \"customMetaInfo\": {\n \"commodo__bd\": \"\"\n },\n \"enableTestUsageMetering\": \"\",\n \"entitlementCancellationSchedule\": {\n \"cancelDate\": \"\",\n \"creationDate\": \"\",\n \"note\": \"\",\n \"type\": {\n \"value\": \"\"\n ],\n \"hubspotDealId\": \"\",\n \"internalNote\": \"\",\n \"isAgreementBasedOffer\": \"\",\n \"isGrossRevenueFullSync\": \"\",\n \"isRenewalOffer\": \"\",\n \"isReplacementOffer\": \"\",\n \"lastModifiedBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"notifications\": [\n {\n \"action\": \"NOTIFY_CONTACTS\",\n \"ccContactIds\": [\n \"\"\n ],\n \"channels\": [\n \"SNS\"\n ],\n \"contactEmails\": [\n \"\"\n ],\n \"contactIds\": [\n \"\"\n ],\n \"createdBy\": {\n \"email\": \"\",\n \"entityId\": \"\",\n \"entityType\": {\n \"value\": \"\"\n },\n \"customFields\": {\n \"quis08\": -38496869.48695128,\n \"magnad0\": 10733564.154477373\n },\n \"entityID\": \"\",\n \"entityName\": \"\",\n \"entityStatus\": \"\",\n \"entityType\": \"PRODUCT\",\n \"eventID\": \"\",\n \"eventStatus\": {\n \"value\": \"\",\n \"lastUpdateTime\": \"\",\n \"message\": \"\",\n \"organizationID\": \"\",\n \"partner\": {\n \"value\": \"\",\n \"timestamp\": \"\",\n \"title\": \"\",\n \"trackEvents\": [\n {\n \"action\": \"OPEN_EMAIL\",\n \"contactId\": \"\",\n \"timestamp\": \"\"\n }\n ]\n }\n ],\n \"offerAcceptDate\": \"\",\n \"prettifiedErrorMessages\": [\n \"\"\n ],\n \"renewalOfferType\": {\n \"value\": \"\",\n \"replacedOfferResourceName\": \"\",\n \"salesforceEntitlementURL\": \"\",\n \"salesforceOpportunityId\": \"\",\n \"testUsageMeteringEndTime\": \"\",\n \"updateMessage\": \"\"\n },\n \"name\": \"\",\n \"offerID\": \"\",\n \"organizationID\": \"\",\n \"partner\": \"SNOWFLAKE\",\n \"partnerID\": \"\",\n \"productID\": \"\",\n \"service\": \"NETSUITE\",\n \"startTime\": \"\",\n \"status\": \"ACTIVE\",\n \"type\": \"\"\n}", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-641dc257-d99c-40c9-9498-e9231587e80c" }, { "id": "e70f9341-33e2-46ad-ac33-bab41678232f", "name": "Bad request error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"buyerId\": \"\",\n \"endDate\": \"\",\n \"offerId\": \"\",\n \"organizationId\": \"\",\n \"startDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "variable": [ { "key": "orgId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-e70f9341-33e2-46ad-ac33-bab41678232f" }, { "id": "821ae1d6-8768-4766-8443-d2d80c031785", "name": "Internal server error", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"buyerId\": \"\",\n \"endDate\": \"\",\n \"offerId\": \"\",\n \"organizationId\": \"\",\n \"startDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/org/:orgId/entitlement", "host": [ "{{baseUrl}}" ], "path": [ "org", ":orgId", "entitlement" ], "variable": [ { "key": "orgId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-821ae1d6-8768-4766-8443-d2d80c031785" } ], "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-941dc41e-8e92-4536-961f-17e2de1fbc32" } ], "id": "7feafcb4-a773-486b-aa4d-1f902a100cc7", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-7feafcb4-a773-486b-aa4d-1f902a100cc7" } ], "id": "227c7a5d-49f3-4d6d-b7c0-5ae128915584", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-227c7a5d-49f3-4d6d-b7c0-5ae128915584" } ], "id": "7776ef84-0689-42d7-b963-c10be9a2bcf5", "createdAt": "2026-07-28T03:05:58.000Z", "updatedAt": "2026-07-28T03:05:58.000Z", "uid": "35240-7776ef84-0689-42d7-b963-c10be9a2bcf5" } ], "variable": [ { "key": "baseUrl", "value": "https://api.suger.cloud" } ] }