POST api/RefreshClientProxyInformation
Request Information
URI Parameters
None.
Body Parameters
ClientOnlyProxyInformationWithMarketPlaceIDAndLastRefreshDate| Name | Description | Type | Additional information |
|---|---|---|---|
| LastSuccessfulRefreshDate | date |
None. |
|
| MarketPlaceID | string |
None. |
|
| ProxyInformation | ClientOnlyProxyInformation |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastSuccessfulRefreshDate": "2026-01-13T10:47:32.7188008+00:00",
"MarketPlaceID": "sample string 2",
"ProxyInformation": {
"ProxyFields": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
}
}
application/xml, text/xml
Sample:
<ClientOnlyProxyInformationWithMarketPlaceIDAndLastRefreshDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MarketPlaceWorkflowWebAPI.Controllers">
<LastSuccessfulRefreshDate>2026-01-13T10:47:32.7188008+00:00</LastSuccessfulRefreshDate>
<MarketPlaceID>sample string 2</MarketPlaceID>
<ProxyInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/MarketplaceDataContracts.Mef">
<d2p1:ProxyFields xmlns:d3p1="http://schemas.datacontract.org/2004/07/MarketplaceDataContracts.General">
<d3p1:KeyValue>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValue>
<d3p1:KeyValue>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</d3p1:KeyValue>
</d2p1:ProxyFields>
</ProxyInformation>
</ClientOnlyProxyInformationWithMarketPlaceIDAndLastRefreshDate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>