POST services/api/v1/Save_TransactionApprovalDetail

Request Information

URI Parameters

None.

Body Parameters

ApprovedDetails_Master_Req
NameDescriptionTypeAdditional information
ApprovedDetailList

Collection of ApprovedDetails_Master_Udt

None.

InvNo

integer

None.

UserId

integer

None.

LocId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ApprovedDetailList": [
    {
      "Id": 1,
      "TypeId": 2,
      "Type": "sample string 3",
      "LocId": 4,
      "InvNo": 5,
      "ApprovedBy": 6,
      "RuleId": 7,
      "RuleName": "sample string 8",
      "IsApproved": true,
      "Message": "sample string 10",
      "VoucherNo": "sample string 11",
      "Amount": 12.0
    },
    {
      "Id": 1,
      "TypeId": 2,
      "Type": "sample string 3",
      "LocId": 4,
      "InvNo": 5,
      "ApprovedBy": 6,
      "RuleId": 7,
      "RuleName": "sample string 8",
      "IsApproved": true,
      "Message": "sample string 10",
      "VoucherNo": "sample string 11",
      "Amount": 12.0
    }
  ],
  "InvNo": 1,
  "UserId": 2,
  "LocId": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApprovedDetails_Master_Req
NameDescriptionTypeAdditional information
ApprovedDetailList

Collection of ApprovedDetails_Master_Udt

None.

InvNo

integer

None.

UserId

integer

None.

LocId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ApprovedDetailList": [
    {
      "Id": 1,
      "TypeId": 2,
      "Type": "sample string 3",
      "LocId": 4,
      "InvNo": 5,
      "ApprovedBy": 6,
      "RuleId": 7,
      "RuleName": "sample string 8",
      "IsApproved": true,
      "Message": "sample string 10",
      "VoucherNo": "sample string 11",
      "Amount": 12.0
    },
    {
      "Id": 1,
      "TypeId": 2,
      "Type": "sample string 3",
      "LocId": 4,
      "InvNo": 5,
      "ApprovedBy": 6,
      "RuleId": 7,
      "RuleName": "sample string 8",
      "IsApproved": true,
      "Message": "sample string 10",
      "VoucherNo": "sample string 11",
      "Amount": 12.0
    }
  ],
  "InvNo": 1,
  "UserId": 2,
  "LocId": 3
}