Discussions

Ask a Question

Setting "Authorized No Charge" status on a Vendor Invoice

I am able to use the API to update a WorkOrderCost's ApStatusId with almost all the values: None (1), Submitted (2), Paid (3), Waiting (4), Authorized (5), Exported (6), Disputed (7), and Imported (8). However, when I try to set Authorized No Charge (265), I get the following error:

Maximum and Minimum character length limit fot TagId

Hi Team,

API pagination

How is pagination handled in the REST Api?

Sample command / payload structure to update a document in Corrigo . I am using Location Entity to Fetch the document id and Document API to create a new document however i am confused on how to update the document or replace with new image.

{
"level": "DEBUG",
"location": "_upload_to_corrigo:607",
"message": "POST payload: {'Properties': ['Title', 'Blob.*'], 'Entity': {'Id': 904917, 'Title': 'file_1.jpg', 'DocType': {'Description': 'System defined type associated automatically with recognized image files.', 'DisplayAs': 'Picture', 'ConcurrencyId': 1, 'Id': 3}, 'StorageTypeId': 'Cloud', 'ActorId': 660523, 'ActorTypeId': 'Asset', 'Blob': {'Body': '<base64_content_hidden>', 'FileName': 'file_1.jpg'}}}",
"timestamp": "2025-07-13 12:25:29,151+0000",
"service": "gref_corrigo_asset_management",
"xray_trace_id": "1-6873a5b3-b00e6e2601481f7e9b5668dd"
}

ANSWERED

Adding a description/comment to a workorder when creating it.

I understand that a description is supposed to be a "Comment" node in the items array. I think I have this formatted correctly, however the resulting work order does not contain that comment/description that has been submitted. Is this the correct place for the comment?

ANSWERED

Query and Update an Asset

Hi All,

Adding an image document to a work order

Thank you very much for your excellent help!

How to query for an asset by tagid, perhaps this is a custom field?

I am using this endpoint /api/v1/query/Location

Adding notes to a work order

I am using this test on-liner to add a note to a work order. I get a success result, but I am not able to see the note in the actual workorder.