kittycad.api.orgs.update_enterprise_pricing_for_org

Functions

asyncio(id, body, *, client)

You must be a Zoo employee to perform this request.

asyncio_detailed(id, body, *, client)

sync(id, body, *, client)

You must be a Zoo employee to perform this request.

sync_detailed(id, body, *, client)

kittycad.api.orgs.update_enterprise_pricing_for_org._build_response(*, response)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.orgs.update_enterprise_pricing_for_org._get_kwargs(id, body, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.orgs.update_enterprise_pricing_for_org._parse_response(*, response)[source][source]
Return type:

Union[ZooProductSubscriptions, Error, None]

async kittycad.api.orgs.update_enterprise_pricing_for_org.asyncio(id, body, *, client)[source][source]

You must be a Zoo employee to perform this request.

Return type:

Union[ZooProductSubscriptions, Error, None]

async kittycad.api.orgs.update_enterprise_pricing_for_org.asyncio_detailed(id, body, *, client)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]

kittycad.api.orgs.update_enterprise_pricing_for_org.sync(id, body, *, client)[source][source]

You must be a Zoo employee to perform this request.

Return type:

Union[ZooProductSubscriptions, Error, None]

kittycad.api.orgs.update_enterprise_pricing_for_org.sync_detailed(id, body, *, client)[source][source]
Return type:

Response[Union[ZooProductSubscriptions, Error, None]]