POST api/EvvSetting

Request Information

URI Parameters

None.

Body Parameters

EvvSettingParam
NameDescriptionTypeAdditional information
EvvVendorId

integer

None.

UploadPeriod

integer

None.

UserName

string

None.

Password

string

None.

PayorIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EvvVendorId": 1,
  "UploadPeriod": 2,
  "UserName": "sample string 3",
  "Password": "sample string 4",
  "PayorIds": [
    1,
    2
  ]
}

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.