Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (23 loc) · 3.97 KB

File metadata and controls

27 lines (23 loc) · 3.97 KB

Product

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
changed_by str { "description" : "ID of the user who last updated the entity.", "verbs":[] } [optional]
updated datetime { "description" : "The UTC DateTime when the object was last updated.", "verbs":[] } [optional]
id str {"description":"ID uniquely identifying this product.","verbs":["GET"]} [optional]
crm_id str {"description":"Customer-relationship-management ID of the product.","verbs":["GET","PUT","POST"]} [optional]
account_id str {"description":"","verbs":[]} [optional]
name str {&quot;description&quot;:&quot;A unique name &mdash; for your benefit &mdash; used to identify this product within BillForward. It should reflect the fact that this product confers some service to a customer (e.g. \&quot;Gold membership\&quot;).<br>The product can also be defined by the frequency with which it recurs (e.g. \&quot;Monthly Gold membership\&quot;).<br>Remember also that rate plans can override the timing prescribed by their product. If you intend to override that timing, you may consider the product's period duration to be an unimportant factor when it comes to naming it.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
public_name str {&quot;description&quot;:&quot;A friendly non-unique name used to identify this product&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]} [optional]
description str {&quot;description&quot;:&quot;A description &mdash; for your benefit &mdash; of the product. For example: you could explain what service this product entitles a customer to.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
duration int {&quot;description&quot;:&quot;Number of length-measures which constitute the product's period.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
duration_period str {&quot;description&quot;:&quot;Measure describing the magnitude of the product's period.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
metadata DynamicMetadata [optional]
trial int {&quot;default&quot;:0,&quot;description&quot;:&quot;Number of trial-length-measures which constitute the product's trial period&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
trial_period str {&quot;default&quot;:&quot;none&quot;,&quot;description&quot;:&quot;Measure describing the magnitude of the product's trial period.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
product_type str {&quot;default&quot;:&quot;recurring&quot;,&quot;description&quot;:&quot;The frequency of the product &mdash; either recurring or non-recurring.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;PUT&quot;,&quot;GET&quot;]}
deleted bool {&quot;description&quot;:&quot;&quot;,&quot;verbs&quot;:[&quot;GET&quot;]} [default to False]
start_date datetime {&quot;description&quot;:&quot;&quot;,&quot;verbs&quot;:[]} [optional]
payment_terms int [optional]

[Back to Model list] [Back to API list] [Back to README]