POST api/PayerContractFileType

Request Information

URI Parameters

None.

Body Parameters

PayerContractFileTypeParam
NameDescriptionTypeAdditional information
PayerContractId

integer

None.

FileTypeId

integer

None.

FileSubTypeId

integer

None.

EdiProfileId

integer

None.

EffectiveDate

string

None.

EndDate

string

None.

IsDelete

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "PayerContractId": 1,
  "FileTypeId": 2,
  "FileSubTypeId": 3,
  "EdiProfileId": 4,
  "EffectiveDate": "sample string 5",
  "EndDate": "sample string 6",
  "IsDelete": true
}

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.