PUT Refresh Partner
The Refresh Partner API is used to synchronize partner data with Connect:Direct server.
Method | URI |
---|---|
PUT |
/cdwebconsole/svc/netmapnodes/refresh |
The following example shows the Command:
curl -X 'PUT' \
'https://172.20.186.131:9443/cdwebconsole/svc/netmapnodes/refresh' \
-H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6Yjc1ODJjYmEtNWFlNS00M2U4LTk4NzktNWIwYzM1NzBlNmU4IiwiZXhwIjoxNzE0MjkwMjE1fQ.X-4fmPAu1DIDDUGGeT0iRTr3hvFeL08D_iY_7kAA34AwcIBXp_xocqoQLpnZjn8BJdRcTePkQvjuRo7BY7c0eQ' \
-H 'Content-Type: application/json' \
-H 'X-XSRF-TOKEN: a098315a-d7f9-40c9-b1c8-6a35a02d9a52'
The following example shows the Sample Response:
[
{
"messageCode": 200,
"message": "Refresh successfully completed”.
}
]