Patch Metering Policy Assignment Using PATCH 1
Updates the pricing card assignment id with the supplied id. Request body with ALL entityType will delete the older assignments for the given pricingCardId
pricing card Assignment Id
A pricing card assignment with pricing card Id to override existing pricing card Id
{
"createdAt": "string",
"entityId": "string",
"entityName": "string",
"entityType": "string",
"id": "string",
"lastUpdatedAt": "string",
"orgId": "string",
"pricingCardId": "string",
"pricingCardName": "string"
}
Creation time
Pricing card assigned entity id
Pricing card assigned entity name
Pricing card assigned entity type
Id of the pricingCardAssignment
Updated time
OrgId of the pricingCardAssignment
Pricing card id
Pricing card name
OK
{
"createdAt": "string",
"entityId": "string",
"entityName": "string",
"entityType": "string",
"id": "string",
"lastUpdatedAt": "string",
"orgId": "string",
"pricingCardId": "string",
"pricingCardName": "string"
}
Creation time
Pricing card assigned entity id
Pricing card assigned entity name
Pricing card assigned entity type
Id of the pricingCardAssignment
Updated time
OrgId of the pricingCardAssignment
Pricing card id
Pricing card name
Unauthorized