リンクされたエントリをアトム形式で Odata サービスに投稿しようとしています。私のペイロードに欠けているのは、rel-attribute が「http://schemas.microsoft.com/ado/2007/08/dataservices/related/SOItems」であることだけです。現在、「http://schemas.microsoft.com/ado/2007/08/dataservices/related/links」に自動的に生成されます
現在リンクされているエントリは次のとおりです。
<a:link href="SOItems" rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/links" type="application/atom+xml;type=entry"><m:inline><a:feed><a:entry><a:author><a:name></a:name></a:author><a:content type="application/xml"><m:properties><d:OrderId>0</d:OrderId><d:Item>000020</d:Item><d:Material>M-06</d:Material><d:Plant>1200</d:Plant><d:Quantity>200.000</d:Quantity><d:Description m:null="true"></d:Description><d:UoM m:null="true"></d:UoM><d:Value m:null="true"></d:Value></m:properties></a:content></a:entry><a:entry><a:author><a:name></a:name></a:author><a:content type="application/xml"><m:properties><d:OrderId>0</d:OrderId><d:Item>000020</d:Item><d:Material>M-06</d:Material><d:Plant>1200</d:Plant><d:Quantity>200.000</d:Quantity><d:Description m:null="true"></d:Description><d:UoM m:null="true"></d:UoM><d:Value m:null="true"></d:Value></m:properties></a:content></a:entry></a:feed></m:inline></a:link>
datajs でリンクされたエントリに rel-attribute を設定するにはどうすればよいですか。
ありがとう、
BR、RP