GET api/profile/{relayCustomerProfileId}/{profileType}/refreshprofilecache
Refreshes the API cache for a Profile. Will add a new profile to the cache if it doesn't already exist.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relayCustomerProfileId |
Identifies the Net Health Interface Relay Customer Profile |
integer |
Required |
profileType |
Inbound or Outbound profile |
ProfileType |
Required |
Body Parameters
None.
Response Information
Resource Description
Success (true or false)
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>