Location Management
CreateLocalidadActivosFijos
Creates a new physical location (localidad) for fixed assets.Location object to create
Name of the location (e.g., “Main Office - Floor 3”, “Warehouse A”)
Status of the location. Use “A” for active, “I” for inactive.
Creation date and time. If not provided, current timestamp will be used.
Last modification date and time
Email address of the person responsible for this location
Email address of the security contact for this location
Company ID that owns this location
Auto-generated unique identifier for the created location
Location name
Location status (A=Active, I=Inactive)
Creation timestamp
Last modification timestamp
Security contact email
Responsible person email
Company ID
Related company details (if included in query)
Request Management
CreateSolicitudActivosFijos
Creates a new fixed asset request (solicitud) for transfers, assignments, or disposal.Request object to create
Request type ID from catalog (e.g., 1=Transfer, 2=Assignment, 3=Disposal)
Reason/motive ID from catalog (e.g., 1=Relocation, 2=Retirement, 3=Damage)
Destination location ID (required for transfers)
Requesting user ID
Cost center ID for the asset
New custodian user ID (required for transfers and assignments)
Ownership indicator (1=Company owned, 0=Other)
External party information (if asset belongs to external entity)
Initial status of the request. Typical values: “PENDING”, “IN_REVIEW”, “APPROVED”, “REJECTED”
Contact email for this request
Detailed description of the request and justification
URL or path to technical report document (required for disposal requests)
URL or path to shipping/transfer guide document
URL to photo of asset front view
URL to photo of asset identification tag
URL to photo of serial number plate
URL to photo of any damage (required for disposal due to damage)
Asset code in format “numero-compSubn” (e.g., “123456-1”)
Negotiated value for disposal transactions
Email of the user creating the request
Auto-generated unique identifier for the created request
Request type ID
Request type details (if included)
Reason/motive ID
Reason details (if included)
Location ID
Location details (if included)
User ID
Custodian ID
Custodian details (if included)
Cost center ID
Current request status
Contact email
Request details
Technical report URL
Shipping guide URL
Front photo URL
Asset tag photo URL
Serial number photo URL
Damage photo URL
Asset code
Negotiated value
Creation timestamp (automatically set to current UTC-5 time)
Last update timestamp (automatically set to current UTC-5 time)
Creator email
Fixed assets staff member assigned to handle the request
Ownership indicator
External party information
Usage Examples
Example 1: Creating a Location
Example 2: Creating an Asset Transfer Request
Example 3: Creating an Asset Disposal Request
Best Practices
- Photo Documentation: Always include photos of the asset (front, tag, serial) for all request types. Include damage photos for disposal requests.
-
Detailed Descriptions: Provide clear, detailed justifications in the
detallefield to facilitate approval process. - Technical Reports: For disposal requests, always attach a technical report documenting the asset condition and justification.
- Status Workflow: Set initial status to “PENDING” and let the approval workflow update it through subsequent operations.
-
Timestamps: The system automatically sets
createdAtandupdatedAtto current UTC-5 time, so you don’t need to provide these values. - Location Validation: Ensure the target location exists and is active before creating transfer requests.
- Custodian Verification: Verify that the new custodian (id_custodio) is an active employee before submitting the request.