3.4.5.2.2 PUT
The PUT method on the Sync Batch Parameters resource is issued by the client to update the client's sync knowledge to the server in a download scenario.
This operation is transported by an HTTP PUT request.
The operation can be invoked through the following URI suffix:
-
/SyncBatchParameters
The following is an example of a complete URI for this operation:
https://contoso.com/Sync/1.0/Session/{60b8ca1d-59f3-4495-b299-f6cad89ada3b}/SyncBatchParameters
The request message for this operation contains the following HTTP headers.
|
Request header |
Usage |
Value |
|---|---|---|
|
x-ecs-partnershipID |
Required |
The PartnershipId for the sync target share returned by the server in the GET response on Share Discovery resource. |
The response message for this operation can result in the following status codes.
|
Status code |
Description |
|---|---|
|
200 |
Success |
|
202 |
Background processing initiated. |
|
404 |
No session exists with the specified ID. |
|
409 |
Client knowledge already received. |