POST api/Billing/ChangeICDFavoriteState

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "AppContextId": "fca8defe-f996-4afc-855d-481baa2da38d",
  "Parameter": {
    "IcdId": 1,
    "IsFavorite": true
  }
}

application/xml, text/xml

Sample:
<AuthenticatedInputOfChangeIcdFavoriteStateInputBe1G2FM4 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMT.UP">
  <Parameter xmlns:d2p1="http://schemas.datacontract.org/2004/07/CMT.UP.Web.Models.UI.Models.Billing">
    <d2p1:IcdId>1</d2p1:IcdId>
    <d2p1:IsFavorite>true</d2p1:IsFavorite>
  </Parameter>
  <AppContextId>fca8defe-f996-4afc-855d-481baa2da38d</AppContextId>
</AuthenticatedInputOfChangeIcdFavoriteStateInputBe1G2FM4>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.