##// END OF EJS Templates
Added request and response for post. Load only id on sync request
Added request and response for post. Load only id on sync request

File last commit:

r776:04f4519b decentral
r776:04f4519b decentral
Show More
response_sync.xml
18 lines | 351 B | application/xml | XmlLexer
neko259
Added request and response for post. Load only id on sync request
r776 <?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>success</status>
<models>
<post>
<id>id1/1</id>
</post>
<post>
<id>id1/2</id>
</post>
<post>
<id>id2/1</id>
</post>
<post>
<id>id2/5</id>
</post>
</models>
</response>