SuperOffice

Links

    SuperOffice API

    Getting access, Developing, Testing

    Back to SuperOffice

    Updates a ForeignDevice with deviceName that belongs to the application with applicationName.

    Input

    type: object properties: parameters: type: object properties: applicationName: type: string description: The name of the foreign application. deviceName: type: string description: The name of the foreign device. foreignDevice: description: "Saves a foreign device belonging to the ForeignDevice and application name specified.\r\n<para />\r\nCarrier object for ForeignDevice.\r\nServices for the ForeignDevice Carrier is available from the <see cref=\"T:SuperOffice.CRM.Services.IForeignSystemAgent\">ForeignSystem Agent</see>." type: object properties: ForeignDeviceId: format: int32 description: Primary key type: integer Name: description: Name of device type: string CreatedDate: format: date-time description: Registered when in UTC. type: string UpdatedDate: format: date-time description: Last updated when in UTC. type: string AssociateFullName: description: The person owning the Foreign Device type: string CreatedBy: description: The person that created the device. type: string UpdatedBy: description: The person that last updated this device. type: string DeviceIdentifier: description: Optional unique id of device (Palm pilot device ID, etc) type: string ForeignAppId: format: int32 description: Reference to foregin application (device type) type: integer TableRight: type: object properties: Mask: enum: - None - Select - Update - Insert - Delete - Filtering - RestrictedUpdate - Unused1 - Uninitialized - FULL - WRITE - URU - UDR - UR - URI - R - RI - RF - F - FI type: string Reason: type: string FieldProperties: type: object additionalProperties: type: object properties: FieldRight: type: object properties: Mask: enum: - None - Read - Write - Update - Unused1 - Unused2 - Unused3 - Unused4 - Nullable - UIHintMandatory - UIHintReadOnly - FULL - UIHints type: string Reason: type: string FieldType: type: string FieldLength: format: int32 type: integer deviceIdentifier: type: string description: Unique id of device (Palm pilot device ID, version number, etc) 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: - applicationName - deviceName - foreignDevice - deviceIdentifier title: Parameters