POST Api/RefreshCustomerProxyInformation/Post
Request Information
URI Parameters
None.
Body Parameters
CustomerProxyInformationProxyInformationWithMarketPlaceIDAndLastRefreshDate| Name | Description | Type | Additional information |
|---|---|---|---|
| LastSuccessfulRefreshDate | date |
None. |
|
| MarketPlaceID | string |
None. |
|
| ProxyInformation | CustomerProxyInformation |
None. |
Request Formats
application/json, text/json
Sample:
{
"LastSuccessfulRefreshDate": "2026-01-13T10:54:04.6852656+00:00",
"MarketPlaceID": "sample string 2",
"ProxyInformation": {
"ClientProxyfields": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
],
"CustomerProxyfields": [
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
}
}
application/xml, text/xml
Sample:
<CustomerProxyInformationProxyInformationWithMarketPlaceIDAndLastRefreshDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MarketPlaceWorkflowWebAPI.Controllers">
<LastSuccessfulRefreshDate>2026-01-13T10:54:04.6852656+00:00</LastSuccessfulRefreshDate>
<MarketPlaceID>sample string 2</MarketPlaceID>
<ProxyInformation xmlns:d2p1="http://schemas.datacontract.org/2004/07/MarketplaceDataContracts.Mef">
<d2p1:ClientProxyfields 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:ClientProxyfields>
<d2p1:CustomerProxyfields 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:CustomerProxyfields>
</ProxyInformation>
</CustomerProxyInformationProxyInformationWithMarketPlaceIDAndLastRefreshDate>
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>