| Http Verb | PUT |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Assets/{assetId} |
URI Parameters
|
Request BodyRequest object type : Asset
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"AcquisitionDateTime": "2025-10-28T10:07:36.3989933-07:00",
"CreatedDateTime": "2025-10-28T10:07:36.3989933-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"Description": "sample string 3",
"EstimatedValue": 4.0,
"EditIndicator": true,
"UpdatedDateTime": "2025-10-28T10:07:36.3989933-07:00",
"UpdatedBy": "sample string 6",
"Notes": "sample string 7",
"SaleDateTime": "2025-10-28T10:07:36.3989933-07:00",
"AssetType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true
},
"Constituent": {
"Id": 1
}
}
<Asset xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AcquisitionDateTime>2025-10-28T10:07:36.3989933-07:00</AcquisitionDateTime>
<AssetType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</AssetType>
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:07:36.3989933-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<EstimatedValue>4</EstimatedValue>
<Id>1</Id>
<Notes>sample string 7</Notes>
<SaleDateTime>2025-10-28T10:07:36.3989933-07:00</SaleDateTime>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:07:36.3989933-07:00</UpdatedDateTime>
</Asset>
Response object type : Asset
| Response object type Asset has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| AcquisitionDateTime | date | N | |||
| AssetType | AssetTypeSummary | N | |||
| FK: TR_ASSET.id   Resource: AssetTypes | |||||
| Constituent | Entity | Y | |||
| FK: T_CUSTOMER.customer_no   Resource: Constituents | |||||
| CreatedBy | string | N | Non-updatable | ||
| CreatedDateTime | date | N | Non-updatable | ||
| CreateLocation | string | N | Non-updatable | ||
| Description | string | 30 | N | ||
| EditIndicator | boolean | ||||
| EstimatedValue | decimal number | N | |||
| Id | integer | Y | Non-updatable | ||
| Notes | string | 255 | N | ||
| SaleDateTime | date | N | |||
| UpdatedBy | string | N | Auto-assigned | ||
| UpdatedDateTime | date | Y | Auto-assigned | ||
{
"AcquisitionDateTime": "2025-10-28T10:07:36.3989933-07:00",
"CreatedDateTime": "2025-10-28T10:07:36.3989933-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"Description": "sample string 3",
"EstimatedValue": 4.0,
"EditIndicator": true,
"UpdatedDateTime": "2025-10-28T10:07:36.3989933-07:00",
"UpdatedBy": "sample string 6",
"Notes": "sample string 7",
"SaleDateTime": "2025-10-28T10:07:36.3989933-07:00",
"AssetType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true
},
"Constituent": {
"Id": 1
}
}
<Asset xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AcquisitionDateTime>2025-10-28T10:07:36.3989933-07:00</AcquisitionDateTime>
<AssetType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</AssetType>
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-10-28T10:07:36.3989933-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<EstimatedValue>4</EstimatedValue>
<Id>1</Id>
<Notes>sample string 7</Notes>
<SaleDateTime>2025-10-28T10:07:36.3989933-07:00</SaleDateTime>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-10-28T10:07:36.3989933-07:00</UpdatedDateTime>
</Asset>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Resource Added | 15.0.0 | New resource added. | Assets |