POST SaveInvAdjAmountAPI?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

SaveInvAdjAmountRequestrev
NameDescriptionTypeAdditional information
Sp_SqlAction

string

None.

DocNo

string

None.

UserName

string

None.

BankId

integer

None.

VType

string

None.

PaymentMode

string

None.

Items

Collection of InvAdjustmentBO

None.

Request Formats

application/json, text/json

Sample:
{
  "Sp_SqlAction": "sample string 1",
  "DocNo": "sample string 2",
  "UserName": "sample string 3",
  "BankId": 1,
  "VType": "sample string 4",
  "PaymentMode": "sample string 5",
  "Items": [
    {
      "Vid": 1,
      "Vcode": "sample string 2",
      "VName": "sample string 3",
      "Mobile": "sample string 4",
      "opbalance": 5.0,
      "InvValule": 6.0,
      "CashPayments": 7.0,
      "BankPayments": 8.0,
      "OtherPayments": 9.0,
      "Balance": 10.0,
      "tag": "sample string 11",
      "AdjAmt": 12.0
    },
    {
      "Vid": 1,
      "Vcode": "sample string 2",
      "VName": "sample string 3",
      "Mobile": "sample string 4",
      "opbalance": 5.0,
      "InvValule": 6.0,
      "CashPayments": 7.0,
      "BankPayments": 8.0,
      "OtherPayments": 9.0,
      "Balance": 10.0,
      "tag": "sample string 11",
      "AdjAmt": 12.0
    }
  ]
}

application/xml, text/xml

Sample:
<OnlineCreatePO_BO.SaveInvAdjAmountRequestrev xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers">
  <BankId>1</BankId>
  <DocNo>sample string 2</DocNo>
  <Items>
    <OnlineCreatePO_BO.InvAdjustmentBO>
      <AdjAmt>12</AdjAmt>
      <Balance>10</Balance>
      <BankPayments>8</BankPayments>
      <CashPayments>7</CashPayments>
      <InvValule>6</InvValule>
      <Mobile>sample string 4</Mobile>
      <OtherPayments>9</OtherPayments>
      <VName>sample string 3</VName>
      <Vcode>sample string 2</Vcode>
      <Vid>1</Vid>
      <opbalance>5</opbalance>
      <tag>sample string 11</tag>
    </OnlineCreatePO_BO.InvAdjustmentBO>
    <OnlineCreatePO_BO.InvAdjustmentBO>
      <AdjAmt>12</AdjAmt>
      <Balance>10</Balance>
      <BankPayments>8</BankPayments>
      <CashPayments>7</CashPayments>
      <InvValule>6</InvValule>
      <Mobile>sample string 4</Mobile>
      <OtherPayments>9</OtherPayments>
      <VName>sample string 3</VName>
      <Vcode>sample string 2</Vcode>
      <Vid>1</Vid>
      <opbalance>5</opbalance>
      <tag>sample string 11</tag>
    </OnlineCreatePO_BO.InvAdjustmentBO>
  </Items>
  <PaymentMode>sample string 5</PaymentMode>
  <Sp_SqlAction>sample string 1</Sp_SqlAction>
  <UserName>sample string 3</UserName>
  <VType>sample string 4</VType>
</OnlineCreatePO_BO.SaveInvAdjAmountRequestrev>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.