POST api/getAlltypeBalance

Request Information

URI Parameters

None.

Body Parameters

PointAdjustDRequest
NameDescriptionTypeAdditional information
crmCode

string

None.

adjustHId

string

None.

pointId

integer

None.

docNo

string

None.

pointExpDate

date

None.

pointAdjust

integer

None.

refTranPointId

integer

None.

flagAdjType

string

None.

reasonType

string

None.

reasonOutType

string

None.

firstName

string

None.

remarkAdjOut

string

None.

remarkAdjIn

string

None.

CreatyBy

string

None.

UpdateBy

string

None.

pointAdjustDate

date

None.

isUsePoint

string

None.

Request Formats

application/json, text/json

Sample:
{
  "crmCode": "sample string 1",
  "adjustHId": "sample string 2",
  "pointId": 3,
  "docNo": "sample string 4",
  "pointExpDate": "2026-01-13T18:21:11.6384915+07:00",
  "pointAdjust": 5,
  "refTranPointId": 6,
  "flagAdjType": "sample string 7",
  "reasonType": "sample string 8",
  "reasonOutType": "sample string 9",
  "firstName": "sample string 10",
  "remarkAdjOut": "sample string 11",
  "remarkAdjIn": "sample string 12",
  "creatyBy": "sample string 13",
  "updateBy": "sample string 14",
  "pointAdjustDate": "2026-01-13T18:21:11.6384915+07:00",
  "isUsePoint": "sample string 15"
}

application/xml, text/xml

Sample:
<PointAdjustDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
  <CreatyBy>sample string 13</CreatyBy>
  <UpdateBy>sample string 14</UpdateBy>
  <adjustHId>sample string 2</adjustHId>
  <crmCode>sample string 1</crmCode>
  <docNo>sample string 4</docNo>
  <firstName>sample string 10</firstName>
  <flagAdjType>sample string 7</flagAdjType>
  <isUsePoint>sample string 15</isUsePoint>
  <pointAdjust>5</pointAdjust>
  <pointAdjustDate>2026-01-13T18:21:11.6384915+07:00</pointAdjustDate>
  <pointExpDate>2026-01-13T18:21:11.6384915+07:00</pointExpDate>
  <pointId>3</pointId>
  <reasonOutType>sample string 9</reasonOutType>
  <reasonType>sample string 8</reasonType>
  <refTranPointId>6</refTranPointId>
  <remarkAdjIn>sample string 12</remarkAdjIn>
  <remarkAdjOut>sample string 11</remarkAdjOut>
</PointAdjustDRequest>

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.