Insightly

Links

    Insightly API

    Getting access, Developing, Testing

    Back to Insightly

    Adds A Price Book Entry To A Price Book

    Input

    type: object properties: parameters: type: object properties: id: type: string description: A Record's ID apiChildEntity: title: PricebookEntry required: - PRICEBOOK_ID - PRODUCT_ID - PRICE type: object properties: PRICEBOOK_ENTRY_ID: format: int64 maxLength: 0 type: integer readOnly: true PRICEBOOK_ID: format: int64 maxLength: 0 type: integer readOnly: true PRODUCT_ID: format: int64 maxLength: 0 type: integer readOnly: true CURRENCY_CODE: format: string maxLength: 3 type: string readOnly: true PRICE: format: string maxLength: 19 type: number readOnly: false USE_STANDARD_PRICE: format: boolean maxLength: 255 type: boolean readOnly: false ACTIVE: format: boolean maxLength: 255 type: boolean readOnly: false CREATED_USER_ID: format: int32 maxLength: 0 type: integer readOnly: true DATE_CREATED_UTC: format: date-time maxLength: 0 type: string readOnly: true DATE_UPDATED_UTC: format: date-time maxLength: 0 type: string readOnly: true CUSTOMFIELDS: type: array items: title: CustomField type: object properties: FIELD_NAME: type: string FIELD_VALUE: type: object description: The child entity to add (just include JSON object as request body) required: - id - apiChildEntity title: Parameters