PUT api/UpdateModule?pkId={pkId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pkId

integer

Required

Body Parameters

mAddModule
NameDescriptionTypeAdditional information
iExpenseClaim

integer

None.

bExpenseClaimOverride

boolean

None.

iLoan

integer

None.

bLoanOverride

boolean

None.

iSalaryAdvanceId

integer

None.

iCompanyId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "iExpenseClaim": 1,
  "bExpenseClaimOverride": true,
  "iLoan": 1,
  "bLoanOverride": true,
  "iSalaryAdvanceId": 1,
  "iCompanyId": 1
}

text/javascript

Sample:
{"iExpenseClaim":1,"bExpenseClaimOverride":true,"iLoan":1,"bLoanOverride":true,"iSalaryAdvanceId":1,"iCompanyId":1}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'mAddModule'.

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.