Quintiq file version 2.0
|
#parent: #root
|
Method ReceivingPanelMaterials (
|
NamedValueTree requestnvt
|
) as stream[NamedValueTree]
|
{
|
TextBody:
|
[*
|
logfile( "--------------------------------------1------------------------------------------------" );
|
nameValue := requestnvt.Root();
|
info( nameValue.ToString() );
|
|
replynvt := LibInt_MessageAccessor::CreateEmptyMessage();
|
LibInt_MessageAccessor::SetHeaderProperty( replynvt, "Content-Type", "application/json" );
|
|
return emit( replynvt );
|
*]
|
}
|