Claimed not populated in Job Items, or Job Cost Centers

Posts about the simPRO API. Help/support/how-to etc.
Forum rules
  • Check the documentation first. Before posting questions, please check the documentation to ensure it doesn't already cover what you need.
  • No spam. All automated messages, advertisements, and links to competitor websites will be deleted immediately.
  • Post in relevant sub-forums only. Messages posted in the wrong topic area will be removed and placed in the correct sub-forum by moderators.
  • Respect other users. No flaming or abusing fellow forum members. Users who continue to post inflammatory, abusive comments will be deleted from the forum after two warnings are issued by moderators.
  • Harassment. No threats or harassment of other users will be tolerated. Any instance of threatening or harassing behavior is grounds for deletion from the forums.
  • Adult content. No profanity or pornography is allowed. Posts containing adult material will be deleted.
  • Bandwidth. All images and signatures must be 500 x 500 pixels or smaller. Posts containing over-sized images and signatures will be removed.
  • Illegal content. No re-posting of copyrighted materials or other illegal content is allowed. Any posts containing illegal content or copyrighted materials will be deleted.
Post Reply
johann
Posts: 51
Joined: Tue Oct 16, 2018 11:19 pm

Claimed not populated in Job Items, or Job Cost Centers

Post by johann » Wed Jul 24, 2019 12:02 am

Hi again,

In the Job endpoint, we're seeing the Claimed value not being properly populated for individual items.

Here is an example:

Code: Select all

"Sections":[  
      {  
         "ID":23296,
         "CostCenters":[  
            {  },
            {  
               "Items":{  
                  "OneOffs":[  
                     {  
                        "SellPrice":{  },
                        "Type":"Material",
                        "Description":"Undergrounds",
                        "ID":25938,
                        "Total":{  },
                        "Claimed":null
                     }
                  ],
                  "Labors":[  ],
                  "ServiceFees":[  ],
                  "Catalogs":[  ],
                  "Prebuilds":[  

                  ]
               },
               "CostCenter":{  },
               "DisplayOrder":2,
               "Total":{  },
               "ID":23873,
               "Claimed":{  
                  "ToDate":{  
                     "Amount":{  
                        "ExTax":7461.5,
                        "IncTax":8207.65
                     },
                     "Percent":100
                  },
                  "Remaining":{  
                     "Amount":{  
                        "ExTax":0,
                        "IncTax":0
                     },
                     "Percent":0
                  }
               },
               "Name":"Undergrounds"
            },
While Sections->CostCenters->Claimed shows the total claimed for all items together, each individual Sections->CostCenters->Items->...->Claimed is always null. They are all null.

The same thing happens in the JobCostCenters endpoint. All Claimed fields are always null.

Thanks,
Johann
Wink Reports
Post Reply