POST api/SigmaCommon/GeneralUpdate_Batch

Request Information

URI Parameters

None.

Body Parameters

IsigmaGeneralUpdateBatch
NameDescriptionTypeAdditional information
BSCustomerID

string

None.

FormName

string

None.

KeyName

string

None.

KeyValue

string

None.

ElementName

string

None.

NewValue

string

None.

appSource

string

Required

webServicekey

string

Required

appSourceTeam

string

Required

companyID

integer

Required

callerID

string

Required

Request Formats

application/json, text/json

Sample:
{
  "BSCustomerID": "sample string 1",
  "FormName": "sample string 2",
  "KeyName": "sample string 3",
  "KeyValue": "sample string 4",
  "ElementName": "sample string 5",
  "NewValue": "sample string 6",
  "appSource": "sample string 7",
  "webServicekey": "sample string 8",
  "appSourceTeam": "sample string 9",
  "companyID": 10,
  "callerID": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseCodeBase
NameDescriptionTypeAdditional information
ResponseCode

string

None.

ResponseMessage

string

None.

CustomerID

string

None.

CompanyID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": "sample string 1",
  "ResponseMessage": "sample string 2",
  "CustomerID": "sample string 3",
  "CompanyID": 4
}