SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Insert a row into a table

    Input

    type: object properties: parameters: type: object properties: tableName: type: string description: >- The name of the table to insert into; in the current release this must be an 'extratable'. Use the database name, on the form y_aTable values: type: object additionalProperties: type: string description: >- A StringDictionary with the values to insert. You do not need to specify all the values in the table. The omitted ones will get default values Accept-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. SO-Language: type: string description: >- Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value. SO-Culture: type: string description: >- Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set. SO-TimeZone: type: string description: >- Specify the timezone code that you would like date/time responses converted to. SO-AppToken: type: string description: >- The application token that identifies the partner app. Used when calling Online WebAPI from a server. required: - tableName - values title: Parameters