PUT api/Application/Update_Application?APP_ID={APP_ID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
APP_ID

integer

Required

Body Parameters

Application
NameDescriptionTypeAdditional information
APP_ID

integer

None.

APP_Code

string

None.

APP_PRG_ID

integer

None.

APP_ORD_ID

integer

None.

PFS_FeeStructure

string

None.

PFS_Price

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "APP_ID": 1,
  "APP_Code": "sample string 2",
  "APP_PRG_ID": 3,
  "APP_ORD_ID": 4,
  "PFS_FeeStructure": "sample string 5",
  "PFS_Price": 6.1
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.