MTReportDetail Data Type

Represents a report detail.

On create (POST), the parent report is taken from the URL path; type and detail are persisted from the payload. On update (PUT), send the full object (id, updated, type, detail).

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
detail string element 0/1    
id string element 0/1    
type string element 0/1 values: ADV, APR, BRC, DVD, EXD, LIL, MTY, PRG, TER, URL  
updated dateTime element 0/1    

Example

<reportDetail>
  <type>...</type>
  <detail>...</detail>
  <id>...</id>
  <updated>...</updated>
</reportDetail>