POST services/api/rest/v1/Save_IntegrationDetailsInfo

Request Information

URI Parameters

None.

Body Parameters

OrderIntegrationDetailInfo_Master
NameDescriptionTypeAdditional information
Id

integer

None.

KeyName

string

None.

KeyValue

string

None.

LocId

integer

None.

KeyType

integer

None.

IsActive

boolean

None.

UserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "KeyName": "sample string 2",
  "KeyValue": "sample string 3",
  "LocId": 4,
  "KeyType": 5,
  "IsActive": true,
  "UserId": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

OrderIntegrationDetailInfo_Master
NameDescriptionTypeAdditional information
Id

integer

None.

KeyName

string

None.

KeyValue

string

None.

LocId

integer

None.

KeyType

integer

None.

IsActive

boolean

None.

UserId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "KeyName": "sample string 2",
  "KeyValue": "sample string 3",
  "LocId": 4,
  "KeyType": 5,
  "IsActive": true,
  "UserId": 7
}