Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Assets |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Asset
|
{
"AcquisitionDateTime": "2025-04-24T05:03:19.8426235-07:00",
"CreatedDateTime": "2025-04-24T05:03:19.8426235-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"Description": "sample string 3",
"EstimatedValue": 4.0,
"EditIndicator": true,
"UpdatedDateTime": "2025-04-24T05:03:19.8426235-07:00",
"UpdatedBy": "sample string 6",
"Notes": "sample string 7",
"SaleDateTime": "2025-04-24T05:03:19.8426235-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-04-24T05:03:19.8426235-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-04-24T05:03:19.8426235-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<EstimatedValue>4</EstimatedValue>
<Id>1</Id>
<Notes>sample string 7</Notes>
<SaleDateTime>2025-04-24T05:03:19.8426235-07:00</SaleDateTime>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:03:19.8426235-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
Description | string | 30 | N | ||
EditIndicator | boolean | ||||
EstimatedValue | decimal number | N | |||
Id | integer | N | Auto-assigned | ||
Notes | string | 255 | N | ||
SaleDateTime | date | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned |
{
"AcquisitionDateTime": "2025-04-24T05:03:19.8582477-07:00",
"CreatedDateTime": "2025-04-24T05:03:19.8582477-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"Id": 1,
"Description": "sample string 3",
"EstimatedValue": 4.0,
"EditIndicator": true,
"UpdatedDateTime": "2025-04-24T05:03:19.8582477-07:00",
"UpdatedBy": "sample string 6",
"Notes": "sample string 7",
"SaleDateTime": "2025-04-24T05:03:19.8582477-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-04-24T05:03:19.8582477-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-04-24T05:03:19.8582477-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<EditIndicator>true</EditIndicator>
<EstimatedValue>4</EstimatedValue>
<Id>1</Id>
<Notes>sample string 7</Notes>
<SaleDateTime>2025-04-24T05:03:19.8582477-07:00</SaleDateTime>
<UpdatedBy>sample string 6</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:03:19.8582477-07:00</UpdatedDateTime>
</Asset>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Resource Added | 15.0.0 | New resource added. | Assets |