PUT api/PayerContractProgram/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

PayerContractProgramParam
NameDescriptionTypeAdditional information
PayerContractId

integer

None.

ProgramId

integer

None.

EffectiveDate

string

None.

EndDate

string

None.

UserName

string

None.

UserId

integer

None.

ServiceList

string

None.

ServiceRates

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PayerContractId": 1,
  "ProgramId": 2,
  "EffectiveDate": "sample string 3",
  "EndDate": "sample string 4",
  "UserName": "sample string 5",
  "UserId": 6,
  "ServiceList": "sample string 7",
  "ServiceRates": "sample string 8"
}

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.