PUT api/ClientAuthorization/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ClientAuthorizationParam
NameDescriptionTypeAdditional information
ClientId

integer

None.

PayerId

integer

None.

ProgramId

integer

None.

StartDate

string

None.

EndDate

string

None.

AuthorizationNumber

string

None.

Icd10Codes

Collection of integer

None.

UserId

string

None.

SuperVisit

integer

None.

AuthorizedServices

Collection of string

None.

ClientAuthorizationServiceParams

Collection of ClientAuthorizationServiceParam

None.

Request Formats

application/json, text/json

Sample:
{
  "ClientId": 1,
  "PayerId": 2,
  "ProgramId": 3,
  "StartDate": "sample string 4",
  "EndDate": "sample string 5",
  "AuthorizationNumber": "sample string 6",
  "Icd10Codes": [
    1,
    2
  ],
  "UserId": "sample string 7",
  "SuperVisit": 8,
  "AuthorizedServices": [
    "sample string 1",
    "sample string 2"
  ],
  "ClientAuthorizationServiceParams": [
    {
      "PayerContractServiceId": 1,
      "ServiceId": 2,
      "AuthorizedWeeklyUnits": 3.0,
      "TotalAuthorized": 4.0
    },
    {
      "PayerContractServiceId": 1,
      "ServiceId": 2,
      "AuthorizedWeeklyUnits": 3.0,
      "TotalAuthorized": 4.0
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.